/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.z-10 {
  z-index: 10;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.table {
  display: table;
}
.h-\[calc\(100vh-320px\)\] {
  height: calc(100vh - 320px);
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.flex-1 {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.bg-transparent {
  background-color: transparent;
}
.text-center {
  text-align: center;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.opacity-90 {
  opacity: 90%;
}
.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-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
:root {
  --bg-light: #F1FAEE;
  --bg-dark: #1D3557;
  --border-light: #1D3557;
  --border-dark: #F1FAEE;
  --shadow-light: #457B9D;
  --shadow-dark: #F9C74F;
  --accent-light: #F1C40F;
  --accent-dark: #F3722C;
  --primary-light: #E63946;
  --primary-dark: #F3722C;
  --secondary-light: #457B9D;
  --secondary-dark: #A8DADC;
  --success-light: #2A9D8F;
  --success-dark: #2A9D8F;
  --error-light: #E63946;
  --error-dark: #F3722C;
  --text-light: #1D3557;
  --text-dark: #F1FAEE;
  --warning-light: #F9C74F;
  --warning-dark: #F1C40F;
  --surface-light: #D8E2DC;
  --surface-dark: #457B9D;
  --hero-shadow: 12px 12px 0px;
  --large-shadow: 10px 10px 0px;
  --medium-shadow: 8px 8px 0px;
  --small-shadow: 6px 6px 0px;
  --micro-shadow: 4px 4px 0px;
  --mega-shadow: 16px 16px 0px;
  --focus-outline: 3px solid #A8DADC;
}
body {
  --bg-color: var(--bg-light);
  --border-color: var(--border-light);
  --shadow-color: var(--shadow-light);
  --accent-color: var(--accent-light);
  --primary-color: var(--primary-light);
  --secondary-color: var(--secondary-light);
  --success-color: var(--success-light);
  --error-color: var(--error-light);
  --warning-color: var(--warning-light);
  --surface-color: var(--surface-light);
  --text-color: var(--text-light);
  --input-text: var(--text-light);
  --input-bg: var(--bg-light);
  background-color: var(--bg-light);
  color: var(--text-color);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
body.dark {
  --bg-color: var(--bg-dark);
  --border-color: var(--border-dark);
  --shadow-color: var(--shadow-dark);
  --accent-color: var(--accent-dark);
  --primary-color: var(--primary-dark);
  --secondary-color: var(--secondary-dark);
  --success-color: var(--success-dark);
  --error-color: var(--error-dark);
  --warning-color: var(--warning-dark);
  --surface-color: var(--surface-dark);
  --text-color: var(--text-dark);
  --input-text: var(--text-dark);
  --input-bg: var(--bg-dark);
  background-color: var(--bg-dark);
  color: var(--text-color);
}
.dark .neo-header-compact {
  background-color: var(--surface-dark);
  color: var(--text-dark);
}
.neo-card {
  background-color: var(--bg-color);
  border: 6px solid var(--border-color);
  box-shadow: var(--medium-shadow) var(--shadow-color);
  transition: none;
  position: relative;
  overflow: hidden;
  transform: translate(0, 0);
  border-radius: 0;
}
.neo-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--mega-shadow) var(--shadow-color);
  border-width: 8px;
}
.neo-card:focus-within {
  outline: 4px solid var(--secondary-color);
  outline-offset: 4px;
  transform: translate(-2px, -2px);
  box-shadow: var(--large-shadow) var(--shadow-color);
  scale: 1.02;
}
.neo-card-hero {
  background-color: var(--bg-color);
  border: 8px solid var(--border-color);
  box-shadow: var(--mega-shadow) var(--shadow-color);
  transition: none;
  position: relative;
  overflow: hidden;
  transform: translate(0, 0);
  border-radius: 0;
}
.neo-card-hero:hover {
  transform: translate(-6px, -6px);
  box-shadow: 20px 20px 0px var(--shadow-color);
  border-width: 10px;
}
.neo-card-compact {
  background-color: var(--bg-color);
  border: 5px solid var(--border-color);
  box-shadow: var(--small-shadow) var(--shadow-color);
  transition: none;
  position: relative;
  transform: translate(0, 0);
  border-radius: 0;
}
.neo-card-compact:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--large-shadow) var(--shadow-color);
  border-width: 7px;
}
.neo-message-bubble {
  border: 4px solid var(--border-color);
  padding: 0.45rem 0.75rem;
  box-shadow: var(--micro-shadow) var(--shadow-color);
  transition: none;
  position: relative;
  transform: translate(0, 0);
  max-width: min(75%, 400px);
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  border-radius: 12px;
  overflow: hidden;
  animation: message-slide-in 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.neo-message-bubble::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.15);
  transition: left 0.6s ease;
}
.neo-message-bubble:hover {
  transform: translate(-3px, -3px) scale(1.02);
  box-shadow: var(--medium-shadow) var(--shadow-color);
  border-width: 6px;
  z-index: 10;
}
.neo-message-bubble:hover::before {
  left: 100%;
}
.neo-message-bubble.sent {
  background: var(--primary-color);
  color: var(--text-dark);
  border-color: var(--border-light);
  margin-left: auto;
  margin-right: 0;
  text-shadow: 1px 1px 0px var(--shadow-color);
}
.neo-message-bubble.received {
  background: var(--surface-color);
  color: var(--text-color);
  border-color: var(--border-color);
  margin-left: 0;
  margin-right: auto;
  box-shadow: var(--micro-shadow) var(--secondary-color);
}
.neo-message-bubble.received:hover {
  transform: translate(-3px, -3px) scale(1.02);
  box-shadow: var(--medium-shadow) var(--secondary-color);
  border-width: 6px;
  z-index: 10;
  margin-left: 8px;
}
.dark .neo-message-bubble.received {
  background: var(--surface-dark);
  border-color: var(--border-color);
}
.dark .neo-message-bubble.sent {
  background: var(--primary-dark);
  border-color: var(--border-dark);
  color: var(--text-dark);
}
.message-timestamp {
  font-size: 0.65rem;
  opacity: 0.7;
  margin-top: 0.15rem;
  display: block;
  text-align: right;
  font-weight: 500;
}
.neo-message-bubble.received .message-timestamp {
  text-align: left;
}
.message-sender {
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0.8;
  margin-bottom: 0.15rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.neo-message-bubble.sent .message-sender {
  color: rgba(241,250,238,0.8);
}
.message-content {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 500;
}
.message-status {
  display: none;
}
@keyframes message-slide-in {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  50% {
    opacity: 0.7;
    transform: translateY(-2px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.neo-card-elevated {
  background-color: var(--bg-color);
  border: 5px solid var(--border-color);
  box-shadow: var(--mega-shadow) var(--shadow-color);
  position: relative;
  z-index: 10;
  transform: translate(-2px, -2px);
}
.neo-card-elevated:hover {
  transform: translate(-8px, -8px);
  box-shadow: 24px 24px 0px var(--shadow-color);
  border-width: 6px;
  scale: 1.03;
}
.neo-header {
  background-color: var(--primary-color);
  border-bottom: 5px solid var(--border-color);
  padding: 1.5rem;
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-dark);
  position: relative;
  overflow: hidden;
  text-shadow: 2px 2px 0px var(--shadow-color);
}
.neo-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  transition: left 0.5s ease;
}
.neo-card:hover .neo-header::before {
  left: 100%;
}
.neo-header-hero {
  background: var(--primary-color);
  border-bottom: 4px solid var(--border-color);
  padding: 0.5rem;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-dark);
  text-shadow: 2px 2px 0px var(--border-color);
  position: relative;
}
.neo-header-compact {
  background-color: var(--surface-color);
  border-bottom: 3px solid var(--border-color);
  padding: 1rem 1.25rem;
  font-weight: 800;
  font-size: 1rem;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px var(--shadow-color);
}
.neo-input {
  width: 100%;
  padding: 1.25rem;
  border: 6px solid var(--border-color);
  background-color: var(--input-bg);
  color: var(--input-text);
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  transition: none;
  position: relative;
  transform: translate(0, 0);
  text-shadow: 1px 1px 0px var(--shadow-color);
  box-shadow: var(--small-shadow) var(--shadow-color);
  overflow: hidden;
  border-radius: 0;
}
.neo-input::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  transition: left 0.5s ease;
  pointer-events: none;
}
.neo-input:focus {
  outline: none;
  box-shadow: var(--large-shadow) var(--shadow-color);
  transform: translate(-4px, -4px);
  border-color: var(--secondary-color);
  border-width: 8px;
  z-index: 5;
  scale: 1.02;
}
.neo-input:focus::before {
  left: 100%;
}
.neo-input:hover:not(:focus) {
  transform: translate(-3px, -3px);
  box-shadow: var(--medium-shadow) var(--shadow-color);
  border-width: 8px;
}
.neo-input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
  font-weight: 400;
}
.neo-input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
  font-weight: 400;
}
.neo-input.success {
  border-color: var(--success-color);
  background: var(--input-bg);
}
.neo-input.error {
  border-color: var(--error-color);
  background: var(--input-bg);
  animation: input-shake 0.5s ease-in-out;
}
.neo-input.loading {
  position: relative;
  pointer-events: none;
}
.neo-input.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 2px solid transparent;
  border-top: 2px solid var(--primary-color);
  border-radius: 50%;
  animation: input-spin 1s linear infinite;
}
@keyframes input-shake {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-4px, 0);
  }
  75% {
    transform: translate(4px, 0);
  }
}
@keyframes input-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.neo-input-hero {
  padding: 1.5rem 2rem;
  border: 8px solid var(--border-color);
  font-size: 1.25rem;
  font-weight: 400;
  background: var(--input-bg);
  border-radius: 0;
}
.neo-input-hero:focus {
  transform: translate(-2px, -2px);
  border-color: var(--primary-color);
  border-width: 10px;
  scale: 1.01;
}
.neo-btn {
  padding: 1rem 2rem;
  border: 6px solid var(--border-color);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: var(--medium-shadow) var(--shadow-color);
  transition: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-color);
  color: var(--text-color);
  cursor: pointer;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  min-height: 56px;
  border-radius: 0;
  overflow: hidden;
  text-shadow: 1px 1px 0px var(--shadow-color);
  transform: translate(0, 0);
}
.neo-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  transition: left 0.4s ease;
}
.neo-btn:hover::before {
  left: 100%;
}
.neo-btn:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--large-shadow) var(--shadow-color);
  border-width: 8px;
  scale: 1.02;
}
.neo-btn:active {
  transform: translate(2px, 2px);
  box-shadow: var(--micro-shadow) var(--shadow-color);
  border-width: 4px;
  scale: 0.98;
}
.neo-btn:focus-visible {
  outline: var(--focus-outline);
  outline-offset: 2px;
}
.neo-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: var(--small-shadow) var(--shadow-color);
}
.neo-btn:disabled:hover {
  transform: none;
  box-shadow: var(--small-shadow) var(--shadow-color);
}
.neo-btn-primary {
  background: var(--primary-color);
  color: var(--text-dark);
  border-color: var(--border-light);
  font-weight: 900;
  text-shadow: 2px 2px 0px var(--shadow-color);
  position: relative;
  overflow: hidden;
}
.neo-btn-primary:hover {
  background: var(--error-color);
  box-shadow: var(--mega-shadow) var(--shadow-color);
  transform: translate(-6px, -6px);
  border-width: 8px;
  scale: 1.05;
}
.neo-btn.success {
  background: var(--success-color);
  border-color: var(--success-color);
  animation: button-success 0.6s ease-out;
}
.neo-btn.error {
  background: var(--error-color);
  border-color: var(--error-color);
  animation: button-error 0.6s ease-out;
}
.neo-btn.sending {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}
.neo-btn.sending::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: button-spin 0.8s linear infinite;
}
.neo-btn.sending span {
  opacity: 0;
}
@keyframes button-success {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 20px var(--success-color);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes button-error {
  0% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.05) rotate(-2deg);
  }
  75% {
    transform: scale(1.05) rotate(2deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.neo-btn-secondary {
  background: var(--secondary-color);
  color: var(--text-dark);
  border-color: var(--border-light);
  font-weight: 900;
  text-shadow: 2px 2px 0px var(--shadow-color);
}
.neo-btn-secondary:hover {
  background: var(--secondary-dark);
  box-shadow: var(--mega-shadow) var(--shadow-color);
  transform: translate(-6px, -6px);
  border-width: 8px;
  scale: 1.05;
}
.neo-btn-success {
  background: var(--success-color);
  color: var(--text-dark);
  border-color: var(--border-light);
}
.neo-btn-warning {
  background: var(--warning-color);
  color: var(--text-color);
  border-color: var(--border-light);
}
.neo-btn-hero {
  padding: 1.25rem 2rem;
  border: 8px solid var(--border-color);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: var(--hero-shadow) var(--shadow-color);
  min-height: 56px;
  border-radius: 0;
}
.neo-btn-hero:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0px var(--shadow-color);
}
.neo-btn-compact {
  padding: 0.5rem 1rem;
  border: 4px solid var(--border-color);
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: var(--small-shadow) var(--shadow-color);
  min-height: 40px;
  border-radius: 0;
}
.neo-btn-icon {
  padding: 0.75rem;
  width: 48px;
  height: 48px;
  min-height: 48px;
}
.typing-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text-color);
  margin-right: 3px;
  animation: bounce 1.3s linear infinite;
}
.typing-dot:nth-child(2) {
  animation-delay: 0.15s;
}
.typing-dot:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes bounce {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-4px);
  }
}
.status-indicator {
  padding: 0.875rem 1.5rem;
  border: 5px solid var(--border-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: var(--small-shadow) var(--shadow-color);
  transition: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 0.875rem;
  gap: 0.5rem;
  border-radius: 0;
}
.status-indicator::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  transition: all 0.3s ease;
}
.status-connected {
  background: var(--success-color);
  color: white;
  border-color: var(--success-color);
  box-shadow: var(--medium-shadow) var(--success-color);
}
.status-connected::before {
  background: rgba(255,255,255,0.5);
  animation: pulse-success 2s infinite;
}
.status-connected::after {
  content: '●';
  color: rgba(255,255,255,0.8);
  animation: blink 1.5s infinite;
}
.status-disconnected {
  background: var(--error-color);
  color: white;
  border-color: var(--error-color);
  box-shadow: var(--medium-shadow) var(--error-color);
}
.status-disconnected::before {
  background: rgba(255,255,255,0.3);
}
.status-disconnected::after {
  content: '○';
  color: rgba(255,255,255,0.8);
}
.status-local {
  background: var(--secondary-color);
  color: var(--text-color);
  border-color: var(--secondary-color);
  box-shadow: var(--medium-shadow) var(--secondary-color);
}
.status-local::before {
  background: rgba(255,255,255,0.2);
}
.status-local::after {
  content: '◉';
  color: var(--primary-color);
}
.status-connecting {
  background: var(--warning-color);
  color: var(--text-color);
  border-color: var(--warning-color);
  box-shadow: var(--medium-shadow) var(--warning-color);
  animation: connecting-pulse 1.5s infinite;
}
.status-connecting::before {
  background: rgba(255,255,255,0.4);
  animation: slide-right 1.5s infinite;
}
.status-connecting::after {
  content: '◐';
  animation: spin 2s linear infinite;
}
.status-failed {
  background: var(--error-color);
  color: white;
  border-color: var(--error-color);
  box-shadow: var(--medium-shadow) var(--error-color);
  animation: shake 0.5s ease-in-out;
}
.status-failed::after {
  content: '✕';
  color: rgba(255,255,255,0.9);
}
.status-reconnecting {
  background: var(--warning-color);
  color: var(--text-color);
  border-color: var(--warning-color);
  box-shadow: var(--medium-shadow) var(--warning-color);
  animation: reconnect-pulse 1.5s ease-in-out infinite;
}
.status-reconnecting::after {
  content: '⟲';
  animation: spin 1s linear infinite;
}
@keyframes pulse-success {
  0%, 100% {
    opacity: 0.5;
    width: 4px;
  }
  50% {
    opacity: 1;
    width: 8px;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes connecting-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: var(--medium-shadow) var(--warning-color);
  }
  50% {
    transform: scale(1.02);
    box-shadow: var(--hero-shadow) var(--warning-color);
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(-100%);
    width: 4px;
  }
  50% {
    width: 12px;
  }
  100% {
    transform: translateX(400%);
    width: 4px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@keyframes reconnect-pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
#chatArea {
  border-color: var(--border-color);
}
#debugOutput, #userId, #currentRoom {
  border-color: var(--border-color);
}
#typingIndicator {
  background-color: var(--bg-color);
  border-color: var(--border-color);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--text-color);
}
.sidebar-container {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-toggle {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  background: var(--primary-color);
  color: white;
  border: 3px solid var(--border-color);
  box-shadow: var(--small-shadow) var(--shadow-color);
  padding: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: none;
}
.sidebar-toggle:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--medium-shadow) var(--shadow-color);
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sidebar-container {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100vh;
    background: var(--bg-color);
    border-right: 4px solid var(--border-color);
    box-shadow: var(--hero-shadow) var(--shadow-color);
    z-index: 950;
    overflow-y: auto;
    padding: 5rem 1rem 1rem;
  }
  .sidebar-container.active {
    left: 0;
  }
  .main-content {
    width: 100%;
    margin-left: 0;
  }
  .chat-container {
    height: calc(100vh - 2rem);
    margin: 1rem;
  }
}
@media (min-width: 1025px) {
  .sidebar-container {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .main-content {
    margin-left: 0;
  }
}
.skeleton {
  background: var(--surface-light);
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
}
.skeleton-text {
  height: 1rem;
  margin-bottom: 0.5rem;
}
.skeleton-text.large {
  height: 1.5rem;
}
.skeleton-text.small {
  height: 0.75rem;
  width: 60%;
}
.skeleton-card {
  padding: 1rem;
  background: var(--bg-color);
  border: 2px solid var(--border-color);
  box-shadow: var(--small-shadow) var(--shadow-color);
}
@keyframes skeleton-loading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.neo-btn.loading {
  position: relative;
  color: transparent !important;
  overflow: hidden;
}
.neo-btn.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: button-spin 0.8s linear infinite;
  color: white;
}
@keyframes button-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toast-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 400px;
}
.toast {
  background: var(--bg-color);
  border: 3px solid var(--border-color);
  box-shadow: var(--medium-shadow) var(--shadow-color);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  animation: toast-enter 0.3s ease-out forwards;
  transition: all 0.3s ease;
}
.toast.removing {
  animation: toast-exit 0.3s ease-in forwards;
}
.toast-success {
  background: var(--success-color);
  color: white;
  border-color: var(--success-color);
}
.toast-error {
  background: var(--error-color);
  color: white;
  border-color: var(--error-color);
}
.toast-warning {
  background: var(--warning-color);
  color: var(--text-color);
  border-color: var(--warning-color);
}
.toast-info {
  background: var(--secondary-color);
  color: white;
  border-color: var(--secondary-color);
}
.toast-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.toast-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
}
.toast-message {
  flex: 1;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
}
.toast-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0.25rem;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.toast-close:hover {
  opacity: 1;
}
@keyframes toast-enter {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes toast-exit {
  0% {
    transform: translateX(0);
    opacity: 1;
    max-height: 200px;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
  }
}
.empty-state {
  text-align: center;
  padding: 2rem;
  color: var(--text-color);
}
.enhanced-welcome {
  max-width: 600px;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.welcome-hero {
  margin-bottom: 3rem;
}
.empty-state-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  opacity: 0.8;
  animation: empty-float 3s ease-in-out infinite;
  color: var(--primary-color);
}
.empty-state-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--text-color);
  text-shadow: 2px 2px 0px var(--shadow-color);
}
.empty-state-description {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  line-height: 1.6;
  color: var(--text-color);
}
.welcome-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.feature-card {
  background: var(--surface-light);
  border: 3px solid var(--border-color);
  border-radius: 12px;
  padding: 1.5rem 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: var(--small-shadow) var(--shadow-color);
}
.dark .feature-card {
  background: var(--surface-dark);
}
.feature-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--medium-shadow) var(--shadow-color);
  border-width: 4px;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  transition: left 0.6s ease;
}
.feature-card:hover::before {
  left: 100%;
}
.feature-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}
.feature-content h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.feature-content p {
  font-size: 0.8rem;
  opacity: 0.8;
  line-height: 1.4;
  color: var(--text-color);
}
.welcome-steps {
  background: var(--accent-color);
  border: 3px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--medium-shadow) var(--shadow-color);
  color: var(--text-color);
}
.steps-title {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px var(--shadow-color);
}
.step-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  animation: step-slide-in 0.5s ease-out;
  animation-fill-mode: both;
}
.step-item:nth-child(1) {
  animation-delay: 0.1s;
}
.step-item:nth-child(2) {
  animation-delay: 0.2s;
}
.step-item:nth-child(3) {
  animation-delay: 0.3s;
}
.step-number {
  background: var(--primary-color);
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
  border: 2px solid white;
  box-shadow: var(--micro-shadow) var(--shadow-color);
}
.step-text {
  font-weight: 600;
  font-size: 0.9rem;
}
.empty-state-action {
  margin-top: 2rem;
}
@keyframes empty-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes step-slide-in {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .enhanced-welcome {
    padding: 2rem 1rem;
  }
  .welcome-features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .feature-card {
    padding: 1.25rem 1rem;
  }
  .welcome-steps {
    padding: 1.5rem;
  }
  .step-list {
    gap: 0.75rem;
  }
  .step-item {
    padding: 0.5rem 0.75rem;
  }
}
.fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  background: var(--primary-color);
  color: white;
  border: 3px solid var(--border-color);
  border-radius: 50%;
  box-shadow: var(--hero-shadow) var(--shadow-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
}
.fab:hover {
  transform: translate(-3px, -3px) scale(1.05);
  box-shadow: 12px 12px 0px var(--shadow-color);
}
.fab:active {
  transform: translate(1px, 1px) scale(0.95);
  box-shadow: var(--small-shadow) var(--shadow-color);
}
.fab-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.2s ease;
}
.fab:hover .fab-icon {
  transform: scale(1.1);
}
.disclosure-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.disclosure-panel.expanded {
  max-height: 500px;
}
.disclosure-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0.75rem 0;
  color: var(--text-color);
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease;
}
.disclosure-trigger:hover {
  color: var(--primary-color);
}
.disclosure-icon {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease;
}
.disclosure-trigger[aria-expanded="true"] .disclosure-icon {
  transform: rotate(180deg);
}
.message-container {
  position: relative;
  margin-bottom: 0.4rem;
  animation: message-enter 0.3s ease-out;
}
.message-container:hover .message-actions {
  opacity: 1;
  visibility: visible;
}
.message-actions {
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
  background: var(--bg-color);
  border: 2px solid var(--border-color);
  border-radius: 6px;
  box-shadow: var(--small-shadow) var(--shadow-color);
  padding: 0.25rem;
  display: flex;
  gap: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 10;
}
.message-action {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.2s ease;
  color: var(--text-color);
}
.message-action:hover {
  background: var(--surface-light);
}
@keyframes message-enter {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.help-tooltip {
  position: relative;
  display: inline-block;
}
.help-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-color);
  color: var(--text-color);
  border: 2px solid var(--border-color);
  box-shadow: var(--small-shadow) var(--shadow-color);
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 100;
  margin-bottom: 0.5rem;
  max-width: 200px;
  white-space: normal;
  text-align: center;
}
.help-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}
.onboarding-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.onboarding-overlay.active {
  opacity: 1;
  visibility: visible;
}
.onboarding-card {
  background: var(--bg-color);
  border: 4px solid var(--border-color);
  box-shadow: var(--hero-shadow) var(--shadow-color);
  border-radius: 12px;
  padding: 2rem;
  max-width: 500px;
  margin: 1rem;
  text-align: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.onboarding-overlay.active .onboarding-card {
  transform: scale(1);
}
.onboarding-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--text-color);
}
.onboarding-description {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: var(--text-color);
  opacity: 0.9;
}
.onboarding-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.onboarding-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: var(--surface-light);
  border: 2px solid var(--border-color);
  border-radius: 8px;
  text-align: left;
}
.onboarding-step-number {
  width: 2rem;
  height: 2rem;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.onboarding-step-content {
  flex: 1;
}
.onboarding-step-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--text-color);
}
.onboarding-step-description {
  font-size: 0.875rem;
  opacity: 0.8;
  color: var(--text-color);
}
.room-search {
  margin-bottom: 1rem;
}
.room-search-input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 2px solid var(--border-color);
  background: var(--input-bg);
  color: var(--input-text);
  font-family: 'Inter', sans-serif;
  border-radius: 6px;
  transition: all 0.2s ease;
  position: relative;
}
.room-search-container {
  position: relative;
}
.room-search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
  color: var(--text-color);
}
.room-item {
  padding: 0.75rem;
  border: 2px solid var(--border-color);
  border-radius: 6px;
  margin-bottom: 0.5rem;
  background: var(--bg-color);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.room-item:hover {
  transform: translate(-1px, -1px);
  box-shadow: var(--small-shadow) var(--shadow-color);
}
.room-item.active {
  background: var(--success-color);
  color: white;
  border-color: var(--success-color);
}
.room-info {
  flex: 1;
}
.room-name {
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.room-details {
  font-size: 0.75rem;
  opacity: 0.7;
  display: flex;
  gap: 1rem;
}
.room-actions {
  display: flex;
  gap: 0.25rem;
}
.room-action {
  padding: 0.25rem;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.2s ease;
  opacity: 0.7;
}
.room-action:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.room-filters {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 0.25rem 0.75rem;
  border: 2px solid var(--border-color);
  background: var(--bg-color);
  color: var(--text-color);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-btn:hover {
  background: var(--surface-light);
}
.filter-btn.active {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}
.dark .onboarding-step {
  background: var(--surface-dark);
}
.dark .room-item {
  background: var(--bg-dark);
}
.dark .room-item:hover {
  background: var(--surface-dark);
}
.dark .room-search-input {
  background: var(--bg-dark);
  color: var(--text-dark);
}
.dark .filter-btn {
  background: var(--bg-dark);
  color: var(--text-dark);
}
.dark .filter-btn:hover {
  background: var(--surface-dark);
}
@media (max-width: 1024px) {
  .neo-card-hero {
    border-width: 3px;
    box-shadow: var(--medium-shadow) var(--shadow-color);
  }
  .neo-card-hero:hover {
    box-shadow: var(--hero-shadow) var(--shadow-color);
  }
  .neo-btn-hero {
    padding: 1rem 1.5rem;
    border-width: 3px;
    font-size: 0.875rem;
  }
  .neo-input-hero {
    padding: 1rem 1.25rem;
    border-width: 3px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  :root {
    --hero-shadow: 6px 6px 0px;
    --medium-shadow: 4px 4px 0px;
    --small-shadow: 2px 2px 0px;
  }
  .neo-card, .neo-card-compact, .neo-card-hero {
    margin-bottom: 1rem;
  }
  .neo-header, .neo-header-hero {
    padding: 0.875rem;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
  .neo-header-compact {
    padding: 0.75rem;
  }
  .neo-btn {
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    min-height: 52px;
  }
  .neo-btn-hero {
    padding: 1.125rem 1.75rem;
    font-size: 1rem;
    min-height: 56px;
  }
  .neo-input {
    padding: 1.125rem;
    font-size: 1rem;
  }
  .neo-input-hero {
    padding: 1.25rem;
    font-size: 1.125rem;
  }
  .status-indicator {
    padding: 1rem 1.25rem;
    font-size: 0.75rem;
  }
  .draft-message {
    margin: 0.25rem;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  body {
    background-color: var(--bg-color);
  }
  .max-w-6xl {
    padding: 0.75rem;
  }
  .neo-card {
    border-width: 2px;
    box-shadow: var(--small-shadow) var(--shadow-color);
  }
  .neo-card:hover {
    box-shadow: var(--medium-shadow) var(--shadow-color);
  }
  .neo-header {
    padding: 0.875rem;
    border-bottom-width: 2px;
  }
  .neo-btn {
    padding: 0.875rem 1rem;
    border-width: 2px;
    font-size: 0.8rem;
  }
  .neo-input {
    padding: 0.875rem;
    border-width: 2px;
  }
  .gap-6 {
    gap: 1rem;
  }
  .gap-2 {
    gap: 0.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (prefers-contrast: high) {
  :root {
    --border-light: #000000;
    --border-dark: #ffffff;
    --shadow-light: #000000;
    --shadow-dark: #ffffff;
  }
}
.neo-btn:focus-visible, .neo-input:focus-visible {
  outline: 3px solid var(--secondary-color);
  outline-offset: 2px;
  z-index: 100;
}
.neo-card:focus-within {
  outline: 2px solid var(--secondary-color);
  outline-offset: 1px;
}
.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;
}
@media (forced-colors: active) {
  .neo-card, .neo-btn, .neo-input {
    border: 2px solid ButtonText;
  }
  .neo-btn {
    background: ButtonFace;
    color: ButtonText;
  }
  .neo-btn:hover {
    background: Highlight;
    color: HighlightText;
  }
}
@media print {
  .neo-btn, .draft-messages-area, #debugPanel {
    display: none;
  }
  .neo-card {
    border: 1px solid black;
    box-shadow: none;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  body {
    background: white;
    color: black;
  }
}
.install-prompt {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: var(--bg-color);
  border: 4px solid var(--border-color);
  box-shadow: var(--large-shadow) var(--shadow-color);
  border-radius: 12px;
  padding: 1.5rem;
  z-index: 2000;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 400px;
  margin: 0 auto;
}
.install-prompt.show {
  transform: translateY(0);
  opacity: 1;
}
.install-prompt-content {
  text-align: center;
}
.install-prompt-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.install-prompt-icon {
  width: 2rem;
  height: 2rem;
  color: var(--primary-color);
  flex-shrink: 0;
}
.install-prompt-header h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
  color: var(--text-color);
  text-shadow: 1px 1px 0px var(--shadow-color);
}
.install-prompt p {
  margin: 0 0 1.5rem 0;
  color: var(--text-color);
  opacity: 0.9;
  line-height: 1.5;
}
.install-prompt-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.install-prompt .neo-btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  min-height: 48px;
}
.ios-prompt .ios-instructions {
  text-align: left;
  margin: 1rem 0;
  padding: 1rem;
  background: var(--surface-light);
  border: 2px solid var(--border-color);
  border-radius: 8px;
}
.dark .ios-prompt .ios-instructions {
  background: var(--surface-dark);
}
.ios-instructions ol {
  margin: 0.5rem 0 0 0;
  padding-left: 1.5rem;
  color: var(--text-color);
}
.ios-instructions li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ios-instructions svg {
  flex-shrink: 0;
}
.generic-prompt .generic-instructions {
  text-align: left;
  margin: 1rem 0;
  padding: 1rem;
  background: var(--surface-light);
  border: 2px solid var(--border-color);
  border-radius: 8px;
}
.dark .generic-prompt .generic-instructions {
  background: var(--surface-dark);
}
.generic-instructions ul {
  margin: 0.5rem 0 0 0;
  padding-left: 1.5rem;
  color: var(--text-color);
}
.generic-instructions li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.generic-instructions strong {
  color: var(--primary-color);
}
.update-notification {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  background: var(--success-color);
  color: white;
  border: 3px solid var(--border-color);
  box-shadow: var(--medium-shadow) var(--shadow-color);
  border-radius: 8px;
  padding: 1rem;
  z-index: 2100;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 400px;
  margin: 0 auto;
}
.update-notification.show {
  transform: translateY(0);
  opacity: 1;
}
.update-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.update-content span {
  font-weight: 600;
  flex: 1;
}
.update-notification .neo-btn {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  min-height: auto;
  background: white;
  color: var(--text-color);
  border-color: white;
}
@media (max-width: 768px) {
  .chat-container {
    height: calc(100vh - 160px) !important;
    min-height: 500px !important;
    max-height: none !important;
    margin-bottom: 1rem;
  }
  .neo-header-hero {
    padding: 1rem;
    font-size: 1.25rem;
  }
  .neo-input-hero {
    font-size: 16px !important;
    padding: 1rem 1.25rem;
    border-width: 3px;
  }
  .neo-btn-hero {
    padding: 1rem 1.25rem;
    min-width: 60px;
    border-width: 3px;
  }
  .neo-btn {
    min-height: 48px;
    padding: 0.875rem 1.25rem;
  }
  .empty-state {
    padding: 2rem 1rem;
  }
  .empty-state-icon {
    width: 3rem;
    height: 3rem;
  }
  .empty-state-title {
    font-size: 1.125rem;
  }
  .empty-state-description {
    font-size: 0.875rem;
    max-width: 280px;
  }
  .install-prompt {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 1.25rem;
  }
  .install-prompt-actions {
    flex-direction: column;
  }
  .install-prompt .neo-btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0.5rem !important;
  }
  .chat-container {
    height: calc(100vh - 140px) !important;
    min-height: 400px !important;
  }
  .neo-card-elevated {
    margin-bottom: 0.75rem;
  }
  .neo-header-hero {
    padding: 0.875rem 0.75rem;
    font-size: 1.125rem;
  }
  .neo-input {
    padding: 0.875rem 1rem;
    font-size: 16px;
  }
  .neo-input-hero {
    padding: 0.875rem 1rem;
    font-size: 16px;
  }
  .neo-btn {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    min-height: 44px;
  }
  .neo-btn-hero {
    padding: 0.875rem 1rem;
    min-width: 56px;
  }
  .neo-title-hero {
    font-size: 1.5rem;
    line-height: 1;
  }
  .neo-subtitle {
    font-size: 0.875rem;
  }
}
@media (max-height: 600px) and (orientation: landscape) {
  .chat-container {
    height: calc(100vh - 100px) !important;
    min-height: 300px !important;
  }
  .neo-header-hero {
    padding: 0.5rem 1rem;
  }
  .empty-state {
    padding: 1rem;
  }
  .install-prompt {
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 1rem;
  }
}
@media (hover: none) and (pointer: coarse) {
  .neo-btn:hover, .neo-btn-primary:hover, .neo-btn-secondary:hover, .neo-btn-success:hover, .neo-btn-warning:hover, .neo-btn-hero:hover, .neo-btn-compact:hover, .neo-btn-nuclear:hover {
    transform: none !important;
    scale: 1 !important;
  }
  .neo-btn:hover::before, .neo-btn-primary:hover::before, .neo-btn-nuclear:hover::before {
    left: -100% !important;
    opacity: 0 !important;
  }
}
.touch-device .neo-btn:hover, .touch-device .neo-btn-primary:hover, .touch-device .neo-btn-secondary:hover, .touch-device .neo-btn-success:hover, .touch-device .neo-btn-warning:hover, .touch-device .neo-btn-hero:hover, .touch-device .neo-btn-compact:hover, .touch-device .neo-btn-nuclear:hover {
  transform: none !important;
  scale: 1 !important;
}
.touch-device .neo-btn:hover::before, .touch-device .neo-btn-primary:hover::before, .touch-device .neo-btn-nuclear:hover::before {
  left: -100% !important;
  opacity: 0 !important;
  animation: none !important;
}
.touch-active {
  opacity: 0.7 !important;
  transition: opacity 0.1s ease !important;
}
@media (min-resolution: 192dpi) {
  .neo-card, .neo-btn, .neo-input {
    border-width: 2px;
  }
  .neo-card-elevated {
    border-width: 3px;
  }
  .neo-btn-hero, .neo-input-hero {
    border-width: 3px;
  }
}
@supports (padding: max(0px)) {
  .container {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }
  .install-prompt {
    bottom: max(20px, env(safe-area-inset-bottom));
    left: max(20px, env(safe-area-inset-left));
    right: max(20px, env(safe-area-inset-right));
  }
  .update-notification {
    top: max(20px, env(safe-area-inset-top));
    left: max(20px, env(safe-area-inset-left));
    right: max(20px, env(safe-area-inset-right));
  }
}
.neo-card, .neo-btn, .neo-input {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.draft-messages-area {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 3px dashed var(--border-color);
  background: rgba(235, 203, 139, 0.15);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(2px);
}
.draft-messages-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(235, 203, 139, 0.3);
  animation: draft-shimmer 3s infinite;
}
.draft-message {
  background: var(--warning-color);
  border: 3px solid var(--border-color);
  border-radius: 10px;
  padding: 0.875rem 1.25rem;
  margin: 0.5rem;
  color: var(--text-color);
  font-weight: 600;
  position: relative;
  box-shadow: var(--medium-shadow) var(--shadow-color);
  animation: draft-entrance 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: left center;
  overflow: hidden;
}
.draft-message::before {
  content: "";
  display: none;
}
.draft-message::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: var(--error-color);
  animation: live-bar 2s infinite;
}
.typing-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: var(--surface-light);
  border: 2px solid var(--border-color);
  border-radius: 8px;
  margin: 0.5rem;
  position: relative;
  overflow: hidden;
  animation: typing-fade-in 0.3s ease-out;
}
.dark .typing-indicator {
  background: var(--surface-dark);
}
.typing-indicator::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  animation: typing-shimmer 2s infinite;
}
.typing-user {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-color);
  opacity: 0.8;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.typing-dots-container {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 0.5rem;
}
.typing-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color);
  animation: typing-bounce 1.4s infinite ease-in-out;
  opacity: 0.7;
}
.typing-dot:nth-child(1) {
  animation-delay: 0s;
}
.typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}
.typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}
.typing-preview {
  margin-left: 0.5rem;
  font-style: italic;
  color: var(--text-color);
  opacity: 0.6;
  font-size: 0.8rem;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dark .typing-preview {
  opacity: 0.9;
  color: #e5e5e5;
}
@keyframes draft-shimmer {
  0% {
    left: -100%;
  }
  50% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
@keyframes draft-entrance {
  0% {
    opacity: 0;
    transform: translateX(-20px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes draft-pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}
@keyframes live-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes live-bar {
  0%, 100% {
    height: 100%;
    opacity: 1;
  }
  50% {
    height: 60%;
    opacity: 0.7;
  }
}
@keyframes live-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}
@keyframes typing-fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes typing-shimmer {
  0% {
    left: -100%;
  }
  50% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
@keyframes typing-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  30% {
    transform: translateY(-8px);
    opacity: 1;
  }
}
.neo-title-mega {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-shadow: 6px 6px 0px var(--shadow-color);
  color: var(--text-color);
  line-height: 0.8;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.neo-title-mega::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  animation: title-shine 3s infinite;
}
.neo-title-hero {
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-shadow: 4px 4px 0px var(--shadow-color);
  color: var(--text-color);
  line-height: 0.9;
  margin: 0;
}
.neo-title-large {
  font-size: clamp(1.25rem, 3vw, 2.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 0px var(--shadow-color);
  color: var(--text-color);
  line-height: 1;
  margin: 0;
}
.neo-title {
  font-size: clamp(1rem, 2.5vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 0px var(--shadow-color);
  color: var(--text-color);
  line-height: 1.1;
  margin: 0;
}
.neo-subtitle {
  font-size: clamp(0.875rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px var(--shadow-color);
  color: var(--text-color);
  line-height: 1.2;
  margin: 0;
}
.neo-text-bold {
  font-weight: 800;
  letter-spacing: 0.02em;
}
.neo-text-heavy {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 0px var(--shadow-color);
}
.neo-text-screaming {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-shadow: 3px 3px 0px var(--shadow-color);
  font-size: 1.2em;
  color: var(--error-color);
}
.neo-hover-nuclear {
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.neo-hover-nuclear::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--accent-color);
  opacity: 0;
  transition: all 0.3s ease;
}
.neo-hover-nuclear:hover {
  transform: translate(-10px, -10px) scale(1.1);
  box-shadow: 24px 24px 0px var(--shadow-color);
  border-width: 8px !important;
  z-index: 100;
}
.neo-hover-nuclear:hover::before {
  left: 100%;
  opacity: 0.3;
}
.neo-hover-extreme {
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.neo-hover-extreme:hover {
  transform: translate(-8px, -8px) scale(1.05);
  box-shadow: 20px 20px 0px var(--shadow-color);
  border-width: 6px !important;
}
.neo-hover-mega {
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.neo-hover-mega:hover {
  transform: translate(-6px, -6px) scale(1.03);
  box-shadow: var(--mega-shadow) var(--shadow-color);
  border-width: 5px !important;
}
.neo-hover-bounce {
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  cursor: pointer;
}
.neo-hover-bounce:hover {
  transform: translate(-4px, -4px) scale(1.1);
  box-shadow: var(--large-shadow) var(--shadow-color);
}
.neo-hover-glitch {
  position: relative;
  cursor: pointer;
}
.neo-hover-glitch:hover {
  animation: neo-glitch 0.3s ease-in-out;
}
.neo-pulse-extreme {
  animation: neo-pulse-extreme 1.5s infinite;
}
@keyframes neo-pulse-extreme {
  0%, 100% {
    transform: scale(1);
    box-shadow: var(--medium-shadow) var(--shadow-color);
  }
  50% {
    transform: scale(1.1);
    box-shadow: var(--mega-shadow) var(--shadow-color);
  }
}
.neo-shake-violent {
  animation: neo-shake-violent 0.5s ease-in-out;
}
@keyframes neo-shake-violent {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  10% {
    transform: translateX(-10px) rotate(-2deg);
  }
  20% {
    transform: translateX(10px) rotate(2deg);
  }
  30% {
    transform: translateX(-8px) rotate(-1deg);
  }
  40% {
    transform: translateX(8px) rotate(1deg);
  }
  50% {
    transform: translateX(-6px) rotate(-1deg);
  }
  60% {
    transform: translateX(6px) rotate(1deg);
  }
  70% {
    transform: translateX(-4px) rotate(-0.5deg);
  }
  80% {
    transform: translateX(4px) rotate(0.5deg);
  }
  90% {
    transform: translateX(-2px) rotate(-0.25deg);
  }
}
.neo-bounce-nuclear {
  animation: neo-bounce-nuclear 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes neo-bounce-nuclear {
  0% {
    transform: scale(0) translate(-100px, -100px) rotate(-180deg);
    opacity: 0;
  }
  25% {
    transform: scale(0.5) translate(-50px, -50px) rotate(-90deg);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2) translate(-10px, -10px) rotate(0deg);
    opacity: 0.8;
  }
  75% {
    transform: scale(0.9) translate(5px, 5px) rotate(10deg);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
.neo-rotate-crazy {
  animation: neo-rotate-crazy 2s linear infinite;
}
@keyframes neo-rotate-crazy {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(90deg) scale(1.1);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  75% {
    transform: rotate(270deg) scale(0.9);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes title-shine {
  0% {
    left: -100%;
  }
  50% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
@keyframes neo-glitch {
  0%, 100% {
    transform: translate(0);
    filter: hue-rotate(0deg);
  }
  10% {
    transform: translate(-2px, 2px);
    filter: hue-rotate(90deg);
  }
  20% {
    transform: translate(-4px, -1px);
    filter: hue-rotate(180deg);
  }
  30% {
    transform: translate(4px, 1px);
    filter: hue-rotate(270deg);
  }
  40% {
    transform: translate(-1px, -1px);
    filter: hue-rotate(360deg);
  }
  50% {
    transform: translate(3px, 3px);
    filter: hue-rotate(45deg);
  }
  60% {
    transform: translate(-2px, 1px);
    filter: hue-rotate(135deg);
  }
  70% {
    transform: translate(2px, -2px);
    filter: hue-rotate(225deg);
  }
  80% {
    transform: translate(-3px, -3px);
    filter: hue-rotate(315deg);
  }
  90% {
    transform: translate(1px, 2px);
    filter: hue-rotate(405deg);
  }
}
.status-extreme {
  position: relative;
  overflow: hidden;
}
.status-extreme::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: var(--primary-color);
  animation: extreme-gradient 3s ease infinite;
  z-index: -1;
}
@keyframes extreme-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.neo-focus-nuclear:focus-visible {
  outline: 6px solid var(--secondary-color);
  outline-offset: 6px;
  box-shadow: 0 0 20px var(--secondary-color), var(--mega-shadow) var(--shadow-color);
  transform: translate(-4px, -4px) scale(1.05);
  z-index: 1000;
}
.neo-btn:active {
  transform: translate(3px, 3px) scale(0.95);
  box-shadow: var(--micro-shadow) var(--shadow-color);
  border-width: 2px;
}
.neo-btn-nuclear {
  position: relative;
  overflow: hidden;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-width: 5px;
  box-shadow: var(--large-shadow) var(--shadow-color);
}
.neo-btn-nuclear::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  transition: left 0.5s ease;
}
.neo-btn-nuclear:hover {
  transform: translate(-8px, -8px) scale(1.08);
  box-shadow: 20px 20px 0px var(--shadow-color);
  border-width: 6px;
}
.neo-btn-nuclear:hover::before {
  left: 100%;
}
.neo-btn-nuclear:active {
  transform: translate(4px, 4px) scale(0.92);
  box-shadow: var(--small-shadow) var(--shadow-color);
}
.message-actions {
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  gap: 4px;
}
.neo-message-bubble:hover .message-actions {
  opacity: 1;
}
.message-action-btn {
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}
.message-action-btn:hover {
  transform: scale(1.2);
  opacity: 1;
}
.message-edit-input {
  font-family: inherit;
  font-size: inherit;
}
.reaction-picker {
  animation: fadeIn 0.2s ease;
}
.reaction-badge {
  transition: background 0.2s ease, transform 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.reaction-badge:hover {
  transform: scale(1.1);
  background: rgba(255,255,255,0.2) !important;
}
.message-edited {
  font-style: italic;
  margin-left: 4px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
