/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* src/app/globals.css */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 475px) {
  .container {
    max-width: 475px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
.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;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-1\/3 {
  bottom: 33.333333%;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/4 {
  left: 25%;
}
.left-10 {
  left: 2.5rem;
}
.left-12 {
  left: 3rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-1\/4 {
  right: 25%;
}
.right-10 {
  right: 2.5rem;
}
.right-12 {
  right: 3rem;
}
.right-14 {
  right: 3.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-10 {
  top: 2.5rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mb-px {
  margin-bottom: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[calc\(90vh-200px\)\] {
  max-height: calc(90vh - 200px);
}
.min-h-\[3rem\] {
  min-height: 3rem;
}
.min-h-\[4\.5rem\] {
  min-height: 4.5rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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));
}
.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));
}
.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;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.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-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-blue-100 {
  --tw-border-opacity: 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 / var(--tw-border-opacity, 1));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-t-blue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 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 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-400 {
  --tw-bg-opacity: 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 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-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-emerald-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-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-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-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-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);
}
.to-emerald-100 {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}
.to-orange-100 {
  --tw-gradient-to: #ffedd5 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-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-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\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.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-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.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-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-700 {
  transition-delay: 700ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
/* === Ваши глобальные стили ниже === */
.root{
          --admin-bg: #0f172a;
            --admin-bg-card: #1e293b;
            --admin-text: #f1f5f9;
            --admin-text-muted: #94a3b8;
            --admin-border: #334155;
            --admin-primary-light: #1e3a5f;
    --product-breakpoint-xs: 480px;
  --product-breakpoint-sm: 768px;
  --product-breakpoint-md: 992px;
  --product-breakpoint-lg: 1200px;
  --product-breakpoint-xl: 1400px;
  
  --product-spacing-xs: 4px;
  --product-spacing-sm: 8px;
  --product-spacing-md: 16px;
  --product-spacing-lg: 24px;
  --product-spacing-xl: 32px;
  
  --product-radius-sm: 4px;
  --product-radius-md: 8px;
  --product-radius-lg: 12px;
  
  --product-color-primary: #007bff;
  --product-color-success: #28a745;
  --product-color-danger: #dc3545;
  --product-color-warning: #ffc107;
  --product-color-dark: #333;
  --product-color-gray: #6c757d;
  --product-color-light: #f8f9fa;
  --product-color-border: #dee2e6;
  --primary: #3b82f6;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;
  --dark: #1f2937;
  --gray-600: #4b5563;
  --gray-500: #6b7280;
  --gray-400: #9ca3af;
  --gray-300: #d1d5db;
  --gray-100: #f3f4f6;
  --white: #ffffff;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --radius-sm: 0.375rem;
  --radius: 0.5rem;
  --radius-lg: 0.75rem;
  --main-header-height: 80px;
  --admin-mobile-header-height: 56px;

    
  }
  
  /* Тёмная тема */
  @media (prefers-color-scheme: dark) {
    :root {
      --chat-bg: #1e293b;
      --chat-bg-secondary: #334155;
      --chat-text: #f1f5f9;
      --chat-text-muted: #94a3b8;
      --chat-border: #475569;
      --chat-primary-light: #1e3a5f;
          --admin-bg: #0f172a;
            --admin-bg-card: #1e293b;
            --admin-text: #f1f5f9;
            --admin-text-muted: #94a3b8;
            --admin-border: #334155;
            --admin-primary-light: #1e3a5f;
    }
  }
  
.reduceMotion * {
  animation-duration: 0.01ms !important;
  transition-duration: 0.01ms !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
}

form {
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

p, span, div, li, td, th {
  font-size: 1.125rem; /* 18px по умолчанию */
  line-height: 1.7;

}
.description, .details, .subtitle, .caption, .label {
  font-size: 1.125rem;
  line-height: 1.6;

}
label, .form-label, .input-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  display: block;
}
input, textarea, select {
  font-size: 1.125rem;

  min-height: 48px;
}

input[type="text"],
input[type="email"] {
  width: 100%;

}
button,
[role="button"],
input[type="submit"],
input[type="button"],
input[type="reset"],
a.button {
  min-height: 15px;
  min-width: 15px;
}
/* Особые случаи для иконок */
.icon-button {
  position: relative;
  min-height: 15px;
  min-width: 15px;
  padding: 12px;
}

/* Для маленьких элементов используем псевдоэлементы для увеличения области */
.small-touch-target {
  position: relative;
}

.small-touch-target::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  z-index: 1;
}
button {
  background: linear-gradient(135deg, #0F52BA 0%, #002147 100%);
  color: white;
  border: none;
  padding: 1rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
}

button:disabled {
  background: #ccc;
  cursor: not-allowed;
}


/* Адаптивные таблицы */
@media (max-width: 640px) {
  .responsive-table {
    display: block;
  }
  

  
  .responsive-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1rem;
  }
  
  .responsive-table tbody td {
    display: block;
    text-align: right;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
  }
  
  .responsive-table tbody td::before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
    color: #6b7280;
  }
}
img {
  max-width: 100%;
  height: auto;
 
}

html {
  scroll-behavior: smooth;
}
/* === Плавное появление элементов === */
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.animate-fade-slide {
  animation: fadeSlideIn 0.3s ease forwards;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #4299e1;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  
   p, span, div, li, td, th {
    font-size: 1.0625rem; /* 17px */
    line-height: 1.6;
  }
   input, textarea, select {
    font-size: 16px !important; /* Обязательно для iOS */
  }
}

/* Улучшение контраста для ссылок */
a {
  color: #0F52BA;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Увеличение интерлиньяжа для заголовков */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

/* Минимальные размеры для читаемости на мобильных */
@media (max-width: 480px) {
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
  
  /* Обеспечиваем минимальный размер 16px для всех текстовых элементов */
  input,
  textarea,
  select,
  button {
    font-size: 16px !important; /* Предотвращает увеличение в iOS */
  }
  p, span, div, li, td, th {
    font-size: 1rem; /* Минимум 16px */
    line-height: 1.6;
  }
}
@media (prefers-contrast: high) {
  body, p, span, div, li, td, th, label, input, textarea, select {
    color: #000000 !important;
    background-color: transparent !important;
  }
  
  a {
    color: #0000ee !important;
    text-decoration: underline !important;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* === Утилиты === */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* === Скроллбар === */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
/* === Скроллбар === */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--admin-border);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--admin-text-muted);
}

.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}

.file\:rounded::file-selector-button {
  border-radius: 0.25rem;
}

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

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

.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.file\:font-semibold::file-selector-button {
  font-weight: 600;
}

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

.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\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

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

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

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

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 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 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

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

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

.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\:to-green-700:hover {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

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

.hover\:text-blue-500:hover {
  --tw-text-opacity: 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 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-emerald-500:hover {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

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

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

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

.focus\:ring-emerald-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / 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-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

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

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

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

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

.group:hover .group-hover\: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\:text-blue-600 {
  --tw-text-opacity: 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 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:h-12 {
    height: 3rem;
  }
  .sm\:h-24 {
    height: 6rem;
  }
  .sm\:w-12 {
    width: 3rem;
  }
  .sm\:w-24 {
    width: 6rem;
  }
  .sm\:w-64 {
    width: 16rem;
  }
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .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\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.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;
  }
}

@media (min-width: 768px) {
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:w-20 {
    width: 5rem;
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:w-auto {
    width: auto;
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 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;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/@fortawesome/fontawesome-svg-core/styles.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 7 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 7 Free';
  --fa-font-light: normal 300 1em/1 'Font Awesome 7 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 7 Pro';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 7 Duotone';
  --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 7 Duotone';
  --fa-font-duotone-light: normal 300 1em/1 'Font Awesome 7 Duotone';
  --fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 7 Duotone';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 7 Brands';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 7 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 7 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 7 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 7 Sharp';
  --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 7 Sharp Duotone';
  --fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 7 Sharp Duotone';
  --fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 7 Sharp Duotone';
  --fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 7 Sharp Duotone';
  --fa-font-slab-regular: normal 400 1em/1 'Font Awesome 7 Slab';
  --fa-font-slab-press-regular: normal 400 1em/1 'Font Awesome 7 Slab Press';
  --fa-font-whiteboard-semibold: normal 600 1em/1 'Font Awesome 7 Whiteboard';
  --fa-font-thumbprint-light: normal 300 1em/1 'Font Awesome 7 Thumbprint';
  --fa-font-notdog-solid: normal 900 1em/1 'Font Awesome 7 Notdog';
  --fa-font-notdog-duo-solid: normal 900 1em/1 'Font Awesome 7 Notdog Duo';
  --fa-font-etch-solid: normal 900 1em/1 'Font Awesome 7 Etch';
  --fa-font-graphite-thin: normal 100 1em/1 'Font Awesome 7 Graphite';
  --fa-font-jelly-regular: normal 400 1em/1 'Font Awesome 7 Jelly';
  --fa-font-jelly-fill-regular: normal 400 1em/1 'Font Awesome 7 Jelly Fill';
  --fa-font-jelly-duo-regular: normal 400 1em/1 'Font Awesome 7 Jelly Duo';
  --fa-font-chisel-regular: normal 400 1em/1 'Font Awesome 7 Chisel';
  --fa-font-utility-semibold: normal 600 1em/1 'Font Awesome 7 Utility';
  --fa-font-utility-duo-semibold: normal 600 1em/1 'Font Awesome 7 Utility Duo';
  --fa-font-utility-fill-semibold: normal 600 1em/1 'Font Awesome 7 Utility Fill';
}

.svg-inline--fa {
  box-sizing: content-box;
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  width: var(--fa-width, 1.25em);
}
.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}
.svg-inline--fa.fa-xs {
  vertical-align: 0em;
}
.svg-inline--fa.fa-sm {
  vertical-align: -0.0714285714em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}
.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}
.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}
.svg-inline--fa.fa-pull-left,
.svg-inline--fa .fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}
.svg-inline--fa.fa-pull-right,
.svg-inline--fa .fa-pull-end {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}
.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
}

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: var(--fa-width, 1.25em);
}
.fa-layers .svg-inline--fa {
  inset: 0;
  margin: auto;
  position: absolute;
  transform-origin: center center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left;
}

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right;
}

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

.fa-pull-left,
.fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black;
}

.svg-inline--fa.fa-inverse {
  fill: var(--fa-inverse, #fff);
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.svg-inline--fa.fa-stack-1x {
  --fa-width: 1.25em;
  height: 1em;
  width: var(--fa-width);
}
.svg-inline--fa.fa-stack-2x {
  --fa-width: 2.5em;
  height: 2em;
  width: var(--fa-width);
}

.fa-stack-1x,
.fa-stack-2x {
  inset: 0;
  margin: auto;
  position: absolute;
  z-index: var(--fa-stack-z-index, auto);
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/BubbleBackground/BubbleBackground.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.BubbleBackground_bubbleBackground__P7OzI {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -99;
  overflow: hidden;
}

.BubbleBackground_bubble__moJmR {
  position: fixed;
  top: 0;
  left: 0;
  width: 20rem;
  height: 20rem;
  transform: translate(calc(var(--left, 50vw) - 50vw), calc(var(--top, 50vh) - 50vh));
  transition: transform 3s ease-out;
  animation: BubbleBackground_bubbleWaving__nsK5e 5s ease-in-out infinite;
  opacity: 0.95;
  box-shadow: 2rem 2rem 1rem 1rem rgba(65, 145, 151, 0.3);
  overflow: hidden;
  pointer-events: none;
  z-index: -99;
}

@keyframes BubbleBackground_bubbleWaving__nsK5e {
  0%, 100% { 
    border-radius: 45% 50% 55% 45%; 
  }
  20% { 
    border-radius: 50% 50% 55% 50%; 
  }
  40% { 
    border-radius: 50% 55% 45% 55%; 
  }
  60% { 
    border-radius: 55% 50% 50% 55%; 
  }
  80% { 
    border-radius: 45% 55% 50% 50%; 
  }
}

.BubbleBackground_bubble__moJmR::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100vw auto;
  background-position: calc(10rem - var(--left)) calc(10rem - var(--top));
  opacity: 0.8;
  transition: background-position 2s ease-in-out;
  filter: blur(5px);
  animation: BubbleBackground_mirror__jGyKK 5s ease-in-out infinite;
}

@keyframes BubbleBackground_mirror__jGyKK {
  0%, 100% {
    transform: scale(-1, -1.2);
  }
  20% {
    transform: scale(-1.2, -1);
  }
  40% {
    transform: scale(-1, -1.2);
  }
  60% {
    transform: scale(-1, -1);
  }
  80% {
    transform: scale(-1.2, -1.2);
  }
}

.BubbleBackground_bubbleRainbow__YH0Vs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, transparent, #78d6c6, transparent, #d44a6f);
}

.BubbleBackground_bubbleWhite__ICWbH {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 20%, transparent, #fff);
}

.BubbleBackground_bubbleBrightCircle__DXbNH {
  position: absolute;
  border-radius: 50%;
  animation: BubbleBackground_bubbleWaving__nsK5e 3s ease-in-out infinite;
}

.BubbleBackground_bubbleBrightCircleFirst__3BHHE {
  top: 5%;
  left: 5%;
  width: 100%;
  height: 90%;
  background: linear-gradient(45deg, #fff -50%, transparent, #fff 150%);
}

.BubbleBackground_bubbleBrightCircleSecond__QMdQ5 {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: linear-gradient(120deg, #fff -50%, transparent, #fff 150%);
  animation-delay: -1s;
}

.BubbleBackground_bubbleBrightness__Y8qyW {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(0deg, #fff, transparent);
  transform-origin: center;
}

.BubbleBackground_bubbleBrightnessFirst__J95q9 {
  top: 10%;
  left: 10%;
  width: 30%;
  height: 15%;
  transform: rotate(-34deg);
}

.BubbleBackground_bubbleBrightnessSecond__fTNTu {
  right: 15%;
  bottom: 15%;
  width: 15%;
  height: 10%;
  transform: rotate(-45deg);
}

/* Responsive styles */
@media screen and (min-width: 499px) and (max-width: 769px) {
  .BubbleBackground_bubble__moJmR {
    width: 20rem;
    height: 20rem;
    z-index: -99;
  }
  
  .BubbleBackground_bubble__moJmR::before {
    width: 80%;
    height: 80%;
  }
}

@media screen and (min-width: 320px) and (max-width: 498px) {
  .BubbleBackground_bubble__moJmR {
    width: 10rem;
    height: 10rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/Chat/Chat.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* components/Chat/Chat.module.css */

/* ===== Общий контейнер ===== */
.Chat_chatContainer__XAHwO {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background-color: #ffffff00;
  border-radius: 20px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
}

/* ===== Плавающая кнопка открытия чата ===== */
.Chat_openChatBtn__R1gse {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: #0097b2;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  outline: none;
  position: relative;
  animation: Chat_softPulse__UVdyP 2s infinite ease-in-out;
  /* постоянная лёгкая пульсация */
}

.Chat_openChatBtn__R1gse:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Лёгкая фоновая пульсация */
@keyframes Chat_softPulse__UVdyP {
  0% {
    box-shadow: 0 8px 40px rgba(1, 200, 255, 0.741);
  }

  50% {
    box-shadow: 0 8px 45px rgb(3, 124, 165);
  }

  100% {
    box-shadow: 0 8px 40px rgb(0, 255, 221);
  }
}

/* Более заметная пульсация при новых сообщениях */
.Chat_openChatBtn__R1gse.Chat_hasNew__Woyzf {
  animation: Chat_pulse__ig3U3 2s infinite;
}

@keyframes Chat_pulse__ig3U3 {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }
}

.Chat_badge__kzvGS {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
  animation: Chat_bounce__ylLbr 0.5s ease;
}

@keyframes Chat_bounce__ylLbr {

  0%,
  100% {
    transform: scale(1);
  }

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

/* ===== Модальное окно ввода имени ===== */
.Chat_modalOverlay__q5TvR {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  animation: Chat_fadeIn__zFYnV 0.2s ease;
}

@keyframes Chat_fadeIn__zFYnV {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Chat_nameModal__pF6VF {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: Chat_slideUp__JKb0T 0.3s ease;
}

@keyframes Chat_slideUp__JKb0T {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

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

.Chat_nameModal__pF6VF h3 {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0f172a;
  /* тёмно-серый */
}

.Chat_nameInput__S5e_N {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
  margin-bottom: 20px;
  color: #0f172a;
}

.Chat_nameInput__S5e_N:focus {
  border-color: #3b82f6;
}

.Chat_nameModalActions__eN2jM {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.Chat_primaryBtn__ynKSs {
  padding: 12px 24px;
  background: #3b82f6;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.Chat_primaryBtn__ynKSs:hover {
  background: #2563eb;
}

.Chat_secondaryBtn__fp7eI {
  padding: 12px 24px;
  background: transparent;
  color: #475569;
  border: 2px solid #e2e8f0;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.Chat_secondaryBtn__fp7eI:hover {
  background: #f8fafc;
  color: #0f172a;
}

/* ===== Основное окно чата ===== */
.Chat_chatModal__Xkbi6 {
  width: 380px;
  height: 600px;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: Chat_slideIn__lC1Fq 0.3s ease;
  align-items: center;
}

@keyframes Chat_slideIn__lC1Fq {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

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

/* ===== Шапка чата ===== */
.Chat_chatHeader__8UR4K {
  padding: 20px 24px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.Chat_headerInfo__NO8vc h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
}

.Chat_userNameDisplay__BlVcl {
  font-size: 0.8rem;
  color: #475569;
  margin-top: 4px;
  display: inline-block;
  background: #f1f5f9;
  padding: 4px 8px;
  border-radius: 20px;
}

.Chat_headerActions__bzrs1 {
  display: flex;
  gap: 12px;
}

.Chat_iconBtn__Pr44v {
  background: transparent;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: background 0.2s;
  line-height: 1;
  color: #64748b;
}

.Chat_iconBtn__Pr44v:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.Chat_closeBtn__Q6K4b {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: background 0.2s;
  line-height: 1;
  color: #64748b;
}

.Chat_closeBtn__Q6K4b:hover {
  background: #f1f5f9;
  color: #0f172a;
}

/* ===== Список сообщений ===== */
.Chat_messagesList__FPADH {
  flex: 1;
  overflow-y: auto;
  padding: 20px 16px;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-behavior: smooth;
  background-color: #f8fafc;
}

/* Пустое состояние */
.Chat_emptyState__MVBt6 {
  text-align: center;
  color: #64748b;
  padding: 40px 20px;
  font-style: italic;
}

/* ===== Сообщение ===== */
.Chat_messageItem__pbsDV {
  display: flex;
  gap: 12px;
  max-width: 85%;
  animation: Chat_fadeInMessage__pj0uk 0.3s ease;
}

@keyframes Chat_fadeInMessage__pj0uk {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.Chat_messageItem__pbsDV.Chat_clientMessage__YDn6T {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.Chat_messageItem__pbsDV.Chat_managerMessage__T_aEZ {
  align-self: flex-start;
}

.Chat_messageAvatar__64M1F {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.Chat_messageAvatar__64M1F img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Chat_messageContent__e_Qsf {
  max-width: calc(100% - 48px);
}

.Chat_authorName__QGmyw {
  font-size: 0.75rem;
  font-weight: 600;
  color: #475569;
  display: block;
  margin-bottom: 2px;
  margin-left: 4px;
}

.Chat_messageText__neFjq {
  background: #f1f5f9;
  padding: 12px 16px;
  border-radius: 20px;
  border-bottom-left-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #0f172a;
  word-break: break-word;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.Chat_clientMessage__YDn6T .Chat_messageText__neFjq {
  background: #3b82f6;
  color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 4px;
}

/* Ссылки в сообщениях */
.Chat_messageLink__Z5r22 {
  color: inherit;
  text-decoration: underline;
  word-break: break-all;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.Chat_messageLink__Z5r22:hover {
  opacity: 1;
}

.Chat_messageMeta__j7ZJ6 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 0.7rem;
  color: #64748b;
}

.Chat_clientMessage__YDn6T .Chat_messageMeta__j7ZJ6 {
  color: rgba(255, 255, 255, 0.8);
}

.Chat_messageStatus__G6A4h {
  font-size: 0.9rem;
  line-height: 1;
}

/* ===== Форма отправки сообщения ===== */
.Chat_messageForm__jx8Mz {
  border-top: 1px solid #e2e8f0;
  padding: 16px 20px;
  background: #ffffff;
  flex-shrink: 0;
}

.Chat_inputWrapper__vojXN {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background: #f8fafc;
  border-radius: 30px;
  padding: 8px 12px;
  transition: box-shadow 0.2s;
}

.Chat_inputWrapper__vojXN:focus-within {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.Chat_emojiBtn__RHWdY {
  background: transparent;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  line-height: 1;
  color: #64748b;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}

.Chat_emojiBtn__RHWdY:hover {
  background: #ffffff;
  color: #0f172a;
}

/* Контейнер для эмодзи-пикера (всплывающий) */
.Chat_emojiPickerWrapper__O7tPp {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 8px;
  z-index: 10;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  max-width: 320px;
}

.Chat_emojiPicker__ZSi6G {
  width: 100%;
  border: none;
}

.Chat_messageInput__lrL6_ {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 0;
  font-family: inherit;
  font-size: 0.95rem;
  resize: none;
  max-height: 120px;
  outline: none;
  color: #0f172a;
  line-height: 1.5;
}

.Chat_messageInput__lrL6_::-moz-placeholder {
  color: #94a3b8;
  opacity: 0.8;
}

.Chat_messageInput__lrL6_::placeholder {
  color: #94a3b8;
  opacity: 0.8;
}

.Chat_messageInput__lrL6_:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.Chat_sendBtn__R1WsV {
  background: #3b82f6;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  flex-shrink: 0;
}

.Chat_sendBtn__R1WsV:hover:not(:disabled) {
  background: #2563eb;
  transform: scale(1.05);
}

.Chat_sendBtn__R1WsV:active:not(:disabled) {
  transform: scale(0.95);
}

.Chat_sendBtn__R1WsV:disabled {
  background: #cbd5e1;
  cursor: not-allowed;
  opacity: 0.6;
}

.Chat_sendBtn__R1WsV img {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
}

.Chat_sendingHint__OBfmq {
  display: block;
  text-align: right;
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 4px;
  animation: Chat_pulseText___kt5h 1.5s infinite;
}

@keyframes Chat_pulseText___kt5h {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

/* ===== Адаптивность ===== */
@media (max-width: 480px) {
  .Chat_chatModal__Xkbi6 {

    border-radius: 0;
    bottom: 0;
    right: 0;
    animation: Chat_slideUpMobile__KLsc7 0.3s ease;
  }

  @keyframes Chat_slideUpMobile__KLsc7 {
    from {
      transform: translateY(100%);
    }

    to {
      transform: translateY(0);
    }
  }

  .Chat_openChatBtn__R1gse {
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .Chat_messageItem__pbsDV {
    max-width: 90%;
  }

  .Chat_emojiPickerWrapper__O7tPp {
    position: fixed;
    bottom: 80px;
    left: 10px;
    right: 10px;
    max-width: none;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/CookieConsent/CookieConsent.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/* components/CookieConsent/CookieConsent.module.css */
.CookieConsent_cookieOverlay__G_yb2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.CookieConsent_cookieOverlay__G_yb2.CookieConsent_visible__HuC8J {
  opacity: 1;
  visibility: visible;
}

.CookieConsent_cookieBanner__mOLXz {
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.CookieConsent_cookieOverlay__G_yb2.CookieConsent_visible__HuC8J .CookieConsent_cookieBanner__mOLXz {
  transform: translateY(0);
}

.CookieConsent_cookieHeader__0UFdx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.CookieConsent_cookieTitle__WLc3_ {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
  margin-right: 1rem;
}

.CookieConsent_closeButton__JFhcg {
  background: #f3f4f6;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6b7280;
  padding: 0.5rem;
  border-radius: 6px;
  transition: all 0.2s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.CookieConsent_closeButton__JFhcg:hover {
  background: #e5e7eb;
  color: #374151;
}

.CookieConsent_cookieContent__PNE2o {
  padding: 1.5rem;
}

.CookieConsent_cookieMainContent__YywAb {
  margin-bottom: 1.5rem;
}

.CookieConsent_cookieText__cncGn {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.CookieConsent_cookieBriefInfo__114N1 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.CookieConsent_cookieTypeBrief__PUiWK {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #374151;
  font-size: 0.9rem;
}

.CookieConsent_cookieDot__dWmjj {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.CookieConsent_cookieActions__kOiZ4 {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.CookieConsent_primaryButton__fQAto {
  background: #2563eb;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  flex: 1;
  min-width: 120px;
  font-size: 0.95rem;
}

.CookieConsent_primaryButton__fQAto:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.CookieConsent_secondaryButton__QXV9g {
  background: white;
  color: #374151;
  border: 1px solid #d1d5db;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  flex: 1;
  min-width: 120px;
  font-size: 0.95rem;
}

.CookieConsent_secondaryButton__QXV9g:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.CookieConsent_rejectButton__P9eDf {
  background: #dc2626;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  flex: 1;
  min-width: 120px;
  font-size: 0.95rem;
}

.CookieConsent_rejectButton__P9eDf:hover {
  background: #b91c1c;
  transform: translateY(-1px);
}

.CookieConsent_cookieLinks__qNZFJ {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.CookieConsent_policyLink__onvK0 {
  color: #2563eb;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
  padding: 0.5rem 0;
}

.CookieConsent_policyLink__onvK0:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

/* Детальные настройки */
.CookieConsent_cookieDetails__Xc0zg {
  margin-bottom: 1.5rem;
}

.CookieConsent_detailsTitle__jgTZH {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1.25rem;
}

.CookieConsent_cookieTypes__MpfWr {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.CookieConsent_cookieType__MtIRp {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.25rem;
  background: #fafafa;
  transition: border-color 0.2s;
}

.CookieConsent_cookieType__MtIRp:hover {
  border-color: #d1d5db;
}

.CookieConsent_typeHeader__LGcuK {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  gap: 1rem;
}

.CookieConsent_typeInfo__EgoCt {
  flex: 1;
}

.CookieConsent_typeInfo__EgoCt h5 {
  margin: 0 0 0.25rem 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
}

.CookieConsent_typeStatus__M_L35 {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}

.CookieConsent_switch__WuTf9 {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  flex-shrink: 0;
}

.CookieConsent_switch__WuTf9 input {
  opacity: 0;
  width: 0;
  height: 0;
}

.CookieConsent_slider__YZXOi {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1d5db;
  transition: .4s;
  border-radius: 28px;
}

.CookieConsent_slider__YZXOi:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .CookieConsent_slider__YZXOi {
  background-color: #2563eb;
}

input:checked + .CookieConsent_slider__YZXOi:before {
  transform: translateX(24px);
}

input:disabled + .CookieConsent_slider__YZXOi {
  background-color: #9ca3af;
  cursor: not-allowed;
}

input:disabled + .CookieConsent_slider__YZXOi:before {
  background-color: #f3f4f6;
}

.CookieConsent_typeDescription__ZDQD3 {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

.CookieConsent_detailActions__BBWdj {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}

.CookieConsent_cookieFooter__bufdQ {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.CookieConsent_cookieNotice__AjB2w {
  color: #6b7280;
  font-size: 0.75rem;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

/* Адаптивность */
@media (max-width: 768px) {
  .CookieConsent_cookieOverlay__G_yb2 {
    padding: 0.5rem;
    align-items: flex-end;
  }
  
  .CookieConsent_cookieBanner__mOLXz {
    max-height: 85vh;
    border-radius: 12px 12px 0 0;
  }
  
  .CookieConsent_cookieHeader__0UFdx {
    padding: 1.25rem 1.25rem 0.75rem;
  }
  
  .CookieConsent_cookieContent__PNE2o {
    padding: 1.25rem;
  }
  
  .CookieConsent_cookieActions__kOiZ4 {
    flex-direction: column;
  }
  
  .CookieConsent_cookieLinks__qNZFJ {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  
  .CookieConsent_typeHeader__LGcuK {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  
  .CookieConsent_switch__WuTf9 {
    align-self: flex-start;
  }
  
  .CookieConsent_detailActions__BBWdj {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .CookieConsent_cookieOverlay__G_yb2 {
    padding: 0;
  }
  
  .CookieConsent_cookieBanner__mOLXz {
    border-radius: 0;
    max-height: 100vh;
  }
  
  .CookieConsent_cookieHeader__0UFdx {
    padding: 1rem 1rem 0.5rem;
  }
  
  .CookieConsent_cookieContent__PNE2o {
    padding: 1rem;
  }
  
  .CookieConsent_cookieTitle__WLc3_ {
    font-size: 1.125rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/Footer/Footer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__4vzqH {
  padding: 30px;
  padding-top: 70px;
  position: relative;
  z-index: 1;
  background-color: #002147;
  clip-path: polygon(0% -4%, 29% 5%, 58% 2%, 100% 12%, 101% 78%, 100% 100%, 12% 98%, 0% 100%);
}

.Footer_footerContent__33dnM {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto;
  padding: 2rem 0;
}

.Footer_footerInfo__LPUj1 {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.Footer_companyInfo__LMTGd {
  flex: 1 1 300px;
}

.Footer_infoTitle___ErtP {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.Footer_footerText__zaZte {
  color:#ffffff;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Стили для блока "Услуги" в футере */
.Footer_footerLinks__xuRtG {
  flex: 1 1 200px;
  margin-top: 1rem;
}

.Footer_footerLinkTitle__mHhBR {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.Footer_footerLinks__xuRtG ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Footer_footerLinks__xuRtG li {
  margin-bottom: 0.6rem;
}

.Footer_footerLink__VU733 {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  font-size: 0.95rem;
}

.Footer_footerLink__VU733::after {
  content: "→";
  position: absolute;
  left: 100%;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s, transform 0.3s;
  margin-left: 8px;
  color: #f9a92c;
}

.Footer_footerLink__VU733:hover {
  color: #f9a92c;
  transform: translateX(4px);
}

.Footer_footerLink__VU733:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.Footer_privacyLink__k_65h {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.Footer_privacyLink__k_65h:hover {
  color: #ffffff;
}

/* Секция оплаты */
.Footer_paymentSection__iZ49x {
  flex: 1 1 180px;
}

.Footer_paymentTitle__ioG4G {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.Footer_paymentMethods___5NZB {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
}

.Footer_paymentLogo__Bb1Bx {
  height: 48px;
  width: auto;
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  filter: grayscale(100%) contrast(1);
  opacity: 0.85;
  image-rendering: -webkit-optimize-contrast;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 4px;
}

.Footer_paymentLogo__Bb1Bx:hover {
  filter: grayscale(0%) contrast(1.1);
  opacity: 1;
  transform: translateY(-3px) scale(1.03);
}

/* Нижняя часть футера */
.Footer_footerBottom__OFeMd {
  border-top: 1px solid rgba(236, 240, 241, 0.3);
  padding-top: 1rem;
  text-align: center;
}

.Footer_footerAuthor__AQH4_ {
  color: #ffffff;
  margin: 0;
  font-size: 0.9rem;
}

/* Яндекс отзывы */
.Footer_footerYandexReviews__GP9Wu {
  padding: 12px 0 0 0;
  margin-bottom: 24px;
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.Footer_yandexReviewsWidget___6ldY {
  min-height: 310px;
  width: 100%;
}

#Footer_RatingBadgeWidget__ZLlvC {
  width: 300px;
  height: 120px;
}

/* Виджет такси */
.Footer_taxiWidgetContainer__Dolbq {
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Footer_taxiLoadButton__m6SWG {
  padding: 24px 20px;
  background: #007bff;
  color: var(--color-text);
  text-align: center;
  border: none;
  display: flex;
  width: 65%;
  border-radius: 5px;
  cursor: pointer;
  margin: 15px 0;
  height: 27%;
  align-items: center;
  justify-content: center;
}

.Footer_geoError__5hl09 {
  color: #dc3545;
  padding: 10px;
  background: #f8d7da;
  border-radius: 5px;
  margin: 10px 0;
}

.Footer_yaTaxiWidget__mbXyU {
  min-height: 70px;
}

.Footer_footerContacts__C6g44 {
  text-align: center;
  grid-column: 1 / -1;
}

.Footer_goImg__E6CM8 {
  width: 200px;
  transition: transform 0.3s ease;
}

.Footer_goImg__E6CM8:hover {
  transform: scale(1.05);
}

/* Адаптивность */
@media (max-width: 768px) {
  .Footer_footer__4vzqH {
    padding: 20px;
    padding-top: 50px;
  }

  .Footer_footerContent__33dnM {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .Footer_footerLinks__xuRtG {
    align-items: center;
  }

  .Footer_paymentMethods___5NZB {
    justify-content: center;
  }

  .Footer_paymentLogo__Bb1Bx {
    height: 44px;
  }

  .Footer_infoTitle___ErtP {
    font-size: 1.3rem;
  }

  .Footer_footerLinkTitle__mHhBR {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .Footer_footer__4vzqH {
    padding: 15px;
    padding-top: 40px;
  }

  .Footer_paymentLogo__Bb1Bx {
    height: 40px;
  }

  .Footer_footerText__zaZte {
    font-size: 0.9rem;
  }

  .Footer_footerLink__VU733 {
    font-size: 0.9rem;
  }
}

@media (max-width: 360px) {
  .Footer_paymentLogo__Bb1Bx {
    height: 36px;
  }

  .Footer_paymentMethods___5NZB {
    gap: 1rem;
  }

  .Footer_infoTitle___ErtP {
    font-size: 1.2rem;
  }

  .Footer_footerLinkTitle__mHhBR {
    font-size: 1rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/BurgerMenu/BurgerMenu.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.BurgerMenu_burgerMenu__2Dz1f {
  position: relative;
  z-index: 1001;
  display: flex;
  align-items: center;
}

/* Фиксированная кнопка бургера */
.BurgerMenu_burgerToggle__1oVmA {
  position: relative;
  background: #002147;
  border: 2px solid #ffffff;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: var(--transition);
  z-index: 1002;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0;
}

.BurgerMenu_burgerToggle__1oVmA:hover {
  background: #002147;
  transform: scale(1.05);
}

/* Иконки бургера и крестика */
.BurgerMenu_burgerIcon__LKT3T,
.BurgerMenu_closeIcon__H9XI2 {
  position: absolute;
  color: white;
  font-size: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.BurgerMenu_burgerIcon__LKT3T {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.BurgerMenu_closeIcon__H9XI2 {
  opacity: 0;
  transform: scale(0.8) rotate(90deg);
}

.BurgerMenu_burgerToggle__1oVmA.BurgerMenu_open__jndKl .BurgerMenu_burgerIcon__LKT3T {
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
}

.BurgerMenu_burgerToggle__1oVmA.BurgerMenu_open__jndKl .BurgerMenu_closeIcon__H9XI2 {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* Overlay */
.BurgerMenu_menuOverlay__wVVVx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.BurgerMenu_burgerMenu__2Dz1f.BurgerMenu_open__jndKl .BurgerMenu_menuOverlay__wVVVx {
  opacity: 1;
  visibility: visible;
}

/* Содержимое меню */
.BurgerMenu_menuContent__8AhSc {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 380px;
  height: 100vh;
  background: #043878;
  box-shadow: -2px 0 20px rgba(0, 0, 0, 0.3);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 30px 25px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.BurgerMenu_burgerMenu__2Dz1f.BurgerMenu_open__jndKl .BurgerMenu_menuContent__8AhSc {
  right: 0;
}

.BurgerMenu_menuHeader__0wWrC {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.BurgerMenu_menuLogo__Fa6F2 {
  width: 100px;
  height: 100px;
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.1));
}

.BurgerMenu_menuList__Ag8G6 {
  list-style: none;
  padding: 0;
  margin: 0 0 auto 0;
  flex: 1;
}

.BurgerMenu_menuItem__Gi8E5 {
  margin-bottom: 12px;
  opacity: 0;
  transform: translateX(30px);
  animation: BurgerMenu_menuItemAppear__0ROc8 0.4s ease forwards;
}

.BurgerMenu_menuItem__Gi8E5:nth-child(1) { animation-delay: 0.1s; }
.BurgerMenu_menuItem__Gi8E5:nth-child(2) { animation-delay: 0.15s; }
.BurgerMenu_menuItem__Gi8E5:nth-child(3) { animation-delay: 0.2s; }
.BurgerMenu_menuItem__Gi8E5:nth-child(4) { animation-delay: 0.25s; }
.BurgerMenu_menuItem__Gi8E5:nth-child(5) { animation-delay: 0.3s; }
.BurgerMenu_menuItem__Gi8E5:nth-child(6) { animation-delay: 0.35s; }
.BurgerMenu_menuItem__Gi8E5:nth-child(7) { animation-delay: 0.4s; }
.BurgerMenu_menuItem__Gi8E5:nth-child(8) { animation-delay: 0.45s; }

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

.BurgerMenu_menuLink__S6WAV {
  color: white;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 10px;
  display: block;
  transition: var(--transition);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 500;
}

.BurgerMenu_menuLink__S6WAV:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(8px);
  border-color: rgba(255, 255, 255, 0.3);
}

.BurgerMenu_menuFooter__k7MDR {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.BurgerMenu_statusCheck__4UqAY {
  margin: 20px 0;
}

.BurgerMenu_statusButton__a317p {
  display: block;
  background: #002147;
  color: white;
  padding: 14px 20px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
}

.BurgerMenu_statusButton__a317p:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

.BurgerMenu_contactInfo__Lves0 {
  color: white;
  margin-bottom: 25px;
}

.BurgerMenu_addressBlock__rtuk_ {
  margin-bottom: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.BurgerMenu_addressBlock__rtuk_ p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.BurgerMenu_contactItem__XVzCt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  cursor: pointer;
  transition: var(--transition);
  border-radius: 8px;
  margin: 5px 0;
}

.BurgerMenu_contactItem__XVzCt:hover {
  background: rgba(255, 255, 255, 0.1);
}

.BurgerMenu_contactItem__XVzCt span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.BurgerMenu_socialLinks__VvrUK {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.BurgerMenu_socialLink__LZUfR {
  color: white;
  font-size: 26px;
  transition: var(--transition);
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BurgerMenu_socialLink__LZUfR:hover {
  transform: translateY(-3px) scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}

.BurgerMenu_vk__MloNr:hover { color: #4a76a8; background: rgba(74, 118, 168, 0.2); }
.BurgerMenu_whatsapp__5627f:hover { color: #25d366; background: rgba(37, 211, 102, 0.2); }
.BurgerMenu_telegram__CpV7y:hover { color: #0088cc; background: rgba(0, 136, 204, 0.2); }

@media (min-width: 769px) {
  .BurgerMenu_burgerMenu__2Dz1f {
    display: none;
  }
}

@media (max-width: 480px) {
  .BurgerMenu_burgerToggle__1oVmA {
    width: 42px;
    height: 42px;
    padding: 9px;
  }
  
  .BurgerMenu_burgerIcon__LKT3T,
  .BurgerMenu_closeIcon__H9XI2 {
    font-size: 18px;
  }
  
  .BurgerMenu_menuContent__8AhSc {
    width: 90%;
    max-width: none;
    padding: 25px 10px;
  }
  
  .BurgerMenu_menuHeader__0wWrC {
    margin-bottom: 25px;
  }
  
  .BurgerMenu_menuLogo__Fa6F2 {
    width: 90px;
    height: 90px;
  }
  
  .BurgerMenu_menuLink__S6WAV {
    padding: 12px 18px;
    font-size: 0.95rem;
  }
  
  .BurgerMenu_socialLink__LZUfR {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  .BurgerMenu_menuContent__8AhSc {
    width: 95%;
    padding: 20px 5px;
  }
  
  .BurgerMenu_menuLink__S6WAV {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/LoginSignup/LoginSignup.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.LoginSignup_modalOverlay__Z9Vu9 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.LoginSignup_modalContent___daUr {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.LoginSignup_modalHeader__HzVgz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.LoginSignup_modalHeader__HzVgz h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
}

.LoginSignup_closeButton__uwG3L {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #6b7280;
  padding: 4px;
  line-height: 1;
}

.LoginSignup_closeButton__uwG3L:hover {
  color: #374151;
}

.LoginSignup_input__2MylI {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.LoginSignup_input__2MylI:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.LoginSignup_submitButton__0qxnt {
  width: 100%;
  padding: 12px 24px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-top: 8px;
}

.LoginSignup_submitButton__0qxnt:hover:not(:disabled) {
  background: #2563eb;
}

.LoginSignup_submitButton__0qxnt:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.LoginSignup_loginsignupFields__51faT,
.LoginSignup_resetPassword__ZKfsW,
.LoginSignup_forgotPassword__UJpqg {
  padding: 24px;
}

.LoginSignup_resetPassword__ZKfsW h3,
.LoginSignup_forgotPassword__UJpqg h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #1f2937;
}

.LoginSignup_toggleState__CRNxg,
.LoginSignup_forgotPasswordLink__MEEjP {
  padding: 0 24px 24px;
  text-align: center;
  color: #6b7280;
}

.LoginSignup_toggleState__CRNxg span,
.LoginSignup_forgotPasswordLink__MEEjP span {
  color: #3b82f6;
  cursor: pointer;
  text-decoration: underline;
}

.LoginSignup_toggleState__CRNxg span:hover,
.LoginSignup_forgotPasswordLink__MEEjP span:hover {
  color: #2563eb;
}

.LoginSignup_errorMessage__XZkj6 {
  background: #fef2f2;
  color: #dc2626;
  padding: 12px 16px;
  margin: 0 24px 16px;
  border-radius: 8px;
  border: 1px solid #fecaca;
}

.LoginSignup_successMessage__CDPYG {
  background: #f0fdf4;
  color: #16a34a;
  padding: 12px 16px;
  margin: 0 24px 16px;
  border-radius: 8px;
  border: 1px solid #bbf7d0;
}

.LoginSignup_wrongPasswordModal__Yk9lX {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

.LoginSignup_modalContentInner__ksOwn {
  background: white;
  padding: 24px;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  text-align: center;
}

.LoginSignup_modalContentInner__ksOwn h3 {
  margin: 0 0 16px 0;
  color: #dc2626;
}

.LoginSignup_modalContentInner__ksOwn p {
  margin: 0 0 20px 0;
  color: #6b7280;
}

.LoginSignup_recoverLink__0UT6V {
  color: #3b82f6;
  cursor: pointer;
  text-decoration: underline;
}

.LoginSignup_recoverLink__0UT6V:hover {
  color: #2563eb;
}

.LoginSignup_closeModalButton__Vtwps {
  padding: 8px 20px;
  background: #6b7280;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.LoginSignup_closeModalButton__Vtwps:hover {
  background: #4b5563;
}

/* Адаптивность */
@media (max-width: 768px) {
  .LoginSignup_modalOverlay__Z9Vu9 {
    padding: 10px;
    align-items: flex-end;
  }
  
  .LoginSignup_modalContent___daUr {
    max-width: 100%;
    border-radius: 16px 16px 0 0;
    max-height: 85vh;
  }
  
  .LoginSignup_modalHeader__HzVgz {
    padding: 20px;
  }
  
  .LoginSignup_modalHeader__HzVgz h2 {
    font-size: 20px;
  }
  
  .LoginSignup_loginsignupFields__51faT,
  .LoginSignup_resetPassword__ZKfsW,
  .LoginSignup_forgotPassword__UJpqg {
    padding: 20px;
  }
  
  .LoginSignup_input__2MylI {
    padding: 14px 16px;
    font-size: 16px; /* Предотвращает зум в iOS */
  }
}

@media (max-width: 480px) {
  .LoginSignup_modalHeader__HzVgz {
    padding: 16px;
  }
  
  .LoginSignup_loginsignupFields__51faT,
  .LoginSignup_resetPassword__ZKfsW,
  .LoginSignup_forgotPassword__UJpqg {
    padding: 16px;
  }
  
  .LoginSignup_toggleState__CRNxg,
  .LoginSignup_forgotPasswordLink__MEEjP {
    padding: 0 16px 16px;
  }
  
  .LoginSignup_errorMessage__XZkj6,
  .LoginSignup_successMessage__CDPYG {
    margin: 0 16px 16px;
  }
}
/* components/LoginSignup/LoginSignup.module.css */
.LoginSignup_oauthSection__iyenb {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.LoginSignup_oauthDivider__3c4Er {
  text-align: center;
  margin-bottom: 1rem;
  color: #6b7280;
  font-size: 0.875rem;
  position: relative;
}

.LoginSignup_oauthDivider__3c4Er::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e5e7eb;
  z-index: 1;
}

.LoginSignup_oauthDivider__3c4Er span {
  background: white;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}

.LoginSignup_yandexButton__mstLy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #FC3F1D;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}

.LoginSignup_yandexButton__mstLy:hover {
  background-color: #e0381a;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(252, 63, 29, 0.2);
}

.LoginSignup_yandexButton__mstLy:active {
  transform: translateY(0);
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/GlobalSearch/GlobalSearch.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* components/GlobalSearch/GlobalSearch.module.css */
.GlobalSearch_searchContainer__bYD9g {
  position: relative;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Кнопка открытия поиска (для мобильных) - СКРЫТА НА БОЛЬШИХ ЭКРАНАХ */
.GlobalSearch_searchToggle__4bIPl {
  display: none;
  width: 90%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
  align-items: center;
  border: 1px solid rgba(0, 33, 71, 0.2);
  border-radius: 20px;
  justify-content: start;
  padding: 10px 16px;
  margin: 10px auto;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1000;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  color: #4b5563;
  font-weight: 500;
}

.GlobalSearch_searchToggle__4bIPl:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 33, 71, 0.3);
}

.GlobalSearch_searchToggle__4bIPl:active {
  transform: scale(0.98);
}

.GlobalSearch_searchToggle__4bIPl::before {
  content: '🔍';
  margin-right: 8px;
  font-size: 1.1rem;
  opacity: 0.7;
}

/* Форма поиска - ВИДИМА НА БОЛЬШИХ ЭКРАНАХ */
.GlobalSearch_searchForm__W_AUv {
  position: relative;
  width: 320px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: block; /* Всегда показываем на больших экранах */
}

.GlobalSearch_searchFormOpen__vx_vh {
  animation: GlobalSearch_formPulse__nc2h3 0.5s ease;
}

@keyframes GlobalSearch_formPulse__nc2h3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

/* Контейнер поля ввода с эффектами подсветки */
.GlobalSearch_searchInputWrapper__DkNYN {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2px;
}

.GlobalSearch_searchInputWrapper__DkNYN:focus-within {
  background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
  border-color: rgba(99, 102, 241, 0.5);
  box-shadow: 
    0 8px 25px rgba(99, 102, 241, 0.15),
    0 0 0 4px rgba(99, 102, 241, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
  animation: GlobalSearch_glow__W_yGN 2s ease-in-out infinite alternate;
}

@keyframes GlobalSearch_glow__W_yGN {
  from {
    box-shadow: 
      0 8px 25px rgba(99, 102, 241, 0.15),
      0 0 0 4px rgba(99, 102, 241, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }
  to {
    box-shadow: 
      0 8px 25px rgba(99, 102, 241, 0.2),
      0 0 0 4px rgba(99, 102, 241, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 1);
  }
}

.GlobalSearch_searchInputWrapper__DkNYN::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(99, 102, 241, 0.3), 
    transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.GlobalSearch_searchInputWrapper__DkNYN:focus-within::before {
  opacity: 1;
}

/* Иконка поиска с анимацией */
.GlobalSearch_searchIcon__eRFwA {
  position: absolute;
  left: 16px;
  color: #6366f1;
  pointer-events: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}

.GlobalSearch_searchInputWrapper__DkNYN:focus-within .GlobalSearch_searchIcon__eRFwA {
  color: #4f46e5;
  transform: scale(1.1);
  animation: GlobalSearch_iconPulse__YIEzY 2s infinite;
}

@keyframes GlobalSearch_iconPulse__YIEzY {
  0%, 100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.15);
  }
}

/* Поле ввода */
.GlobalSearch_searchInput__WIp_3 {
  width: 100%;
  padding: 14px 48px 14px 48px;
  border: none;
  font-size: 15px;
  background: transparent;
  outline: none;
  color: #1f2937;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.GlobalSearch_searchInput__WIp_3::-moz-placeholder {
  color: #9ca3af;
  font-weight: 400;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.GlobalSearch_searchInput__WIp_3::placeholder {
  color: #9ca3af;
  font-weight: 400;
  transition: color 0.3s ease;
}

.GlobalSearch_searchInputWrapper__DkNYN:focus-within .GlobalSearch_searchInput__WIp_3::-moz-placeholder {
  color: #a5b4fc;
}

.GlobalSearch_searchInputWrapper__DkNYN:focus-within .GlobalSearch_searchInput__WIp_3::placeholder {
  color: #a5b4fc;
}

.GlobalSearch_searchInput__WIp_3:focus {
  outline: none;
}

/* Кнопка очистки */
.GlobalSearch_clearButton__A4wWq {
  position: absolute;
  right: 44px;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  border: none;
  padding: 6px;
  cursor: pointer;
  color: #6b7280;
  font-size: 0.9rem;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.GlobalSearch_clearButton__A4wWq:hover {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
  transform: scale(1.1) rotate(90deg);
}

.GlobalSearch_clearButton__A4wWq:active {
  transform: scale(0.95) rotate(90deg);
}

/* Индикатор загрузки */
.GlobalSearch_loadingIndicator__tP_Hf {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.GlobalSearch_spinner__EVFsU {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(99, 102, 241, 0.2);
  border-top: 2px solid #6366f1;
  border-radius: 50%;
  animation: GlobalSearch_spin__UYuPK 0.8s linear infinite;
  box-shadow: 0 0 10px rgba(99, 102, 241, 0.3);
}

@keyframes GlobalSearch_spin__UYuPK {
  0% { 
    transform: rotate(0deg); 
    border-top-color: #6366f1;
  }
  50% { 
    border-top-color: #8b5cf6;
  }
  100% { 
    transform: rotate(360deg); 
    border-top-color: #6366f1;
  }
}

/* Выпадающий список с результатами */
.GlobalSearch_resultsDropdown__0dDfX {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  background: white;
  border-radius: 20px;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(229, 231, 235, 0.8);
  backdrop-filter: blur(20px);
  max-height: 500px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
  animation: GlobalSearch_slideDown__nHo0z 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  z-index: 1000;
}

@keyframes GlobalSearch_slideDown__nHo0z {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.GlobalSearch_resultsContainer__Uj_sE {
  padding: 12px 0;
}

.GlobalSearch_section__HXC4G {
  margin-bottom: 12px;
  position: relative;
}

.GlobalSearch_section__HXC4G::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(99, 102, 241, 0.1), 
    transparent);
}

/* Заголовки секций */
.GlobalSearch_resultsHeader__yC8fk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 700;
  color: #6366f1;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(to right, 
    rgba(99, 102, 241, 0.05), 
    rgba(139, 92, 246, 0.05));
  margin-bottom: 8px;
  border-radius: 12px 12px 0 0;
}

.GlobalSearch_clearAllButton__ojRxw {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: none;
  color: #92400e;
  font-size: 11px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.GlobalSearch_clearAllButton__ojRxw:hover {
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 100%);
  transform: translateX(2px);
}

/* Элементы истории поиска */
.GlobalSearch_recentSearchItem__hacXy {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 20px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.GlobalSearch_recentSearchItem__hacXy::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(135deg, #002147 0%, #0F52BA 100%);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.GlobalSearch_recentSearchItem__hacXy:hover {
  background: linear-gradient(90deg, 
    rgba(99, 102, 241, 0.05) 0%,
    rgba(139, 92, 246, 0.05) 100%);
  padding-left: 24px;
}

.GlobalSearch_recentSearchItem__hacXy:hover::before {
  transform: scaleY(1);
}

.GlobalSearch_recentIcon__pvW9s {
  color: #6366f1;
  font-size: 14px;
  filter: drop-shadow(0 2px 3px rgba(99, 102, 241, 0.2));
  transition: transform 0.3s ease;
}

.GlobalSearch_recentSearchItem__hacXy:hover .GlobalSearch_recentIcon__pvW9s {
  transform: rotate(15deg) scale(1.1);
}

.GlobalSearch_recentText__yuUM_ {
  flex: 1;
  position: relative;
}

.GlobalSearch_recentText__yuUM_::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #002147 0%, #0F52BA 100%);
  transition: width 0.3s ease;
}

.GlobalSearch_recentSearchItem__hacXy:hover .GlobalSearch_recentText__yuUM_::after {
  width: 100%;
}

.GlobalSearch_removeRecentButton__sK86K {
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #9ca3af;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.GlobalSearch_removeRecentButton__sK86K:hover {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
  transform: rotate(90deg);
}

/* Популярные теги */
.GlobalSearch_popularTags__4H0xm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px 12px;
}

.GlobalSearch_popularTag__QFWKf {
  padding: 8px 16px;
  background: linear-gradient(135deg, 
    rgba(99, 102, 241, 0.1) 0%,
    rgba(139, 92, 246, 0.1) 100%);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 12px;
  font-size: 13px;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.GlobalSearch_popularTag__QFWKf::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.3), 
    transparent);
  transition: left 0.5s ease;
}

.GlobalSearch_popularTag__QFWKf:hover {
  background: linear-gradient(135deg, #002147 0%, #0F52BA 100%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.3);
  border-color: transparent;
}

.GlobalSearch_popularTag__QFWKf:hover::before {
  left: 100%;
}

/* Результаты поиска */
.GlobalSearch_resultItem__P2oDt {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(243, 244, 246, 0.5);
  position: relative;
  overflow: hidden;
}

.GlobalSearch_resultItem__P2oDt:hover {
  background: linear-gradient(90deg, 
    rgba(99, 102, 241, 0.08) 0%,
    rgba(139, 92, 246, 0.08) 100%);
  padding-left: 24px;
}

.GlobalSearch_resultItem__P2oDt::after {
  content: '';
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236366f1'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center;
  opacity: 0;
  transition: all 0.3s ease;
}

.GlobalSearch_resultItem__P2oDt:hover::after {
  right: 20px;
  opacity: 0.5;
}

.GlobalSearch_resultContent__JiAYS {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.GlobalSearch_resultIcon__Hkv_c {
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}

.GlobalSearch_resultItem__P2oDt:hover .GlobalSearch_resultIcon__Hkv_c {
  transform: scale(1.2) rotate(10deg);
}

.GlobalSearch_resultText___uK1b {
  flex: 1;
  min-width: 0;
}

.GlobalSearch_resultTitle__OZRCg {
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(90deg, #1f2937 0%, #374151 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.GlobalSearch_resultDescription__gf2aN {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Подсказки */
.GlobalSearch_suggestionItem__ktINU {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 20px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 12px;
  margin: 4px 8px;
}

.GlobalSearch_suggestionItem__ktINU:hover {
  background: linear-gradient(90deg, 
    rgba(34, 197, 94, 0.1) 0%,
    rgba(21, 128, 61, 0.1) 100%);
  color: #059669;
  transform: translateX(8px);
}

/* Полный поиск */
.GlobalSearch_fullSearchSection__1J8fS {
  padding: 16px 20px;
  border-top: 1px solid rgba(243, 244, 246, 0.8);
  background: linear-gradient(to bottom, 
    rgba(99, 102, 241, 0.02), 
    transparent);
}

.GlobalSearch_viewAllResults__Fmy2Y {
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #002147 0%, #0F52BA 100%);
  border: none;
  border-radius: 14px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

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

.GlobalSearch_viewAllResults__Fmy2Y:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
}

.GlobalSearch_viewAllResults__Fmy2Y:hover::before {
  left: 100%;
}

.GlobalSearch_viewAllResults__Fmy2Y:active {
  transform: translateY(0);
}

/* Нет результатов */
.GlobalSearch_noResults__UISBS {
  padding: 32px 20px;
  text-align: center;
  background: linear-gradient(135deg, 
    rgba(249, 250, 251, 0.8) 0%,
    rgba(243, 244, 246, 0.8) 100%);
  border-radius: 16px;
  margin: 16px;
}

.GlobalSearch_noResultsIcon__sKjRx {
  font-size: 32px;
  margin-bottom: 16px;
  opacity: 0.5;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.GlobalSearch_noResultsText__XAMfC {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.GlobalSearch_noResultsText__XAMfC p {
  margin: 0;
  font-weight: 500;
}

/* Оверлей для мобильных */
.GlobalSearch_overlay___6x8p {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 100%);
  backdrop-filter: blur(4px);
  z-index: 999;
  display: none;
  opacity: 0;
  animation: GlobalSearch_overlayFadeIn__smtMz 0.3s ease forwards;
}

@keyframes GlobalSearch_overlayFadeIn__smtMz {
  to {
    opacity: 1;
  }
}

/* Адаптивность */
@media (max-width: 1024px) {
  .GlobalSearch_searchForm__W_AUv {
    width: 280px;
  }
}

@media (max-width: 768px) {
  /* На мобильных: показываем кнопку, скрываем форму */
  .GlobalSearch_searchToggle__4bIPl {
    display: flex;
  }
  
  .GlobalSearch_searchForm__W_AUv {
    display: none; /* Скрываем форму по умолчанию на мобильных */
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 24px 24px;
  }
  
  /* Когда открыт поиск - показываем форму */
  .GlobalSearch_searchFormOpen__vx_vh {
    display: block; /* Показываем форму при открытии */
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    animation: GlobalSearch_slideIn__zhvmT 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  @keyframes GlobalSearch_slideIn__zhvmT {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .GlobalSearch_searchInput__WIp_3 {
    padding: 16px 48px;
    font-size: 16px;
  }
  
  .GlobalSearch_searchInputWrapper__DkNYN {
    border-radius: 20px;
  }
  
  .GlobalSearch_resultsDropdown__0dDfX {
    position: fixed;
    top: 80px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 100px);
    border-radius: 24px;
  }
  
  .GlobalSearch_overlay___6x8p {
    display: block;
  }
}

@media (max-width: 480px) {
  .GlobalSearch_searchToggle__4bIPl {
    width: 95%;
    padding: 8px 14px;
    margin: 8px auto;
    font-size: 14px;
  }
  
  .GlobalSearch_popularTags__4H0xm {
    justify-content: center;
  }
  
  .GlobalSearch_popularTag__QFWKf {
    padding: 6px 12px;
    font-size: 12px;
  }
  
  .GlobalSearch_resultItem__P2oDt {
    padding: 12px 16px;
  }
  
  .GlobalSearch_resultTitle__OZRCg {
    font-size: 13px;
  }
  
  .GlobalSearch_resultDescription__gf2aN {
    font-size: 12px;
  }
  
  .GlobalSearch_resultsHeader__yC8fk {
    padding: 8px 16px;
    font-size: 10px;
  }
}

/* Кастомный скроллбар */
.GlobalSearch_resultsDropdown__0dDfX::-webkit-scrollbar {
  width: 8px;
}

.GlobalSearch_resultsDropdown__0dDfX::-webkit-scrollbar-track {
  background: rgba(243, 244, 246, 0.5);
  border-radius: 4px;
  margin: 8px;
}

.GlobalSearch_resultsDropdown__0dDfX::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #002147 0%, #0F52BA 100%);
  border-radius: 4px;
}

.GlobalSearch_resultsDropdown__0dDfX::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #002147 0%, #0F52BA 100%);
}

/* Анимация появления иконок */
@keyframes GlobalSearch_float__jxCyS {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.GlobalSearch_resultIcon__Hkv_c,
.GlobalSearch_searchIcon__eRFwA,
.GlobalSearch_recentIcon__pvW9s {
  animation: GlobalSearch_float__jxCyS 3s ease-in-out infinite;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/HeaderTracking/HeaderTracking.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.HeaderTracking_trackingButton__m9gFz {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #002147;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.HeaderTracking_trackingButton__m9gFz:hover {
  background: #002147;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.HeaderTracking_trackingText__s_rwD {
  white-space: nowrap;
}

/* Модальное окно */
.HeaderTracking_modalOverlay__H02xX {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
}

.HeaderTracking_modal__E3_O_ {
  background: white;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: HeaderTracking_modalAppear__jCS8B 0.3s ease-out;
}

@keyframes HeaderTracking_modalAppear__jCS8B {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.HeaderTracking_modalHeader__1_zOF {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
  background: #002147;
  color: white;
  border-radius: 12px 12px 0 0;
}

.HeaderTracking_modalTitle__ZbcNj {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.HeaderTracking_closeButton__51opS {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.HeaderTracking_closeButton__51opS:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Форма отслеживания */
.HeaderTracking_trackingForm__vqSTi {
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.HeaderTracking_inputGroup__POaXI {
  display: flex;
  gap: 12px;
}

.HeaderTracking_trackingInput__vQdbl {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
}

.HeaderTracking_trackingInput__vQdbl:focus {
  outline: none;
  border-color: #002147;
}

.HeaderTracking_trackButton__SoNh5 {
  padding: 12px 24px;
  background: #002147;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.HeaderTracking_trackButton__SoNh5:hover:not(:disabled) {
  background: #002147;
}

.HeaderTracking_trackButton__SoNh5:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

/* Сообщения об ошибках и помощи */
.HeaderTracking_errorMessage__PYzBV {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 12px 16px;
  border-radius: 8px;
  margin: 16px 24px;
}

.HeaderTracking_helpText__robnX {
  padding: 0 24px 24px;
  text-align: center;
  color: #6b7280;
}

.HeaderTracking_helpExample__07cEX {
  margin-top: 8px;
  font-size: 14px;
}

/* Информация о бронировании */
.HeaderTracking_bookingInfo__Un9uc {
  padding: 0 24px 24px;
}

.HeaderTracking_bookingHeader__J3GeW {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.HeaderTracking_bookingTitle__ePkVb {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #1f2937;
}

.HeaderTracking_trackingCode__CliJI {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.HeaderTracking_bookingDetails__C6Ptm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 20px;
}

.HeaderTracking_detailSection__uN0fS h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #374151;
}

.HeaderTracking_detailItem__Uxn12 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}

.HeaderTracking_detailLabel__BQqqz {
  font-weight: 500;
  color: #6b7280;
}

.HeaderTracking_detailValue__kTITj {
  font-weight: 500;
  color: #1f2937;
  text-align: right;
}

/* Секция статуса */
.HeaderTracking_statusSection__uSixf {
  margin-bottom: 20px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 8px;
}

.HeaderTracking_statusHeader__9jSsL {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.HeaderTracking_statusHeader__9jSsL h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.HeaderTracking_statusBadge__V6FA7 {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.HeaderTracking_statusPending__tXoc_ {
  background: #fef3c7;
  color: #d97706;
}

.HeaderTracking_statusConfirmed__PtKbA {
  background: #dbeafe;
  color: #1d4ed8;
}

.HeaderTracking_statusInProgress__DXx3q {
  background: #dbeafe;
  color: #1d4ed8;
}

.HeaderTracking_statusCompleted__dD32X {
  background: #dcfce7;
  color: #166534;
}

.HeaderTracking_statusCanceled__lqMgE {
  background: #fee2e2;
  color: #dc2626;
}

/* Заметки */
.HeaderTracking_notesSection__YeQ_L {
  margin-bottom: 20px;
  padding: 16px;
  background: #f0f9ff;
  border-radius: 8px;
  border-left: 4px solid #0ea5e9;
}

.HeaderTracking_notesSection__YeQ_L h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #0369a1;
}

.HeaderTracking_notesText__jhiiN {
  margin: 0;
  color: #0c4a6e;
  font-size: 14px;
  line-height: 1.5;
}

/* Кнопки действий */
.HeaderTracking_modalActions__rF0Ks {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.HeaderTracking_closeActionButton__S50LQ {
  padding: 10px 20px;
  background: #6b7280;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.HeaderTracking_closeActionButton__S50LQ:hover {
  background: #4b5563;
}

.HeaderTracking_detailsButton__RDkzc {
  padding: 10px 20px;
  background: #002147;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.HeaderTracking_detailsButton__RDkzc:hover {
  background: #002147;
}

/* Адаптивность */
@media (max-width: 768px) {
  .HeaderTracking_modal__E3_O_ {
    margin: 20px;
    max-height: calc(100vh - 40px);
  }
  
  .HeaderTracking_modalHeader__1_zOF {
    padding: 20px;
  }
  
  .HeaderTracking_trackingForm__vqSTi {
    padding: 20px;
  }
  
  .HeaderTracking_inputGroup__POaXI {
    flex-direction: column;
  }
  
  .HeaderTracking_bookingDetails__C6Ptm {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .HeaderTracking_modalActions__rF0Ks {
    flex-direction: column;
  }
  
  .HeaderTracking_trackingText__s_rwD {
    display: none;
  }
  
  .HeaderTracking_trackingButton__m9gFz {
    padding: 8px 12px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/Header/Header.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/* components/Header/Header.module.css */
.Header_headerTopBar__JRCQq {
  background: rgb(43, 43, 43);
  color: white;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.Header_headerTopBar__JRCQq.Header_scrolled__Ik5rI {
  padding: 4px 0;
}

.Header_headerTopBarContainer__ca5Rl {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.Header_checkoutButton__rws1s {
  flex: 1;
  background: #007bff;
  color: white;
  text-align: center;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s;
}

.Header_checkoutButton__rws1s:hover {
  background: #0056b3;
}

.Header_headerContacts__BFexF {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.Header_headerContactLink__qpueK {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.Header_headerContactLink__qpueK:hover {
  color: #3498db;
}

.Header_headerContactLink__qpueK svg {
  width: 14px;
  height: 14px;
}

.Header_headerWorkHours__yUSi1 {
  font-size: 0.9rem;
  color: #bdc3c7;
}

.Header_headerSocials__iXte5 {
  display: flex;
  gap: 12px;
}

.Header_socialLink__UhQKy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.Header_socialLink__UhQKy:hover {
  transform: translateY(-2px);
}

.Header_socialLink__UhQKy.Header_vk__UM34G {
  background: #4a76a8;
}

.Header_socialLink__UhQKy.Header_vk__UM34G:hover {
  background: #3a6690;
}

.Header_socialLink__UhQKy.Header_whatsapp__oMLSC {
  background: #25d366;
}

.Header_socialLink__UhQKy.Header_whatsapp__oMLSC:hover {
  background: #1ea952;
}

.Header_socialLink__UhQKy.Header_telegram__AKjhx {
  background: #0088cc;
}

.Header_socialLink__UhQKy.Header_telegram__AKjhx:hover {
  background: #0077b3;
}

/* Main Header */
.Header_header__AF_3G {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1001;
  transition: all 0.3s ease;
}

.Header_header__AF_3G.Header_scrolled__Ik5rI {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.Header_headerContainer__4fbbd {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 100px;
  gap: 15px;
}

.Header_headerLogoLink___lHGB {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.Header_headerLogo___wXH9 {
  width: 65px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.Header_headerLogoText__SqsVV {
  display: flex;
  flex-direction: column;
}

.Header_headerLogoMain__631kl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #002147;
  line-height: 1;
}

.Header_headerLogoSub__eOzJ3 {
  font-size: 0.8rem;
  color: #7f8c8d;
  line-height: 1;
}

/* Navigation */
.Header_headerNav__oGpCs {
  flex: 1;
  margin: 0 20px;
  min-width: 0;
}

.Header_headerNavList__Ovqkp {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.Header_headerNavItem__Jx6xI {
  position: relative;
  flex-shrink: 1;
}

.Header_headerNavLink__ngk5n {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  text-decoration: none;
  color: #002147;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.9rem;
  white-space: nowrap;
  flex-shrink: 1;
}

.Header_headerNavLink__ngk5n:hover {
  background: #f8f9fa;
  color: #3498db;
}

.Header_headerNavItem__Jx6xI.Header_active__8Eipm .Header_headerNavLink__ngk5n {
  background: #002147;
  color: white;
}

/* Dropdown Menu */
.Header_dropdownMenu__bzo1m {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f9a92c;
  min-width: 180px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 6px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
}

.Header_headerNavItem__Jx6xI.Header_dropdown__f5upL:hover .Header_dropdownMenu__bzo1m {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.Header_dropdownItem__vuT1v {
  display: block;
  padding: 10px 14px;
  text-decoration: none;
  color: #002147;
  transition: all 0.3s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 0.85rem;
  white-space: nowrap;
}

.Header_dropdownItem__vuT1v:hover {
  background: #f8f9fa;
  color: #3498db;
}

/* Header Actions */
.Header_headerActions__MZ7mF {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.Header_navUserGroup__1v18G {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.Header_userMenuWrapper__2aLdL {
  position: relative;
}

.Header_navUserIcon__C_HHe {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: #f8f9fa;
  border: none;
  border-radius: 6px;
  color: #002147;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  white-space: nowrap;
}

.Header_navUserIcon__C_HHe:hover {
  background: #e9ecef;
}

.Header_navUsername__nPvEr {
  font-weight: 500;
}

.Header_userMenuDropdown__QT4XT {
  position: absolute;
  top: 100%;
  right: 0;
  background: #f9a92c;
  min-width: 160px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 6px 0;
  margin-top: 8px;
  z-index: 1002;
}

.Header_userMenuDropdown__QT4XT .Header_dropdownItem__vuT1v {
  font-size: 0.85rem;
  padding: 8px 12px;
}

.Header_userMenuLogout__lPZc0 {
  width: 100%;
  padding: 8px 12px;
  background: none;
  border: none;
  color: #e74c3c;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 0.85rem;
}

.Header_userMenuLogout__lPZc0:hover {
  background: #fdf2f2;
}

.Header_adminPanelBtn__egXgY {
  padding: 6px 12px;
  background: #e74c3c;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.Header_adminPanelBtn__egXgY:hover {
  background: #c0392b;
}

.Header_logoutBtn__yx_7k {
  padding: 6px 12px;
  background: #95a5a6;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.Header_logoutBtn__yx_7k:hover {
  background: #7f8c8d;
}

.Header_logoutBtn__yx_7k:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.Header_headerLoginBtn__S6PBw {
  padding: 8px 16px;
  background: #002147;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 0.9rem;
  white-space: nowrap;
}

.Header_headerLoginBtn__S6PBw:hover {
  background: #00375b;
}

.Header_headerCartLink__ym9um {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border-radius: 6px;
  color: #002147;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.Header_headerCartLink__ym9um:hover {
  background: #e9ecef;
  color: #3498db;
}

.Header_headerCartCount___hGfX {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .Header_headerNav__oGpCs {
    margin: 0 15px;
  }
  
  .Header_headerNavList__Ovqkp {
    gap: 2px;
  }
  
  .Header_headerNavLink__ngk5n {
    padding: 8px 10px;
    font-size: 0.85rem;
  }
  
  .Header_headerLogoMain__631kl {
    font-size: 1.3rem;
  }
}

@media (max-width: 900px) {

  .Header_headerLogoText__SqsVV {
    display: none;
  }
  
  .Header_headerContainer__4fbbd {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .Header_headerTopBar__JRCQq {
    display: none;
  }
    .Header_headerNav__oGpCs {
    display: none;
  }
  
  .Header_headerContainer__4fbbd {
    height: 60px;
    padding: 0 15px;
    gap: 8px;
  }
  
  .Header_headerLogo___wXH9 {
    width: 45px;
    height: 35px;
  }
  
  .Header_headerActions__MZ7mF {
    gap: 8px;
  }
  
  .Header_navUserGroup__1v18G {
    gap: 6px;
  }
  
  .Header_navUserIcon__C_HHe span {
    display: none;
  }
  
  .Header_adminPanelBtn__egXgY, .Header_logoutBtn__yx_7k {
    padding: 4px 8px;
    font-size: 0.75rem;
  }
  
  .Header_headerLoginBtn__S6PBw {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
  
  .Header_headerCartLink__ym9um {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .Header_headerContainer__4fbbd {
    padding: 0 10px;
    height: 55px;
  }
  
  .Header_headerLogo___wXH9 {
    width: 40px;
    height: 30px;
  }
  
  .Header_headerActions__MZ7mF {
    gap: 6px;
  }
  
  /* На очень маленьких экранах скрываем текст кнопок, оставляем только иконки */
  .Header_navUserIcon__C_HHe {
    padding: 6px;
  }
  
  .Header_adminPanelBtn__egXgY, .Header_logoutBtn__yx_7k, .Header_headerLoginBtn__S6PBw {
    min-width: auto;
    padding: 6px 8px;
  }
  
  .Header_adminPanelBtn__egXgY span, .Header_logoutBtn__yx_7k span {
    display: none;
  }
  
  .Header_adminPanelBtn__egXgY::after {
    content: "⚙";
  }
  
  .Header_logoutBtn__yx_7k::after {
    content: "🚪";
  }
  
  .Header_headerCartLink__ym9um {
    width: 34px;
    height: 34px;
  }
  
  .Header_headerCartCount___hGfX {
    width: 16px;
    height: 16px;
    font-size: 0.6rem;
  }
}

@media (max-width: 360px) {
  .Header_headerContainer__4fbbd {
    padding: 0 8px;
  }
  
  .Header_headerLogo___wXH9 {
    width: 35px;
    height: 25px;
  }
  
  .Header_headerActions__MZ7mF {
    gap: 4px;
  }
  
  .Header_navUserIcon__C_HHe, .Header_headerCartLink__ym9um {
    width: 32px;
    height: 32px;
  }
  
  .Header_adminPanelBtn__egXgY, .Header_logoutBtn__yx_7k, .Header_headerLoginBtn__S6PBw {
    padding: 4px 6px;
    font-size: 0.7rem;
  }
}

/* Compact mode for very small screens */
.Header_headerContainer__4fbbd.Header_compact__gvpVe {
  height: 50px;
  padding: 0 5px;
}

.Header_headerContainer__4fbbd.Header_compact__gvpVe .Header_headerLogo___wXH9 {
  width: 30px;
  height: 22px;
}

