/*! tailwind-output.css - MaydayWatch manually compiled Tailwind utilities */

/* === RESETS === */
*, ::before, ::after { box-sizing: border-box; }

/* === DISPLAY === */
.flex { display: flex !important; }
.inline-flex { display: inline-flex !important; }
.grid { display: grid !important; }
.block { display: block !important; }
.inline-block { display: inline-block !important; }
.hidden { display: none !important; }

/* === FLEX === */
.flex-col { flex-direction: column !important; }
.flex-row { flex-direction: row !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-1 { flex: 1 1 0% !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.items-center { align-items: center !important; }
.items-start { align-items: flex-start !important; }
.items-end { align-items: flex-end !important; }
.justify-center { justify-content: center !important; }
.justify-between { justify-content: space-between !important; }
.justify-start { justify-content: flex-start !important; }
.justify-end { justify-content: flex-end !important; }

/* === SPACING === */
.m-0 { margin: 0 !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 0.75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-5 { margin-bottom: 1.25rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-8 { margin-bottom: 2rem !important; }
.mb-10 { margin-bottom: 2.5rem !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-4 { margin-top: 1rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mt-8 { margin-top: 2rem !important; }
.mt-10 { margin-top: 2.5rem !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.mr-2 { margin-right: 0.5rem !important; }

.p-0 { padding: 0 !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 0.75rem !important; }
.p-4 { padding: 1rem !important; }
.p-6 { padding: 1.5rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
.px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
.py-3\.5 { padding-top: 0.875rem !important; padding-bottom: 0.875rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 0.75rem !important; }
.pt-4 { padding-top: 1rem !important; }
.pb-4 { padding-bottom: 1rem !important; }

/* === GAP === */
.gap-1 { gap: 0.25rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 0.75rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-6 { gap: 1.5rem !important; }
.gap-8 { gap: 2rem !important; }
.gap-12 { gap: 3rem !important; }

/* === SIZING === */
.w-full { width: 100% !important; }
.w-auto { width: auto !important; }
.w-4 { width: 1rem !important; }
.w-5 { width: 1.25rem !important; }
.w-6 { width: 1.5rem !important; }
.w-8 { width: 2rem !important; }
.w-10 { width: 2.5rem !important; }
.w-12 { width: 3rem !important; }
.w-16 { width: 4rem !important; }
.w-20 { width: 5rem !important; }
.w-24 { width: 6rem !important; }
.h-4 { height: 1rem !important; }
.h-5 { height: 1.25rem !important; }
.h-6 { height: 1.5rem !important; }
.h-8 { height: 2rem !important; }
.h-10 { height: 2.5rem !important; }
.h-12 { height: 3rem !important; }
.h-16 { height: 4rem !important; }
.h-20 { height: 5rem !important; }
.h-full { height: 100% !important; }
.min-h-screen { min-height: 100vh !important; }
.max-w-md { max-width: 28rem !important; }
.max-w-lg { max-width: 32rem !important; }
.max-w-xl { max-width: 36rem !important; }
.max-w-2xl { max-width: 42rem !important; }
.max-w-full { max-width: 100% !important; }

/* === TEXT === */
.text-xs { font-size: 0.75rem !important; line-height: 1rem !important; }
.text-sm { font-size: 0.875rem !important; line-height: 1.25rem !important; }
.text-base { font-size: 1rem !important; line-height: 1.5rem !important; }
.text-lg { font-size: 1.125rem !important; line-height: 1.75rem !important; }
.text-xl { font-size: 1.25rem !important; line-height: 1.75rem !important; }
.text-2xl { font-size: 1.5rem !important; line-height: 2rem !important; }
.text-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; }
.text-4xl { font-size: 2.25rem !important; line-height: 2.5rem !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.font-normal { font-weight: 400 !important; }
.font-medium { font-weight: 500 !important; }
.font-semibold { font-weight: 600 !important; }
.font-bold { font-weight: 700 !important; }
.font-black { font-weight: 900 !important; }
.uppercase { text-transform: uppercase !important; }
.lowercase { text-transform: lowercase !important; }
.capitalize { text-transform: capitalize !important; }
.tracking-tight { letter-spacing: -0.025em !important; }
.tracking-wide { letter-spacing: 0.025em !important; }
.tracking-widest { letter-spacing: 0.1em !important; }
.leading-relaxed { line-height: 1.625 !important; }
.leading-none { line-height: 1 !important; }
.truncate { overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; }

/* === COLORS === */
.text-white { color: #fff !important; }
.text-white\/20 { color: rgba(255,255,255,0.2) !important; }
.text-white\/30 { color: rgba(255,255,255,0.3) !important; }
.text-white\/40 { color: rgba(255,255,255,0.4) !important; }
.text-white\/50 { color: rgba(255,255,255,0.5) !important; }
.text-white\/70 { color: rgba(255,255,255,0.7) !important; }
.text-red-400 { color: #f87171 !important; }
.text-red-500 { color: #ef4444 !important; }
.text-red-600 { color: #dc2626 !important; }
.text-green-400 { color: #4ade80 !important; }
.text-green-500 { color: #22c55e !important; }
.text-yellow-400 { color: #facc15 !important; }
.text-blue-400 { color: #60a5fa !important; }
.text-gray-400 { color: #9ca3af !important; }
.text-gray-500 { color: #6b7280 !important; }
.text-\[\#5865F2\] { color: #5865F2 !important; }

/* === BG === */
.bg-transparent { background-color: transparent !important; }
.bg-black { background-color: #000 !important; }
.bg-white\/5 { background-color: rgba(255,255,255,0.05) !important; }
.bg-white\/10 { background-color: rgba(255,255,255,0.1) !important; }
.bg-red-500\/10 { background-color: rgba(239,68,68,0.1) !important; }
.bg-red-500\/20 { background-color: rgba(239,68,68,0.2) !important; }
.bg-\[\#5865F2\] { background-color: #5865F2 !important; }
.bg-\[\#5865F2\]\/20 { background-color: rgba(88,101,242,0.2) !important; }

/* === BORDER === */
.border { border-width: 1px !important; border-style: solid !important; }
.border-0 { border-width: 0 !important; }
.border-2 { border-width: 2px !important; }
.border-t { border-top-width: 1px !important; border-top-style: solid !important; }
.border-b { border-bottom-width: 1px !important; border-bottom-style: solid !important; }
.border-white\/10 { border-color: rgba(255,255,255,0.1) !important; }
.border-white\/20 { border-color: rgba(255,255,255,0.2) !important; }
.border-red-500\/20 { border-color: rgba(239,68,68,0.2) !important; }
.border-\[\#5865F2\]\/30 { border-color: rgba(88,101,242,0.3) !important; }

/* === BORDER RADIUS === */
.rounded { border-radius: 0.25rem !important; }
.rounded-md { border-radius: 0.375rem !important; }
.rounded-lg { border-radius: 0.5rem !important; }
.rounded-xl { border-radius: 0.75rem !important; }
.rounded-2xl { border-radius: 1rem !important; }
.rounded-3xl { border-radius: 1.5rem !important; }
.rounded-full { border-radius: 9999px !important; }

/* === SHADOW === */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05) !important; }
.shadow { box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1) !important; }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important; }
.shadow-red-900\/10 { box-shadow: 0 10px 15px -3px rgba(127,29,29,0.1) !important; }
.shadow-red-900\/20 { box-shadow: 0 10px 15px -3px rgba(127,29,29,0.2) !important; }
.shadow-\[\#5865F2\]\/20 { box-shadow: 0 10px 15px -3px rgba(88,101,242,0.2) !important; }

/* === POSITION === */
.relative { position: relative !important; }
.absolute { position: absolute !important; }
.fixed { position: fixed !important; }
.sticky { position: sticky !important; }
.inset-0 { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; }
.top-0 { top: 0 !important; }
.bottom-0 { bottom: 0 !important; }
.left-0 { left: 0 !important; }
.right-0 { right: 0 !important; }
.z-10 { z-index: 10 !important; }
.z-50 { z-index: 50 !important; }

/* === OVERFLOW === */
.overflow-hidden { overflow: hidden !important; }
.overflow-x-hidden { overflow-x: hidden !important; }
.overflow-y-auto { overflow-y: auto !important; }

/* === CURSOR / POINTER === */
.cursor-pointer { cursor: pointer !important; }
.pointer-events-none { pointer-events: none !important; }
.select-none { user-select: none !important; }

/* === OUTLINE / RING === */
.outline-none { outline: none !important; }

/* === BACKDROP === */
.backdrop-blur-xl { backdrop-filter: blur(24px) !important; }
.backdrop-blur-sm { backdrop-filter: blur(4px) !important; }

/* === OBJECT === */
.object-cover { object-fit: cover !important; }
.object-contain { object-fit: contain !important; }

/* === FONT FAMILY === */
.font-\[\'Outfit\'\] { font-family: 'Outfit', sans-serif !important; }

/* === SPACE BETWEEN === */
.space-y-1 > * + * { margin-top: 0.25rem !important; }
.space-y-2 > * + * { margin-top: 0.5rem !important; }
.space-y-3 > * + * { margin-top: 0.75rem !important; }
.space-y-4 > * + * { margin-top: 1rem !important; }
.space-y-5 > * + * { margin-top: 1.25rem !important; }
.space-y-6 > * + * { margin-top: 1.5rem !important; }
.space-x-2 > * + * { margin-left: 0.5rem !important; }
.space-x-3 > * + * { margin-left: 0.75rem !important; }

/* === GRID === */
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.col-span-2 { grid-column: span 2 / span 2 !important; }

/* === ANIMATIONS === */
.animate-pulse { animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite !important; }
.animate-spin { animation: spin 1s linear infinite !important; }
.animate-bounce { animation: bounce 1s infinite !important; }

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes bounce {
    0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1); }
    50% { transform: none; animation-timing-function: cubic-bezier(0,0,0.2,1); }
}

/* === TRANSITIONS === */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; transition-duration: 150ms !important; }
.transition-all { transition-property: all !important; transition-duration: 150ms !important; }
.duration-300 { transition-duration: 300ms !important; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4,0,0.2,1) !important; }

/* === TRANSFORM === */
.scale-95 { transform: scale(0.95) !important; }
.scale-100 { transform: scale(1) !important; }
.-translate-y-1 { transform: translateY(-0.25rem) !important; }
.translate-y-0 { transform: translateY(0) !important; }

/* === HOVER === */
.hover\:bg-white\/10:hover { background-color: rgba(255,255,255,0.1) !important; }
.hover\:bg-\[\#4752C4\]:hover { background-color: #4752C4 !important; }
.hover\:bg-\[\#5865F2\]\/30:hover { background-color: rgba(88,101,242,0.3) !important; }
.hover\:text-red-500:hover { color: #ef4444 !important; }
.hover\:text-white:hover { color: #fff !important; }
.active\:scale-95:active { transform: scale(0.95) !important; }

/* === FOCUS === */
.focus\:outline-none:focus { outline: none !important; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px currentColor !important; }

/* === RESPONSIVE md/lg === */
.md\:block { display: none; }
.lg\:flex-row { flex-direction: column; }

@media (min-width: 768px) {
    .md\:block { display: block !important; }
    .md\:flex { display: flex !important; }
    .md\:hidden { display: none !important; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (min-width: 1024px) {
    .lg\:block { display: block !important; }
    .lg\:flex { display: flex !important; }
    .lg\:flex-row { flex-direction: row !important; }
    .lg\:hidden { display: none !important; }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

/* === PLACEHOLDER === */
.placeholder-gray-400::placeholder { color: #9ca3af !important; opacity: 1 !important; }
.placeholder-gray-500::placeholder { color: #6b7280 !important; opacity: 1 !important; }
