*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: JetBrains Mono, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.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;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-3 {
  top: 0.75rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.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;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-52 {
  height: 13rem;
}
.h-7 {
  height: 1.75rem;
}
.w-10 {
  width: 2.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 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-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-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));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-cyan-400\/30 {
  border-color: rgb(34 211 238 / 0.3);
}
.border-cyan-400\/50 {
  border-color: rgb(34 211 238 / 0.5);
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: JetBrains Mono, 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-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyber-cyan {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / 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-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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-40 {
  opacity: 0.4;
}
.opacity-75 {
  opacity: 0.75;
}
.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);
}
.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Custom styles for TechBlog theme */
:root {
    --cyber-dark: #0a0e27;
    --cyber-darker: #050816;
    --cyber-purple: #a855f7;
    --cyber-pink: #ec4899;
    --cyber-blue: #3b82f6;
    --cyber-cyan: #06b6d4;
    --text-main: #e5e7eb;
    --text-muted: #94a3b8;
    --card: rgba(25, 255, 255, 0.04);
    --border: rgba(25, 255, 255, 0.08);
}

@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap");

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    color: var(--text-main);
    min-height: 100vh;
    position: relative;
    background-color: var(--cyber-darker);
    background-image: linear-gradient(135deg, var(--cyber-dark) 0%, var(--cyber-darker) 100%);
    background-size: auto;
    background-attachment: fixed;
}

a {
    color: var(--cyber-cyan);
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
}

a:hover {
    color: var(--cyber-purple);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.content {
    flex: 1;
    padding-top: 96px; /* компенсирует fixed-навигацию */
    position: relative;
    background: transparent;
}

.glow-text {
    text-shadow: 0 0 20px rgba(168, 85, 247, 0.5);
}

.glow-border {
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
}

.code-block {
    background: rgba(15, 23, 42, 0.8);
    border-left: 3px solid var(--cyber-purple);
    padding: 1rem;
    border-radius: 0.75rem;
    overflow-x: auto;
}

.cyber-grid {
    background-image:
        linear-gradient(rgba(168, 85, 247, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(168, 85, 247, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.section {
    padding: 4.5rem 0;
}

.section > .container {
    background: rgba(5, 8, 22, 0.6);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0.25);
}

.section > .container:last-child {
    margin-bottom: 0;
}

.section h1,
.section h2,
.section h3 {
    margin: 0 0 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.section .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--cyber-cyan);
    font-family: "JetBrains Mono", monospace;
    margin-bottom: 0.75rem;
}

.grid-overlay {
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(168, 85, 247, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(168, 85, 247, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: normal;
}

.grid-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(280px circle at var(--glow-x, 50%) var(--glow-y, 50%),
            rgba(168, 85, 247, 0.12),
            rgba(236, 72, 153, 0.08),
            rgba(0, 0, 0, 0));
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.grid-overlay.glow-active::after {
    opacity: 1;
}

.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 1rem;
    padding: 1.9rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.6s ease-out backwards;
}

.card:hover {
    border-color: rgba(168, 85, 247, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(168, 85, 247, 0.2), 0 0 0 1px rgba(168, 85, 247, 0.1);
}

.card:hover img {
    transform: scale(1.05);
}

/* Анимация появления */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Задержки для каскадной анимации */
.card:nth-child(1) {
    animation-delay: 0.1s;
}
.card:nth-child(2) {
    animation-delay: 0.2s;
}
.card:nth-child(3) {
    animation-delay: 0.3s;
}
.card:nth-child(4) {
    animation-delay: 0.4s;
}
.card:nth-child(5) {
    animation-delay: 0.5s;
}
.card:nth-child(6) {
    animation-delay: 0.6s;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.4rem;
    border-radius: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(25, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.btn:hover::before {
    transform: translateX(100%);
}

.btn-primary {
    background: linear-gradient(90deg, var(--cyber-purple), var(--cyber-pink));
    color: #fff;
}

.btn-outline {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--border);
    color: var(--text-main);
}

.btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 35px rgba(168, 85, 247, 0.3);
}

.btn-primary:hover {
    box-shadow: 0 12px 35px rgba(168, 85, 247, 0.5);
}

.btn:active {
    transform: translateY(0) scale(0.98);
}

.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.items-start {
    align-items: flex-start;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}

.post-card h3 {
    margin-top: 1.25rem;
}

/* Стили поста */
.post-hero-image {
    margin: -2.5rem -1.5rem 0;
    overflow: hidden;
}

.post-hero-image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.post-header {
    text-align: center;
    padding: 3rem 0 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.post-tags-badge {
    display: inline-block;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 999px;
    background: rgba(168, 85, 247, 0.1);
    color: var(--cyber-purple);
    font-family: "JetBrains Mono", monospace;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

.post-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.prose {
    max-width: 680px;
    margin: 0 auto;
}

.btn-reading-mode {
    position: fixed;
    top: 90px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-main);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0.3), 0 0 20px rgba(168, 85, 247, 0.3);
}

.btn-reading-mode:hover {
    background: rgba(25, 255, 255, 0.1);
    border-color: var(--cyber-purple);
    color: var(--cyber-purple);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 30px rgba(168, 85, 247, 0.5);
}

/* Светлый режим чтения */
.reading-mode-light .container {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

.reading-mode-light .prose {
    color: #1a1a1a !important;
}

.reading-mode-light .prose p {
    color: #333333 !important;
}

.reading-mode-light .prose h2,
.reading-mode-light .prose h3,
.reading-mode-light .prose h4 {
    color: #000000 !important;
}

.reading-mode-light .prose a {
    color: #0066cc !important;
}

.reading-mode-light .prose code {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #d63384 !important;
}

.reading-mode-light .prose pre {
    background: #f5f5f5 !important;
    border-left-color: #0066cc !important;
}

.reading-mode-light .prose pre code {
    color: #333333 !important;
}

.reading-mode-light .prose blockquote {
    color: #555555 !important;
    border-left-color: #0066cc !important;
    background: linear-gradient(90deg, rgba(0, 102, 204, 0.08), rgba(0, 102, 204, 0.02)) !important;
}

.reading-mode-light .prose blockquote::before {
    color: #0066cc !important;
}

.reading-mode-light .prose ul,
.reading-mode-light .prose ol {
    color: #333333 !important;
}

.reading-mode-light .prose strong {
    color: #000000 !important;
}

.reading-mode-light .prose em {
    color: #333333 !important;
}

.reading-mode-light .prose img {
    border-color: #dee2e6 !important;
}

.reading-mode-light .text-slate-400 {
    color: #666666 !important;
}

.reading-mode-light .glow-text {
    text-shadow: none !important;
    color: #000000 !important;
}

.reading-mode-light .btn-reading-mode {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
    color: #3333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 102, 204, 0.2);
}

.reading-mode-light .btn-reading-mode:hover {
    background: rgba(0, 0, 0, 0.1);
    border-color: #0066cc;
    color: #0066cc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 30px rgba(0, 102, 204, 0.4);
}

/* Светлый режим - автор */
.reading-mode-light .author-bio {
    background: #f8f9fa !important;
    border-color: #dee2e6 !important;
}

.reading-mode-light .author-bio h3,
.reading-mode-light .author-bio p {
    color: #333333 !important;
}

.reading-mode-light .author-bio a {
    color: #0066cc !important;
}

/* Светлый режим - newsletter */
.reading-mode-light .newsletter {
    background: linear-gradient(135deg, #f0f4ff, #fef3f8) !important;
    border-color: rgba(168, 85, 247, 0.3) !important;
}

.reading-mode-light .newsletter h2 {
    color: #1a1a1a !important;
}

.reading-mode-light .newsletter p {
    color: #555555 !important;
}

.reading-mode-light .newsletter__input {
    background: #ffffff !important;
    border-color: #dee2e6 !important;
    color: #333333 !important;
}

.reading-mode-light .newsletter .btn-primary {
    background: linear-gradient(90deg, var(--cyber-purple), var(--cyber-pink)) !important;
    color: #fff !important;
}

.reading-mode-light .newsletter .btn-primary:hover {
    box-shadow: 0 12px 35px rgba(168, 85, 247, 0.5) !important;
}

.reading-mode-light .newsletter .btn-outline {
    background: rgba(168, 85, 247, 0.08) !important;
    border-color: rgba(168, 85, 247, 0.3) !important;
    color: var(--cyber-purple) !important;
}

.reading-mode-light .newsletter .btn-outline:hover {
    background: rgba(168, 85, 247, 0.15) !important;
    border-color: var(--cyber-purple) !important;
    color: var(--cyber-purple) !important;
}

.reading-mode-light .newsletter__status {
    color: #555555 !important;
}

/* Светлый режим - теги */
.reading-mode-light .tag-badge {
    background: rgba(0, 102, 204, 0.1) !important;
    border-color: rgba(0, 102, 204, 0.3) !important;
    color: #0066cc !important;
}

.reading-mode-light .tag-badge--primary {
    background: rgba(99, 102, 241, 0.15) !important;
    border-color: rgba(99, 102, 241, 0.4) !important;
    color: #5b5fc7 !important;
}

.reading-mode-light .tag-badge--secondary {
    background: rgba(0, 182, 212, 0.15) !important;
    border-color: rgba(0, 182, 212, 0.4) !important;
    color: #0891b2 !important;
}

/* Светлый режим - аватар */
.reading-mode-light .avatar {
    border-color: #dee2e6 !important;
}

/* Светлый режим - related posts (кроме newsletter) */
.reading-mode-light .card:not(.newsletter) {
    background: #f8f9fa !important;
    border-color: #dee2e6 !important;
}

.reading-mode-light .card:not(.newsletter):hover {
    border-color: #0066cc !important;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2) !important;
}

.reading-mode-light .card:not(.newsletter) h3 {
    color: #000000 !important;
}

.reading-mode-light .card:not(.newsletter) p {
    color: #666666 !important;
}

.reading-mode-light .text-cyber-cyan {
    color: #0066cc !important;
}

.reading-mode-light .reading-time {
    color: #999999 !important;
}

/* Светлый режим - пост */
.reading-mode-light .post-tags-badge {
    background: rgba(168, 85, 247, 0.1) !important;
    border-color: rgba(168, 85, 247, 0.35) !important;
    color: var(--cyber-purple) !important;
}

.reading-mode-light .post-title {
    color: #000000 !important;
    text-shadow: none !important;
}

.reading-mode-light .post-meta {
    color: #666666 !important;
}

.mt-10 {
    margin-top: 2.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.ml-auto {
    margin-left: auto;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.top-3 {
    top: 0.75rem;
}
.right-3 {
    right: 0.75rem;
}
.btn-full {
    display: block;
    width: 100%;
    text-align: center;
}

.nav {
    position: fixed;
    inset: 0 0 auto 0;
    height: 72px;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(168, 85, 247, 0.25);
    background: rgba(5, 8, 22, 0.78);
    z-index: 50;
}

.nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.nav__logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 800;
}

.nav__logo-img {
    height: 36px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 4px 6px;
}

.nav__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.nav__logo-sub {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.nav__links {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav__link {
    color: var(--text-main);
    font-weight: 500;
}

.nav__link:hover {
    color: var(--cyber-purple);
}

.nav__search {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border);
    color: var(--text-main);
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.nav__search:hover {
    border-color: var(--cyber-purple);
    color: var(--cyber-purple);
}

.nav__toggle {
    display: none;
}

.footer {
    padding: 2.5rem 0;
    border-top: 1px solid var(--border);
    background: rgba(5, 8, 22, 0.9);
}

.footer__row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
}

.footer__links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer__links a {
    color: var(--text-muted);
    font-weight: 500;
}

.footer__links a:hover {
    color: var(--cyber-purple);
}

.footer__social {
    display: flex;
    gap: 0.75rem;
}

.footer__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-main);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.footer__icon:hover {
    border-color: var(--cyber-purple);
    color: var(--cyber-purple);
}

.hero {
    padding: 7rem 0 3rem;
    text-align: center;
    animation: fadeIn 1s ease-out;
}

.hero__badge {
    display: inline-block;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 999px;
    background: rgba(168, 85, 247, 0.1);
    color: var(--cyber-purple);
    font-family: "JetBrains Mono", monospace;
    font-size: 0.85rem;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.hero__title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin: 1rem 0;
    font-weight: 800;
    animation: fadeInUp 0.8s ease-out 0.4s backwards;
}

.hero__subtitle {
    max-width: 720px;
    margin: 0 auto 1.75rem;
    color: var(--text-muted);
    font-size: 1.1rem;
    animation: fadeInUp 0.8s ease-out 0.6s backwards;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.8s backwards;
}

.logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--cyber-purple), var(--cyber-pink));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
}

.mobile-nav {
    display: none;
    background: rgba(5, 8, 22, 0.95);
    border-top: 1px solid var(--border);
    padding: 1rem;
}

.mobile-nav.open {
    display: block;
}

.mobile-nav__links {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.mobile-nav__links a {
    color: var(--text-main);
    font-weight: 600;
}

.mobile-nav__links a:hover {
    color: var(--cyber-purple);
}

.mobile-nav__actions {
    display: grid;
    gap: 0.5rem;
}

.newsletter {
    border: 1px solid rgba(168, 85, 247, 0.3);
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.12), rgba(236, 72, 153, 0.12));
}

.newsletter__form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.newsletter__input {
    flex: 1;
    min-width: 220px;
    padding: 0.9rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-main);
    font-family: "Inter", sans-serif;
}

.newsletter__button {
    min-width: 160px;
}

.newsletter__actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.newsletter__status {
    margin-top: 0.5rem;
}

.newsletter__status.error {
    color: #f87171;
}

.project-card__icon {
    width: 44px;
    height: 4px;
    border-radius: 12px;
    background: rgba(6, 182, 212, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cyber-cyan);
    font-size: 1.1rem;
}

.project-tag-main {
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-main);
    font-family: "JetBrains Mono", monospace;
    font-size: 0.85rem;
}

.project-tag-text {
    color: var(--text-main);
    border-bottom: 1px dashed rgba(25, 255, 255, 0.25);
    padding-bottom: 2px;
}

.icon-workflow {
    background: rgba(99, 102, 241, 0.14);
    color: #a78bfa;
}
.icon-n8n {
    background: rgba(236, 72, 153, 0.14);
    color: #f472b6;
}
.icon-ai,
.icon-bot {
    background: rgba(236, 72, 153, 0.14);
    color: #f472b6;
}
.icon-python {
    background: rgba(37, 99, 235, 0.14);
    color: #93c5fd;
}
.icon-docker {
    background: rgba(14, 165, 233, 0.14);
    color: #67e8f9;
}
.icon-db {
    background: rgba(16, 185, 129, 0.14);
    color: #6ee7b7;
}
.icon-code {
    background: rgba(251, 191, 36, 0.14);
    color: #fcd34d;
}
.icon-api {
    background: rgba(59, 130, 246, 0.14);
    color: #93c5fd;
}
.icon-default {
    background: rgba(148, 163, 184, 0.14);
    color: #cbd5e1;
}

.project-card {
    background: var(--card);
}

.project-card--workflow {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(236, 72, 153, 0.06));
}
.project-card--n8n {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.08), rgba(14, 165, 233, 0.06));
}
.project-card--ai,
.project-card--llm,
.project-card--ii {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(59, 130, 246, 0.06));
}
.project-card--python,
.project-card--piton {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(14, 165, 233, 0.06));
}
.project-card--docker,
.project-card--doker {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.1), rgba(59, 130, 246, 0.06));
}
.project-card--bot,
.project-card--бот {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(168, 85, 247, 0.07));
}
.project-card--bd,
.project-card--db,
.project-card--baza-dannyh,
.project-card--бд,
.project-card--база {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(59, 130, 246, 0.05));
}
.project-card--code,
.project-card--skript,
.project-card--скрипт {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(236, 72, 153, 0.05));
}
.project-card--api,
.project-card--апи {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(14, 165, 233, 0.06));
}

.author-bio {
    margin-top: 2.5rem;
}

.avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid var(--border);
}

.avatar-sm {
    width: 40px;
    height: 40px;
}
.avatar-md {
    width: 64px;
    height: 64px;
}
.avatar-lg {
    width: 80px;
    height: 80px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.prose {
    font-size: 1.375rem;
    line-height: 1.8;
    color: var(--text-main);
}

.prose h2 {
    color: #fff;
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
}

.prose h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.prose h4 {
    color: #fff;
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.prose p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.8;
    font-weight: 400;
}

.prose a {
    color: var(--cyber-cyan);
    text-decoration: underline;
    text-decoration-color: rgba(6, 182, 212, 0.3);
    text-underline-offset: 2px;
}

.prose a:hover {
    text-decoration-color: var(--cyber-cyan);
}

.prose ul,
.prose ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.85);
}

.prose li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.prose blockquote {
    margin: 2rem 0;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    border-left: 4px solid var(--cyber-purple);
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.08), rgba(168, 85, 247, 0.02));
    border-radius: 0 0.5rem 0.5rem 0;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    position: relative;
}

.prose blockquote::before {
    content: '"';
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    font-size: 3rem;
    color: var(--cyber-purple);
    opacity: 0.3;
    line-height: 1;
    font-family: Georgia, serif;
}

.prose blockquote p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.prose code {
    font-family: "JetBrains Mono", monospace;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.2rem 0.5rem;
    border-radius: 0.35rem;
    font-size: 0.9em;
    color: var(--cyber-cyan);
}

.prose pre {
    margin: 2rem 0;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.8);
    border-left: 3px solid var(--cyber-purple);
    border-radius: 0.75rem;
    overflow-x: auto;
}

.prose pre code {
    background: transparent;
    padding: 0;
    color: rgba(255, 255, 255, 0.85);
}

.prose img {
    margin: 2rem 0;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.prose figure {
    margin: 2rem 0;
}

.prose hr {
    margin: 3rem 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.prose strong {
    color: #fff;
    font-weight: 600;
}

.prose em {
    color: rgba(255, 255, 255, 0.9);
}

/* Ghost editor width helpers */
.kg-width-wide {
    max-width: min(1200px, 95vw);
    margin-left: auto;
    margin-right: auto;
}

.kg-width-full {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.kg-width-full img,
.kg-width-full video {
    width: 100%;
    height: auto;
    display: block;
}

.grid {
    display: grid;
    gap: 1.5rem;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.filter-pill {
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-main);
    font-family: "JetBrains Mono", monospace;
    font-size: 0.85rem;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.filter-pill:hover {
    border-color: var(--cyber-purple);
    color: var(--cyber-purple);
}

.filter-pill.is-active {
    background: linear-gradient(90deg, var(--cyber-purple), var(--cyber-pink));
    border-color: transparent;
    color: #fff;
}

.tag-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-main);
    font-family: "JetBrains Mono", monospace;
    font-size: 0.8rem;
    text-transform: none;
    transition: all 0.3s ease;
}

.tag-badge--primary {
    border-color: rgba(99, 102, 241, 0.4);
    background: rgba(99, 102, 241, 0.12);
    color: var(--cyber-purple);
}

.tag-badge--secondary {
    border-color: rgba(6, 182, 212, 0.4);
    background: rgba(6, 182, 212, 0.12);
    color: var(--cyber-cyan);
}

.tag-badge + .tag-badge {
    margin-top: 0.25rem;
}

.tag-link {
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s ease;
}

.tag-link:hover {
    transform: translateY(-2px);
}

.tag-link:hover .tag-badge {
    border-color: var(--cyber-purple);
    color: var(--cyber-purple);
    background: rgba(168, 85, 247, 0.16);
    box-shadow: 0 4px 12px rgba(168, 85, 247, 0.25);
}

.post-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.post-row:last-child {
    margin-bottom: 0;
}

.post-row__media {
    flex: 0 auto;
}

.post-row__image {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.9rem;
    border: 1px solid var(--border);
}

/* Комментарии */
.comments-section {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(168, 85, 247, 0.2);
}

.comment {
    transition: all 0.3s ease;
}

.comment:hover {
    border-color: rgba(168, 85, 247, 0.3);
    background: rgba(168, 85, 247, 0.05);
}

#comment-text {
    resize: vertical;
    min-height: 100px;
}

#comment-text:focus {
    border-color: var(--cyber-cyan);
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

.reading-mode-light .comments-section {
    border-top-color: #dee2e6;
}

.reading-mode-light .comment {
    background: #f8f9fa;
    border-color: #dee2e6;
}

.reading-mode-light .comment:hover {
    border-color: #0066cc;
    background: #e9ecef;
}

.reading-mode-light #comment-text {
    background: #ffffff;
    border-color: #dee2e6;
    color: #333333;
}

.reading-mode-light #comment-text::-moz-placeholder {
    color: #999999;
}

.reading-mode-light #comment-text::placeholder {
    color: #999999;
}

.reading-mode-light #comments-auth {
    background: #f8f9fa;
    border-color: rgba(168, 85, 247, 0.3);
}

.reading-mode-light #comments-auth p {
    color: #666666;
}

/* Комментарии */
.comment-wrapper {
    position: relative;
}

.comment {
    position: relative;
}

/* Кнопки реакций - управление через JS */
.reaction-buttons {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.25rem; /* Уменьшили отступ между кнопками */
    opacity: 0;
    transition: opacity 0.2s ease; /* Ускорили анимацию */
    pointer-events: none;
    z-index: 10;
    /* Убираем лишнюю подложку - делаем прозрачными */
    background: transparent;
    border-radius: 0.5rem;
    padding: 0.25rem; /* Уменьшили паддинг */
    border: none;
    backdrop-filter: none;
}

/* Убираем CSS :hover правила - вся логика теперь в JS */
.reaction-buttons {
    transition: opacity 0.2s ease;
}

/* Отдельные стили для реакций в реплаях */
.comment-wrapper .reaction-buttons {
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

/* Стили для отдельных кнопок реакций */
.reaction-btn {
    cursor: pointer;
    border: none;
    background: rgba(17, 24, 39, 0.9);
    padding: 0.2rem; /* Еще меньше */
    font-size: 0.75rem; /* Еще меньше */
    border-radius: 0.25rem; /* Еще меньше */
    border: 1px solid rgba(168, 85, 247, 0.2);
    transition: all 0.1s ease; /* Быстрее */
    backdrop-filter: blur(4px); /* Меньше размытие */
}

.reaction-btn:hover {
    transform: scale(1.02); /* Минимальное масштабирование */
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: none; /* Убираем тень при наведении */
}

/* Позиционирование всплывающего меню для кнопки удаления */
.comment-actions {
    position: relative;
    display: inline-block;
}

.delete-confirmation {
    position: absolute;
    top: -35px;
    right: 0;
    white-space: nowrap;
    background: #dc2626;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    z-index: 20;
    min-width: 80px;
    text-align: center;
}

.delete-confirmation::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 10px;
    border: 5px solid transparent;
    border-top-color: #dc2626;
}

.reaction-btn {
    cursor: pointer;
    border: none;
    background: rgba(17, 24, 39, 0.9);
    padding: 0.5rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(168, 85, 247, 0.2);
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.reaction-btn:hover {
    transform: scale(1.1);
    border-color: rgba(168, 85, 247, 0.5);
    box-shadow: 0 10px rgba(168, 85, 247, 0.3);
}

/* Оставленные реакции */
.reaction-count {
    cursor: pointer;
    border: none;
}

.justify-end {
    justify-content: flex-end;
}

/* Кнопки управления */
.reply-btn, .delete-btn {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0.25rem 0.5rem;
}

.delete-btn {
    font-size: 1rem;
}

.reply-btn {
    font-size: 0.875rem;
}

/* Контейнер для реплаев с правильными отступами */
.replies-container {
    margin-left: 3rem;
}

/* Убираем абсолютное позиционирование кнопки удаления */
.comment .delete-btn {
    position: static;
    margin-left: auto;
    display: inline-block;
}

/* Убираем стили для всплывающего меню подтверждения удаления, так как используем стандартный confirm */

.hover\:text-purple-400:hover {
    color: #c084fc;
}

.hover\:text-cyan-400:hover {
    color: #22d3ee;
}

/* Светлый режим - комментарии */
.reading-mode-light .comment {
    background: #ffffff !important;
    border-color: #e5e7eb !important;
}

/* Светлый режим - кнопки реакций */
.reading-mode-light .reaction-buttons {
    right: -60px;
}

.reading-mode-light .reaction-btn {
    background: rgba(255, 255, 255, 0.95) !important;
    border-color: rgba(168, 85, 247, 0.3) !important;
}

.reading-mode-light .reaction-btn:hover {
    border-color: rgba(168, 85, 247, 0.6) !important;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.2) !important;
}

.reading-mode-light .reaction-count {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.reading-mode-light .reaction-count:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.reading-mode-light .reply-btn {
    color: #6b7280 !important;
}

.reading-mode-light .reply-btn:hover {
    color: #9333ea !important;
}

.reading-mode-light .delete-btn {
    color: #6b7280 !important;
}

.reading-mode-light .delete-btn:hover {
    color: #dc2626 !important;
}

/* Светлый режим - вложенные комментарии */
.reading-mode-light .comment-wrapper .comment {
    background: #f9fafb !important;
    border-color: #e5e7eb !important;
}

/* Светлый режим - цитаты в ответах */
.reading-mode-light .quoted-reply {
    background-color: rgba(0, 0, 0, 0.03) !important;
    border-left-color: #0891b2 !important;
    color: #374151 !important;
}

.reading-mode-light .comment:hover {
    border-color: #d1d5db !important;
    background: #f9fafb !important;
}

.reading-mode-light .text-cyan-400 {
    color: #0891b2 !important;
}

.reading-mode-light .text-gray-300 {
    color: #4b5563 !important;
}

.reading-mode-light .text-gray-400 {
    color: #6b7280 !important;
}

.reading-mode-light .text-gray-500 {
    color: #9ca3af !important;
}

.reading-mode-light .reaction-buttons {
    right: -60px;
}

.reading-mode-light .reaction-btn {
    background: rgba(255, 255, 255, 0.95) !important;
    border-color: rgba(168, 85, 247, 0.3) !important;
}

.reading-mode-light .reaction-btn:hover {
    border-color: rgba(168, 85, 247, 0.6) !important;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.2) !important;
}

.reading-mode-light .reaction-count {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.reading-mode-light .reaction-count:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.reading-mode-light .reply-btn {
    color: #6b7280 !important;
}

.reading-mode-light .reply-btn:hover {
    color: #9333ea !important;
}

.reading-mode-light .delete-btn {
    color: #6b7280 !important;
}

.reading-mode-light .delete-btn:hover {
    color: #dc2626 !important;
}

.reading-mode-light .bg-gray-900\/30 {
    background-color: #f3f4f6 !important;
}

.reading-mode-light .bg-gray-900\/20 {
    background-color: #f9fafb !important;
}

.reading-mode-light .border-purple-500\/30 {
    border-color: #d1d5db !important;
}

.reading-mode-light .border-purple-50\/20 {
    border-color: #e5e7eb !important;
}

.reading-mode-light .border-cyan-400\/50 {
    border-color: #0891b2 !important;
}

.reading-mode-light .border-cyan-400\/30 {
    border-color: #67e8f9 !important;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.bg-purple-600\/20 {
    background-color: rgba(147, 51, 234, 0.2);
}

.bg-purple-600\/30 {
    background-color: rgba(147, 51, 234, 0.3);
}

.hover\:bg-purple-600\/30:hover {
    background-color: rgba(147, 51, 234, 0.3);
}

.text-purple-300 {
    color: #d8b4fe;
}

.bg-gray-800 {
    background-color: #1f2937;
}

.bg-gray-700 {
    background-color: #374151;
}

.hover\:bg-gray-700:hover {
    background-color: #374151;
}

.bg-red-600\/20 {
    background-color: rgba(220, 38, 38, 0.2);
}

.bg-red-600\/30 {
    background-color: rgba(220, 38, 38, 0.3);
}

.hover\:bg-red-60\/30:hover {
    background-color: rgba(220, 38, 0.3);
}

.text-red-300 {
    color: #fca5a5;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.min-w-0 {
    min-width: 0;
}

.w-7 {
    width: 1.75rem;
}

.h-7 {
    height: 1.75rem;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-purple-500\/30 {
    border-color: rgba(168, 85, 247, 0.3);
}

.bg-gray-900\/20 {
    background-color: rgba(17, 24, 39, 0.2);
}

.ml-8 {
    margin-left: 2rem;
}

.mt-4 {
    margin-top: 1rem;
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}

/* Вложенные реплаи - применяем только к реплаям, не к независимым комментариям */
.comment-wrapper .comment-wrapper {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}

/* Увеличиваем отступы для вложенных комментариев */
.comment-wrapper .comment-wrapper .comment-wrapper {
    margin-left: 2.5rem;
}

.comment-wrapper .comment-wrapper .comment-wrapper .comment-wrapper {
    margin-left: 3.5rem;
}

/* Убираем ВСЕ отступы по умолчанию */
.comment-wrapper {
    margin-left: 0 !important;
}

/* Отступы только для реплаев внутри replies-container */
.replies-container .comment-wrapper {
    margin-left: 3rem !important;
}

/* Дополнительная изоляция для независимых комментариев */
.comments-list > .comment-wrapper:not(.replies-container .comment-wrapper) {
    margin-left: 0 !important;
}

/* Убираем любые возможные отступы у независимых комментариев */
.comment-wrapper:not(.replies-container .comment-wrapper) {
    margin-left: 0 !important;
}

/* Отступ между последним реплаем и следующим родительским комментарием */
.comment-wrapper + .comment-wrapper {
    margin-top: 1rem;
}

/* Стили для цитаты в ответах */
.quoted-reply {
    border-radius: 0.25rem;
    margin: 0.25rem 0;
    font-style: italic;
}

/* Улучшенные стили для всплывающего меню удаления */
.delete-confirmation {
    position: absolute;
    top: -35px;
    right: 0;
    white-space: nowrap;
    background: #dc2626;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    z-index: 20;
    min-width: 80px;
    text-align: center;
}

.delete-confirmation::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 10px;
    border: 5px solid transparent;
    border-top-color: #dc2626;
}

/* Улучшенные стили для цитат в ответах */
.quoted-reply {
    background-color: rgba(6, 182, 212, 0.15) !important; /* bg-cyan-400/15 */
    border-left-color: rgba(6, 182, 212, 0.3) !important; /* border-cyan-40/30 */
    padding-left: 0.75rem !important; /* pl-3 */
    padding-top: 0.25rem !important; /* pt-1 */
    padding-bottom: 0.25rem !important; /* pb-1 */
    margin-top: 0.25rem !important; /* mt-1 */
    margin-bottom: 0.25rem !important; /* mb-1 */
    font-size: 0.75rem !important; /* text-xs */
    color: #9ca3af !important; /* text-gray-400 */
}

.text-xs {
    font-size: 0.75rem;
}

.border-cyan-400\/30 {
    border-color: rgba(34, 211, 238, 0.3);
}

.post-row__body {
    flex: 1;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

.hidden {
    display: none;
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.text-sm {
    font-size: 0.875rem;
}

.text-gray-500 {
    color: #6b7280;
}

.text-gray-300 {
    color: #d1d5db;
}

.text-gray-400 {
    color: #9ca3af;
}

.hover\:text-red-400:hover {
    color: #f87171;
}

.text-center {
    text-align: center;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.w-full {
    width: 100%;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.font-medium {
    font-weight: 500;
}

.transition {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.opacity-90 {
    opacity: 0.9;
}

.hover\:opacity-90:hover {
    opacity: 0.9;
}

.bg-gray-900 {
    background-color: #111827;
}

.bg-gray-900\/50 {
    background-color: rgba(17, 24, 39, 0.5);
}

.bg-gray-900\/30 {
    background-color: rgba(17, 24, 39, 0.3);
}

.border-purple-500\/30 {
    border-color: rgba(168, 85, 247, 0.3);
}

.border-purple-50\/20 {
    border-color: rgba(168, 85, 247, 0.2);
}

.border-cyan-400 {
    border-color: #22d3ee;
}

.border-cyan-400\/50 {
    border-color: rgba(34, 211, 238, 0.5);
}

.text-cyan-400 {
    color: #22d3ee;
}

.text-white {
    color: #ffffff;
}

.placeholder-gray-500::-moz-placeholder {
    color: #6b7280;
}

.placeholder-gray-500::placeholder {
    color: #6b7280;
}

.focus\:border-cyan-400:focus {
    border-color: #22d3ee;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.to-cyan-600 {
    --tw-gradient-to: #0891b2;
}

.flex-1 {
    flex: 1 1 0%;
}

@media (min-width: 768px) {
    .post-row {
        flex-direction: row;
        align-items: flex-start;
    }
    .post-row__media {
        width: 320px;
    }
    .post-row__image {
        height: 190px;
    }
}

@media (min-width: 640px) {
    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .nav__links {
        display: none;
    }
    .nav__toggle {
        display: inline-flex;
        color: var(--text-main);
    }
    .footer__row {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Исправление позиционирования для реплаев */
.replies-container .reaction-buttons {
    top: 1px;
    right: 1px;
    background: rgba(31, 41, 55, 0.95);
    border: 1px solid rgba(6, 182, 212, 0.3);
    transform: none;
    position: absolute;
}

.replies-container .reaction-buttons button {
    font-size: 0.7rem;
    padding: 0.15rem;
}

/* Улучшение контейнера реакций для реплаев */
.replies-container .reactions-container {
    margin-top: 0.25rem;
    gap: 0.25rem;
}

.replies-container .reaction-count {
    font-size: 0.65rem;
    padding: 0.1rem 0.2rem;
}

/* Фикс для позиционирования кнопок реакций в реплаях */
.replies-container .comment-wrapper {
    position: relative;
}

.replies-container .comment-wrapper .reaction-buttons {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 15;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:text-cyan-300:hover {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-400:hover {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.hover\:text-cyber-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.focus\:border-cyan-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {

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

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

  .sm\:gap-3 {
    gap: 0.75rem;
  }
}

@media (min-width: 768px) {

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

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=screen.css.map */
