/**
 * AYIT Utility CSS — Tailwind Replacement Bridge
 * Auto-generated from project class usage analysis
 * Colors mapped to AYIT design tokens
 *
 * DO NOT EDIT MANUALLY — regenerate with: node scripts/generate-utilities-css.js
 */

.absolute { position: absolute; }
.align-middle { vertical-align: middle; }
.animate-bounce { animation: bounce 1s infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; animation-timing-function: cubic-bezier(0,0,0.2,1); } }
.animate-ping { animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; }
@keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
.animate-spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.appearance-none { appearance: none; }
.backdrop-blur { backdrop-filter: blur(8px); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.bg-accent-cyan { background-color: var(--status-info); }
.bg-accent-cyan\/10 { background-color: rgba(99, 179, 237, 0.1) }
.bg-accent-cyan\/20 { background-color: rgba(99, 179, 237, 0.2) }
.bg-accent-green { background-color: var(--status-success); }
.bg-accent-green\/10 { background-color: rgba(0, 200, 100, 0.1) }
.bg-accent-green\/20 { background-color: rgba(0, 200, 100, 0.2) }
.bg-accent-orange { background-color: var(--accent2); }
.bg-accent-orange\/10 { background-color: rgba(255, 201, 64, 0.1) }
.bg-accent-orange\/20 { background-color: rgba(255, 201, 64, 0.2) }
.bg-accent-orange\/30 { background-color: rgba(255, 201, 64, 0.3) }
.bg-accent-purple { background-color: #9664FF; }
.bg-accent-purple\/10 { background-color: rgba(150, 100, 255, 0.1) }
.bg-accent-purple\/20 { background-color: rgba(150, 100, 255, 0.2) }
.bg-accent-purple\/5 { background-color: rgba(150, 100, 255, 0.05) }
.bg-accent-red { background-color: var(--accent); }
.bg-accent-red\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-accent-red\/20 { background-color: rgba(255, 179, 0, 0.2) }
.bg-accent-red\/30 { background-color: rgba(255, 179, 0, 0.3) }
.bg-accent-red\/5 { background-color: rgba(255, 179, 0, 0.05) }
.bg-accent-red\/90 { background-color: rgba(255, 179, 0, 0.9) }
.bg-amber-500\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-amber-500\/20 { background-color: rgba(255, 179, 0, 0.2) }
.bg-amber-600 { background-color: var(--status-warning); }
.bg-amber-900\/30 { background-color: rgba(255, 179, 0, 0.3) }
.bg-background-dark { background-color: var(--bg); }
.bg-background-dark\/30 { background-color: rgba(10, 10, 10, 0.3) }
.bg-background-dark\/50 { background-color: rgba(10, 10, 10, 0.5) }
.bg-background-dark\/60 { background-color: rgba(10, 10, 10, 0.6) }
.bg-background-dark\/80 { background-color: rgba(10, 10, 10, 0.8) }
.bg-bg-dark { background-color: var(--bg); }
.bg-\[\#070C14\] { background-color: var(--bg); }
.bg-\[\#0a0d14\] { background-color: var(--bg); }
.bg-\[\#101622\] { background-color: var(--surface); }
.bg-\[\#1a2332\] { background-color: var(--surface2); }
.bg-\[\#1a2332\]\/80 { background-color: rgba(26, 29, 36, 0.8) }
.bg-black\/30 { background-color: rgba(0, 0, 0, 0.3); }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
.bg-black\/60 { background-color: rgba(0, 0, 0, 0.6); }
.bg-black\/70 { background-color: rgba(0, 0, 0, 0.7); }
.bg-black\/80 { background-color: rgba(0, 0, 0, 0.8); }
.bg-blue-400 { background-color: var(--status-info); }
.bg-blue-400\/60 { background-color: rgba(99, 179, 237, 0.6) }
.bg-blue-500 { background-color: var(--accent); }
.bg-blue-500\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-blue-500\/20 { background-color: rgba(255, 179, 0, 0.2) }
.bg-blue-500\/30 { background-color: rgba(255, 179, 0, 0.3) }
.bg-blue-500\/40 { background-color: rgba(255, 179, 0, 0.4) }
.bg-blue-600 { background-color: var(--accent); }
.bg-blue-600\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-blue-600\/20 { background-color: rgba(255, 179, 0, 0.2) }
.bg-border-c { background-color: var(--border); }
.bg-border-dark { background-color: var(--border); }
.bg-border-dark\/50 { background-color: rgba(44, 62, 80, 0.5) }
.bg-card-dark { background-color: var(--surface); }
.bg-card-dark\/50 { background-color: rgba(17, 19, 24, 0.5) }
.bg-card-dark\/95 { background-color: rgba(17, 19, 24, 0.95) }
.bg-crit\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-cyan-500\/10 { background-color: rgba(99, 179, 237, 0.1) }
.bg-cyan-500\/20 { background-color: rgba(99, 179, 237, 0.2) }
.bg-danger { background-color: var(--accent); }
.bg-danger\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-danger\/20 { background-color: rgba(255, 179, 0, 0.2) }
.bg-danger\/5 { background-color: rgba(255, 179, 0, 0.05) }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.bg-gradient-to-l { background-image: linear-gradient(to left, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-tl { background-image: linear-gradient(to top left, var(--tw-gradient-stops)); }
.bg-gray-500 { background-color: var(--text-dim); }
.bg-gray-500\/10 { background-color: rgba(74, 85, 104, 0.1) }
.bg-gray-500\/20 { background-color: rgba(74, 85, 104, 0.2) }
.bg-gray-700\/50 { background-color: rgba(44, 62, 80, 0.5) }
.bg-green-500 { background-color: var(--status-success); }
.bg-green-500\/10 { background-color: rgba(0, 200, 100, 0.1) }
.bg-green-500\/20 { background-color: rgba(0, 200, 100, 0.2) }
.bg-green-600 { background-color: var(--status-success); }
.bg-green-600\/10 { background-color: rgba(0, 200, 100, 0.1) }
.bg-info { background-color: var(--status-info); }
.bg-info\/10 { background-color: rgba(99, 179, 237, 0.1) }
.bg-info\/20 { background-color: rgba(99, 179, 237, 0.2) }
.bg-neutral { background-color: var(--text-muted); }
.bg-neutral\/10 { background-color: rgba(136, 153, 170, 0.1) }
.bg-ok { background-color: var(--status-success); }
.bg-ok\/10 { background-color: rgba(0, 200, 100, 0.1) }
.bg-orange-500\/10 { background-color: rgba(255, 201, 64, 0.1) }
.bg-orange-500\/20 { background-color: rgba(255, 201, 64, 0.2) }
.bg-pink-500 { background-color: #9664FF; }
.bg-pink-500\/10 { background-color: rgba(150, 100, 255, 0.1) }
.bg-pink-500\/20 { background-color: rgba(150, 100, 255, 0.2) }
.bg-primary { background-color: var(--accent); }
.bg-primary\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-primary\/20 { background-color: rgba(255, 179, 0, 0.2) }
.bg-primary\/30 { background-color: rgba(255, 179, 0, 0.3) }
.bg-primary\/5 { background-color: rgba(255, 179, 0, 0.05) }
.bg-primary-dark { background-color: var(--accent); }
.bg-primary-hover { background-color: var(--accent2); }
.bg-purple-500 { background-color: #9664FF; }
.bg-purple-500\/10 { background-color: rgba(150, 100, 255, 0.1) }
.bg-purple-500\/20 { background-color: rgba(150, 100, 255, 0.2) }
.bg-purple-500\/5 { background-color: rgba(150, 100, 255, 0.05) }
.bg-red-500 { background-color: var(--accent); }
.bg-red-500\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-red-500\/20 { background-color: rgba(255, 179, 0, 0.2) }
.bg-sidebar-dark { background-color: var(--surface); }
.bg-slate-500\/10 { background-color: rgba(74, 85, 104, 0.1) }
.bg-slate-500\/20 { background-color: rgba(74, 85, 104, 0.2) }
.bg-slate-600 { background-color: var(--text-dim); }
.bg-success { background-color: var(--status-success); }
.bg-success\/10 { background-color: rgba(0, 200, 100, 0.1) }
.bg-success\/20 { background-color: rgba(0, 200, 100, 0.2) }
.bg-surface-dark { background-color: var(--surface); }
.bg-surface-dark\/50 { background-color: rgba(12, 20, 33, 0.5); }
.bg-surface-dark\/80 { background-color: rgba(12, 20, 33, 0.8); }
.bg-surface-dark\/90 { background-color: rgba(12, 20, 33, 0.9); }
.bg-surface-dark\/95 { background-color: rgba(12, 20, 33, 0.95); }
.bg-surface-darker { background-color: var(--bg); }
.bg-surface-darker\/50 { background-color: rgba(10, 10, 10, 0.5) }
.bg-surface-darker\/80 { background-color: rgba(10, 10, 10, 0.8) }
.bg-surface-darker\/90 { background-color: rgba(10, 10, 10, 0.9) }
.bg-surface-darker\/95 { background-color: rgba(10, 10, 10, 0.95) }
.bg-surface-elevated { background-color: var(--surface2); }
.bg-surface-elevated\/30 { background-color: rgba(26, 29, 36, 0.3) }
.bg-surface-elevated\/50 { background-color: rgba(26, 29, 36, 0.5) }
.bg-surface-light { background-color: var(--surface2); }
.bg-surface-light\/80 { background-color: rgba(26, 29, 36, 0.8) }
.bg-text-secondary { background-color: var(--text-muted); }
.bg-text-secondary\/20 { background-color: rgba(136, 153, 170, 0.2) }
.bg-transparent { background-color: transparent; }
.bg-warn\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-warning { background-color: var(--status-warning); }
.bg-warning\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-warning\/20 { background-color: rgba(255, 179, 0, 0.2) }
.bg-warning\/5 { background-color: rgba(255, 179, 0, 0.05) }
.bg-white { background-color: var(--surface2); }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-white\/20 { background-color: rgba(255, 255, 255, 0.2); }
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-yellow-500 { background-color: var(--status-warning); }
.bg-yellow-500\/10 { background-color: rgba(255, 179, 0, 0.1) }
.bg-yellow-500\/20 { background-color: rgba(255, 179, 0, 0.2) }
.bg-yellow-500\/5 { background-color: rgba(255, 179, 0, 0.05) }
.bg-yellow-600\/30 { background-color: rgba(245, 166, 35, 0.30); }
.bg-blue-500\/5 { background-color: rgba(255, 179, 0, 0.05); }
.bg-blue-500\/50 { background-color: rgba(255, 179, 0, 0.50); }
.bg-blue-500\/80 { background-color: rgba(255, 179, 0, 0.80); }
.bg-emerald-500\/20 { background-color: rgba(0, 200, 100, 0.20); }
.bg-gray-600\/20 { background-color: rgba(255, 255, 255, 0.04); }
.bg-green-500\/80 { background-color: rgba(0, 200, 100, 0.80); }
.bg-orange-500\/5 { background-color: rgba(255, 179, 0, 0.05); }
.bg-orange-500\/30 { background-color: rgba(255, 179, 0, 0.30); }
.bg-orange-600\/30 { background-color: rgba(255, 179, 0, 0.30); }
.bg-purple-500\/30 { background-color: rgba(150, 100, 255, 0.30); }
.bg-purple-500\/80 { background-color: rgba(150, 100, 255, 0.80); }
.bg-red-500\/5 { background-color: rgba(255, 179, 0, 0.05); }
.bg-red-500\/30 { background-color: rgba(255, 179, 0, 0.30); }
.bg-red-500\/80 { background-color: rgba(255, 179, 0, 0.80); }
.bg-red-600\/30 { background-color: rgba(255, 179, 0, 0.30); }
.bg-slate-400\/20 { background-color: rgba(255, 255, 255, 0.04); }
.bg-slate-500\/80 { background-color: rgba(100, 116, 139, 0.80); }
.bg-teal-500\/80 { background-color: rgba(100, 150, 255, 0.80); }
.block { display: block; }
.border { border-width: 1px; border-style: solid; border-color: var(--border); }
.border-2 { border-width: 2px; border-style: solid; }
.border-4 { border-width: 4px; border-style: solid; }
.border-accent-cyan\/20 { border-color: var(--status-info); }
.border-accent-green { border-color: var(--status-success); }
.border-accent-green\/20 { border-color: var(--status-success); }
.border-accent-green\/30 { border-color: var(--status-success); }
.border-accent-orange\/20 { border-color: var(--accent2); }
.border-accent-orange\/30 { border-color: var(--accent2); }
.border-accent-purple { border-color: #9664FF; }
.border-accent-purple\/20 { border-color: #9664FF; }
.border-accent-purple\/30 { border-color: #9664FF; }
.border-accent-red { border-color: var(--accent); }
.border-accent-red\/20 { border-color: var(--accent); }
.border-accent-red\/30 { border-color: var(--accent); }
.border-accent-red\/50 { border-color: var(--accent); }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: var(--border); }
.border-b-2 { border-bottom-width: 2px; }
.border-blue-500 { border-color: var(--accent); }
.border-blue-500\/20 { border-color: var(--accent); }
.border-blue-500\/30 { border-color: var(--accent); }
.border-border-c { border-color: var(--border); }
.border-\[\#2a3649\] { border-color: var(--border); }
.border-border-dark { border-color: var(--border); }
.border-border-dark\/30 { border-color: var(--border); }
.border-border-dark\/50 { border-color: var(--border); }
.border-danger { border-color: var(--accent); }
.border-danger\/20 { border-color: var(--accent); }
.border-danger\/30 { border-color: var(--accent); }
.border-dashed { border-style: dashed; }
.border-green-500\/20 { border-color: var(--status-success); }
.border-green-500\/30 { border-color: var(--status-success); }
.border-info { border-color: var(--status-info); }
.border-info\/20 { border-color: var(--status-info); }
.border-info\/30 { border-color: var(--status-info); }
.border-info\/50 { border-color: var(--status-info); }
.border-l { border-left-width: 1px; border-left-style: solid; border-left-color: var(--border); }
.border-l-2 { border-left-width: 2px; }
.border-primary { border-color: var(--accent); }
.border-primary\/20 { border-color: var(--accent); }
.border-primary\/30 { border-color: var(--accent); }
.border-primary\/50 { border-color: var(--accent); }
.border-r { border-right-width: 1px; border-right-style: solid; border-right-color: var(--border); }
.border-r-2 { border-right-width: 2px; }
.border-r-4 { border-right-width: 4px; }
.border-red-500 { border-color: var(--accent); }
.border-red-500\/20 { border-color: var(--accent); }
.border-red-500\/30 { border-color: var(--accent); }
.border-success { border-color: var(--status-success); }
.border-success\/20 { border-color: var(--status-success); }
.border-success\/30 { border-color: var(--status-success); }
.border-success\/50 { border-color: var(--status-success); }
.border-t { border-top-width: 1px; border-top-style: solid; border-top-color: var(--border); }
.border-t-2 { border-top-width: 2px; }
.border-transparent { border-color: transparent; }
.border-t-transparent { border-top-color: transparent; }
.border-warning { border-color: var(--status-warning); }
.border-warning\/20 { border-color: var(--status-warning); }
.border-warning\/30 { border-color: var(--status-warning); }
.border-white\/10 { border-color: #fff; }
.border-yellow-500 { border-color: var(--status-warning); }
.border-yellow-500\/20 { border-color: var(--status-warning); }
.border-yellow-500\/30 { border-color: var(--status-warning); }
.bottom-0 { bottom: 0px; }
.bottom-4 { bottom: 1rem; }
.bottom-6 { bottom: 1.5rem; }
.bottom-full { bottom: 100%; }
.break-all { word-break: break-all; }
.break-words { overflow-wrap: break-word; }
.capitalize { text-transform: capitalize; }
.col-span-2 { grid-column: span 2 / span 2; }
.col-span-3 { grid-column: span 3 / span 3; }
.col-span-4 { grid-column: span 4 / span 4; }
.col-span-5 { grid-column: span 5 / span 5; }
.col-span-full { grid-column: 1 / -1; }
.cursor-help { cursor: help; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-pointer { cursor: pointer; }
.divide-border-dark > :not([hidden]) ~ :not([hidden]) { border-color: var(--border); }
.divide-border-dark\/50 > :not([hidden]) ~ :not([hidden]) { border-color: var(--border); }
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; border-top-style: solid; border-top-color: var(--border); }
.duration-1000 { transition-duration: 1000ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.fixed { position: fixed; }
.flex { display: flex; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-none { flex: none; }
.flex-row { flex-direction: row; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-wrap { flex-wrap: wrap; }
.focus\:border-blue-500:focus { border-color: var(--accent); }
.focus\:border-primary:focus { border-color: var(--accent); }
.focus\:border-transparent:focus { border-color: transparent; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-1:focus { box-shadow: 0 0 0 1px var(--border); }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--accent); }
.font-black { font-weight: 900; }
.font-bold { font-weight: 700; }
.font-display { font-family: var(--font-serif); }
.font-heading { font-family: var(--font-serif); }
.font-medium { font-weight: 500; }
.font-mono { font-family: var(--font-mono); }
.font-normal { font-weight: 400; }
.font-\[\'Heebo\'\] { font-family: 'Heebo', var(--font-sans); }
.font-sans { font-family: var(--font-sans); }
.font-semibold { font-weight: 600; }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-10 { gap: 2.5rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:text-primary { color: var(--accent); }
.group:hover .group-hover\:text-white { color: #fff; }
.h-\[14px\] { height: 14px; }
.h-\[16px\] { height: 16px; }
.h-\[18px\] { height: 18px; }
.h-\[200px\] { height: 200px; }
.h-\[280px\] { height: 280px; }
.h-\[500px\] { height: 500px; }
.h-\[90vh\] { height: 90vh; }
.h-0\.5 { height: 0.125rem; }
.h-1 { height: 0.25rem; }
.h-1\.5 { height: 0.375rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-2 { height: 0.5rem; }
.h-2\.5 { height: 0.625rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-28 { height: 7rem; }
.h-3 { height: 0.75rem; }
.h-32 { height: 8rem; }
.h-4 { height: 1rem; }
.h-44 { height: 11rem; }
.h-48 { height: 12rem; }
.h-5 { height: 1.25rem; }
.h-52 { height: 13rem; }
.h-6 { height: 1.5rem; }
.h-64 { height: 16rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-full { height: 100%; }
.hidden { display: none; }
.hover\:bg-accent-green\/30:hover { background-color: rgba(0, 200, 100, 0.3) }
.hover\:bg-accent-orange\/20:hover { background-color: rgba(255, 201, 64, 0.2) }
.hover\:bg-accent-orange\/30:hover { background-color: rgba(255, 201, 64, 0.3) }
.hover\:bg-accent-orange\/80:hover { background-color: rgba(255, 201, 64, 0.8) }
.hover\:bg-accent-purple\/20:hover { background-color: rgba(150, 100, 255, 0.2) }
.hover\:bg-accent-red\/10:hover { background-color: rgba(255, 179, 0, 0.1) }
.hover\:bg-accent-red\/20:hover { background-color: rgba(255, 179, 0, 0.2) }
.hover\:bg-accent-red\/30:hover { background-color: rgba(255, 179, 0, 0.3) }
.hover\:bg-amber-500:hover { background-color: var(--status-warning); }
.hover\:bg-background-dark:hover { background-color: var(--bg); }
.hover\:bg-background-dark\/30:hover { background-color: rgba(10, 10, 10, 0.3) }
.hover\:bg-background-dark\/50:hover { background-color: rgba(10, 10, 10, 0.5) }
.hover\:bg-blue-500:hover { background-color: var(--accent); }
.hover\:bg-blue-500\/10:hover { background-color: rgba(255, 179, 0, 0.1) }
.hover\:bg-blue-500\/30:hover { background-color: rgba(255, 179, 0, 0.3) }
.hover\:bg-border-dark:hover { background-color: var(--border); }
.hover\:bg-border-dark\/50:hover { background-color: rgba(44, 62, 80, 0.5) }
.hover\:bg-border-dark\/80:hover { background-color: rgba(44, 62, 80, 0.8) }
.hover\:bg-card-hover:hover { background-color: var(--surface2); }
.hover\:bg-card-hover\/30:hover { background-color: rgba(26, 29, 36, 0.3) }
.hover\:bg-danger:hover { background-color: var(--accent); }
.hover\:bg-danger\/10:hover { background-color: rgba(255, 179, 0, 0.1) }
.hover\:bg-danger\/20:hover { background-color: rgba(255, 179, 0, 0.2) }
.hover\:bg-danger\/30:hover { background-color: rgba(255, 179, 0, 0.3) }
.hover\:bg-green-500:hover { background-color: var(--status-success); }
.hover\:bg-green-500\/10:hover { background-color: rgba(0, 200, 100, 0.1) }
.hover\:bg-green-600:hover { background-color: var(--status-success); }
.hover\:bg-info:hover { background-color: var(--status-info); }
.hover\:bg-info\/30:hover { background-color: rgba(99, 179, 237, 0.3) }
.hover\:bg-info\/80:hover { background-color: rgba(99, 179, 237, 0.8) }
.hover\:bg-orange-500:hover { background-color: var(--accent2); }
.hover\:bg-orange-500\/10:hover { background-color: rgba(255, 201, 64, 0.1) }
.hover\:bg-orange-500\/30:hover { background-color: rgba(255, 201, 64, 0.3) }
.hover\:bg-primary:hover { background-color: var(--accent); }
.hover\:bg-primary\/20:hover { background-color: rgba(255, 179, 0, 0.2) }
.hover\:bg-primary\/30:hover { background-color: rgba(255, 179, 0, 0.3) }
.hover\:bg-primary\/80:hover { background-color: rgba(255, 179, 0, 0.8) }
.hover\:bg-primary\/90:hover { background-color: rgba(255, 179, 0, 0.9) }
.hover\:bg-primary-dark:hover { background-color: var(--accent); }
.hover\:bg-primary-hover:hover { background-color: var(--accent2); }
.hover\:bg-purple-500:hover { background-color: #9664FF; }
.hover\:bg-purple-500\/30:hover { background-color: rgba(150, 100, 255, 0.3) }
.hover\:bg-red-500:hover { background-color: var(--accent); }
.hover\:bg-red-500\/10:hover { background-color: rgba(255, 179, 0, 0.1) }
.hover\:bg-red-500\/30:hover { background-color: rgba(255, 179, 0, 0.3) }
.hover\:bg-red-500\/5:hover { background-color: rgba(255, 179, 0, 0.05) }
.hover\:bg-slate-600:hover { background-color: var(--text-dim); }
.hover\:bg-success:hover { background-color: var(--status-success); }
.hover\:bg-success\/30:hover { background-color: rgba(0, 200, 100, 0.3) }
.hover\:bg-success\/80:hover { background-color: rgba(0, 200, 100, 0.8) }
.hover\:bg-surface-dark:hover { background-color: var(--surface); }
.hover\:bg-surface-dark\/50:hover { background-color: rgba(17, 19, 24, 0.5) }
.hover\:bg-surface-darker:hover { background-color: var(--bg); }
.hover\:bg-surface-darker\/50:hover { background-color: rgba(10, 10, 10, 0.5) }
.hover\:bg-surface-elevated:hover { background-color: var(--surface2); }
.hover\:bg-surface-elevated\/40:hover { background-color: rgba(26, 29, 36, 0.4) }
.hover\:bg-text-secondary\/30:hover { background-color: rgba(136, 153, 170, 0.3) }
.hover\:bg-warning:hover { background-color: var(--status-warning); }
.hover\:bg-warning\/20:hover { background-color: rgba(255, 179, 0, 0.2) }
.hover\:bg-warning\/30:hover { background-color: rgba(255, 179, 0, 0.3) }
.hover\:bg-warning\/80:hover { background-color: rgba(255, 179, 0, 0.8) }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1) }
.hover\:bg-white\/20:hover { background-color: rgba(255, 255, 255, 0.2) }
.hover\:bg-white\/30:hover { background-color: rgba(255, 255, 255, 0.3) }
.hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, 0.05) }
.hover\:border-accent-green\/30:hover { border-color: var(--status-success); }
.hover\:border-accent-orange\/30:hover { border-color: var(--accent2); }
.hover\:border-accent-red\/30:hover { border-color: var(--accent); }
.hover\:border-accent-red\/50:hover { border-color: var(--accent); }
.hover\:border-blue-500\/30:hover { border-color: var(--accent); }
.hover\:border-danger:hover { border-color: var(--accent); }
.hover\:border-danger\/30:hover { border-color: var(--accent); }
.hover\:border-danger\/50:hover { border-color: var(--accent); }
.hover\:border-green-500\/50:hover { border-color: var(--status-success); }
.hover\:border-primary:hover { border-color: var(--accent); }
.hover\:border-primary\/30:hover { border-color: var(--accent); }
.hover\:border-primary\/40:hover { border-color: var(--accent); }
.hover\:border-primary\/50:hover { border-color: var(--accent); }
.hover\:border-warning:hover { border-color: var(--status-warning); }
.hover\:border-warning\/50:hover { border-color: var(--status-warning); }
.hover\:border-yellow-500\/50:hover { border-color: var(--status-warning); }
.hover\:opacity-100:hover { opacity: 1; }
.hover\:opacity-80:hover { opacity: 0.8; }
.hover\:text-accent-red:hover { color: var(--accent); }
.hover\:text-blue-200:hover { color: var(--status-info); }
.hover\:text-blue-300:hover { color: var(--status-info); }
.hover\:text-blue-400:hover { color: var(--status-info); }
.hover\:text-danger:hover { color: var(--accent); }
.hover\:text-danger\/80:hover { color: rgba(255, 179, 0, 0.8); }
.hover\:text-green-300:hover { color: var(--status-success); }
.hover\:text-green-400:hover { color: var(--status-success); }
.hover\:text-orange-400:hover { color: var(--accent2); }
.hover\:text-pink-300:hover { color: #9664FF; }
.hover\:text-primary:hover { color: var(--accent); }
.hover\:text-primary\/80:hover { color: rgba(255, 179, 0, 0.8); }
.hover\:text-primary-dark:hover { color: var(--accent); }
.hover\:text-primary-hover:hover { color: var(--accent2); }
.hover\:text-purple-300:hover { color: #9664FF; }
.hover\:text-red-300:hover { color: var(--accent2); }
.hover\:text-red-400:hover { color: var(--accent); }
.hover\:text-slate-300:hover { color: var(--text); }
.hover\:text-warning:hover { color: var(--status-warning); }
.hover\:text-white:hover { color: #fff; }
.hover\:underline:hover { text-decoration-line: underline; }
.h-px { height: 1px; }
.h-screen { height: 100vh; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.inset-0 { inset: 0; }
.inset-y-0 { top: 0; bottom: 0; }
.italic { font-style: italic; }
.items-baseline { align-items: baseline; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.leading-none { line-height: 1; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }
.left-0 { left: 0px; }
.left-1 { left: 0.25rem; }
.left-1\/2 { left: 50%; }
.left-2 { left: 0.5rem; }
.left-3 { left: 0.75rem; }
.left-4 { left: 1rem; }
.left-6 { left: 1.5rem; }
@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:p-8 { padding: 2rem; }
}
.line-through { text-decoration-line: line-through; }
.list-decimal { list-style-type: decimal; }
.list-disc { list-style-type: disc; }
.list-inside { list-style-position: inside; }
.max-h-\[120px\] { max-height: 120px; }
.max-h-\[300px\] { max-height: 300px; }
.max-h-\[400px\] { max-height: 400px; }
.max-h-\[500px\] { max-height: 500px; }
.max-h-\[600px\] { max-height: 600px; }
.max-h-\[60vh\] { max-height: 60vh; }
.max-h-\[70vh\] { max-height: 70vh; }
.max-h-\[75vh\] { max-height: 75vh; }
.max-h-\[80vh\] { max-height: 80vh; }
.max-h-\[85vh\] { max-height: 85vh; }
.max-h-\[90vh\] { max-height: 90vh; }
.max-h-\[95vh\] { max-height: 95vh; }
.max-h-\[calc\(90vh-180px\)\] { max-height: calc(90vh - 180px); }
.max-h-24 { max-height: 6rem; }
.max-h-32 { max-height: 8rem; }
.max-h-40 { max-height: 10rem; }
.max-h-48 { max-height: 12rem; }
.max-h-60 { max-height: 15rem; }
.max-h-64 { max-height: 16rem; }
.max-h-96 { max-height: 24rem; }
.max-w-\[100px\] { max-width: 100px; }
.max-w-\[1400px\] { max-width: 1400px; }
.max-w-\[140px\] { max-width: 140px; }
.max-w-\[150px\] { max-width: 150px; }
.max-w-\[1600px\] { max-width: 1600px; }
.max-w-\[1800px\] { max-width: 1800px; }
.max-w-\[200px\] { max-width: 200px; }
.max-w-\[80\%\] { max-width: 80%; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-lg { max-width: 32rem; }
.max-w-md { max-width: 28rem; }
.max-w-none { max-width: none; }
.max-w-screen-2xl { max-width: 1536px; }
.max-w-sm { max-width: 24rem; }
.max-w-xl { max-width: 36rem; }
.max-w-xs { max-width: 20rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-7 { margin-bottom: 1.75rem; }
.mb-8 { margin-bottom: 2rem; }
@media (min-width: 768px) {
  .md\:block { display: block; }
}
@media (min-width: 768px) {
  .md\:col-span-2 { grid-column: span 2 / span 2; }
}
@media (min-width: 768px) {
  .md\:flex { display: flex; }
}
@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .md\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .md\:hidden { display: none; }
}
@media (min-width: 768px) {
  .md\:inline { display: inline; }
}
@media (min-width: 768px) {
  .md\:inline-flex { display: inline-flex; }
}
@media (min-width: 768px) {
  .md\:items-center { align-items: center; }
}
@media (min-width: 768px) {
  .md\:items-end { align-items: flex-end; }
}
@media (min-width: 768px) {
  .md\:items-start { align-items: flex-start; }
}
@media (min-width: 768px) {
  .md\:p-10 { padding: 2.5rem; }
}
@media (min-width: 768px) {
  .md\:p-8 { padding: 2rem; }
}
@media (min-width: 768px) {
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
}
@media (min-width: 768px) {
  .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
}
@media (min-width: 768px) {
  .md\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
}
.min-h-\[400px\] { min-height: 400px; }
.min-h-\[40px\] { min-height: 40px; }
.min-h-\[60px\] { min-height: 60px; }
.min-h-\[70px\] { min-height: 70px; }
.min-h-screen { min-height: 100vh; }
.min-w-\[100px\] { min-width: 100px; }
.min-w-\[120px\] { min-width: 120px; }
.min-w-\[14px\] { min-width: 14px; }
.min-w-\[150px\] { min-width: 150px; }
.min-w-\[16px\] { min-width: 16px; }
.min-w-\[18px\] { min-width: 18px; }
.min-w-\[200px\] { min-width: 200px; }
.min-w-\[220px\] { min-width: 220px; }
.min-w-0 { min-width: 0px; }
.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-3 { margin-left: 0.75rem; }
.ml-4 { margin-left: 1rem; }
.ml-6 { margin-left: 1.5rem; }
.ml-auto { margin-left: auto; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }
.mr-4 { margin-right: 1rem; }
.mr-6 { margin-right: 1.5rem; }
.mr-auto { margin-right: auto; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.mt-12 { margin-top: 3rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-2\.5 { margin-top: 0.625rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.opacity-0 { opacity: 0; }
.opacity-25 { opacity: 0.25; }
.opacity-30 { opacity: 0.3; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-75 { opacity: 0.75; }
.opacity-90 { opacity: 0.9; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.overflow-auto { overflow: auto; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-auto { overflow-y: auto; }
.p-0 { padding: 0px; }
.p-1 { padding: 0.25rem; }
.p-1\.5 { padding: 0.375rem; }
.p-12 { padding: 3rem; }
.p-2 { padding: 0.5rem; }
.p-2\.5 { padding: 0.625rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.pb-0 { padding-bottom: 0px; }
.pb-12 { padding-bottom: 3rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-4 { padding-bottom: 1rem; }
.pl-10 { padding-left: 2.5rem; }
.pl-3 { padding-left: 0.75rem; }
.pl-4 { padding-left: 1rem; }
.pointer-events-none { pointer-events: none; }
.pr-10 { padding-right: 2.5rem; }
.pr-4 { padding-right: 1rem; }
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.px-0\.5 { padding-left: 0.125rem; padding-right: 0.125rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-0 { padding-top: 0px; padding-bottom: 0px; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.relative { position: relative; }
.right-0 { right: 0px; }
.right-3 { right: 0.75rem; }
.right-4 { right: 1rem; }
.ring-1 { box-shadow: 0 0 0 1px var(--border); }
.ring-2 { box-shadow: 0 0 0 2px var(--accent); }
.rotate-180 { transform: rotate(180deg); }
.rounded { border-radius: var(--radius); }
.rounded-2xl { border-radius: var(--radius); }
.rounded-b-xl { border-bottom-left-radius: var(--radius); border-bottom-right-radius: var(--radius); }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: var(--radius); }
.rounded-l-xl { border-top-left-radius: var(--radius); border-bottom-left-radius: var(--radius); }
.rounded-md { border-radius: var(--radius); }
.rounded-r-xl { border-top-right-radius: var(--radius); border-bottom-right-radius: var(--radius); }
.rounded-t-lg { border-top-left-radius: var(--radius); border-top-right-radius: var(--radius); }
.rounded-t-xl { border-top-left-radius: var(--radius); border-top-right-radius: var(--radius); }
.rounded-xl { border-radius: var(--radius); }
.select-all { user-select: all; }
.self-center { align-self: center; }
.self-end { align-self: flex-end; }
.shadow-2xl { box-shadow: none; }
.shadow-amber-500\/20 { box-shadow: none; }
.shadow-blue-500\/20 { box-shadow: none; }
.shadow-card { box-shadow: none; }
.shadow-glow { box-shadow: none; }
.shadow-green-500\/20 { box-shadow: none; }
.shadow-lg { box-shadow: none; }
.shadow-primary\/20 { box-shadow: none; }
.shadow-primary\/30 { box-shadow: none; }
.shadow-sm { box-shadow: none; }
.shadow-xl { box-shadow: none; }
.shadow-\[0_0_50px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] { box-shadow: none; }
.shrink-0 { flex-shrink: 0; }
@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 640px) {
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 640px) {
  .sm\:inline { display: inline; }
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) { margin-top: 0px; }
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.125rem; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.375rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.625rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.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; }
.sticky { position: sticky; }
.table-fixed { table-layout: fixed; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[12px\] { font-size: 12px; }
.text-\[14px\] { font-size: 14px; }
.text-\[16px\] { font-size: 16px; }
.text-\[18px\] { font-size: 18px; }
.text-\[20px\] { font-size: 20px; }
.text-\[22px\] { font-size: 22px; }
.text-\[24px\] { font-size: 24px; }
.text-\[28px\] { font-size: 28px; }
.text-\[32px\] { font-size: 32px; }
.text-\[48px\] { font-size: 48px; }
.text-\[56px\] { font-size: 56px; }
.text-\[64px\] { font-size: 64px; }
.text-\[8px\] { font-size: 8px; }
.text-\[9px\] { font-size: 9px; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-accent-cyan { color: var(--status-info); }
.text-accent-green { color: var(--status-success); }
.text-accent-orange { color: var(--accent2); }
.text-accent-purple { color: #9664FF; }
.text-accent-red { color: var(--accent); }
.text-accent-red\/50 { color: rgba(255, 179, 0, 0.5); }
.text-accent-red\/70 { color: rgba(255, 179, 0, 0.7); }
.text-amber-200 { color: var(--status-warning); }
.text-amber-300 { color: var(--status-warning); }
.text-amber-400 { color: var(--status-warning); }
.text-amber-500 { color: var(--status-warning); }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-black { color: #000; }
.text-blue-200 { color: var(--status-info); }
.text-blue-300 { color: var(--status-info); }
.text-blue-400 { color: var(--status-info); }
.text-blue-400\/70 { color: rgba(99, 179, 237, 0.7); }
.text-blue-500 { color: var(--accent); }
.text-border-dark { color: var(--border); }
.text-center { text-align: center; }
.text-crit { color: var(--accent); }
.text-cyan-400 { color: var(--status-info); }
.text-cyan-400\/60 { color: rgba(99, 179, 237, 0.6); }
.text-danger { color: var(--accent); }
.text-danger\/80 { color: rgba(255, 179, 0, 0.8); }
.text-end { text-align: end; }
.text-gray-400 { color: var(--text-muted); }
.text-gray-400\/70 { color: rgba(136, 153, 170, 0.7); }
.text-gray-500 { color: var(--text-dim); }
.text-green-300 { color: var(--status-success); }
.text-green-400 { color: var(--status-success); }
.text-green-500 { color: var(--status-success); }
.text-info { color: var(--status-info); }
.text-left { text-align: left; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-neutral { color: var(--text-muted); }
.text-ok { color: var(--status-success); }
.text-orange-200 { color: var(--accent2); }
.text-orange-400 { color: var(--accent2); }
.text-orange-400\/70 { color: rgba(255, 201, 64, 0.7); }
.text-orange-500 { color: var(--accent2); }
.text-pink-300 { color: #9664FF; }
.text-pink-400 { color: #9664FF; }
.text-pink-500 { color: #9664FF; }
.text-primary { color: var(--accent); }
.text-primary\/50 { color: rgba(255, 179, 0, 0.5); }
.text-purple-200 { color: #9664FF; }
.text-purple-300 { color: #9664FF; }
.text-purple-400 { color: #9664FF; }
.text-purple-500 { color: #9664FF; }
.text-red-200 { color: var(--accent2); }
.text-red-300 { color: var(--accent2); }
.text-red-400 { color: var(--accent); }
.text-red-400\/70 { color: rgba(255, 179, 0, 0.7); }
.text-red-500 { color: var(--accent); }
.text-right { text-align: right; }
.text-rose-400 { color: var(--accent); }
.text-slate-200 { color: var(--text); }
.text-slate-300 { color: var(--text); }
.text-slate-400 { color: var(--text-muted); }
.text-slate-500 { color: var(--text-dim); }
.text-slate-600 { color: var(--text-dim); }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-start { text-align: start; }
.text-success { color: var(--status-success); }
.text-success\/50 { color: rgba(0, 200, 100, 0.5); }
.text-teal-400 { color: var(--status-info); }
.text-text-dim { color: var(--text-dim); }
.text-text-disabled { color: var(--text-dim); }
.text-text-main { color: var(--text); }
.text-text-secondary { color: var(--text-muted); }
.text-text-secondary\/30 { color: rgba(136, 153, 170, 0.3); }
.text-text-secondary\/50 { color: rgba(136, 153, 170, 0.5); }
.text-text-secondary\/70 { color: rgba(136, 153, 170, 0.7); }
.text-warn { color: var(--status-warning); }
.text-warning { color: var(--status-warning); }
.text-warning\/80 { color: rgba(255, 179, 0, 0.8); }
.text-white { color: #fff; }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-yellow-200 { color: var(--status-warning); }
.text-yellow-400 { color: var(--status-warning); }
.text-yellow-400\/70 { color: rgba(255, 179, 0, 0.7); }
.text-yellow-400\/80 { color: rgba(255, 179, 0, 0.8); }
.text-yellow-500 { color: var(--status-warning); }
.top-0 { top: 0px; }
.top-1 { top: 0.25rem; }
.top-1\/2 { top: 50%; }
.top-10 { top: 2.5rem; }
.top-2 { top: 0.5rem; }
.top-4 { top: 1rem; }
.top-full { top: 100%; }
.tracking-\[0\.25em\] { letter-spacing: 0.25em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.transform { transform: var(--tw-transform); }
.transition-all { transition-property: all; transition-timing-function: ease; transition-duration: var(--transition); }
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: ease; transition-duration: var(--transition); }
.transition-opacity { transition-property: opacity; transition-timing-function: ease; transition-duration: var(--transition); }
.transition-transform { transition-property: transform; transition-timing-function: ease; transition-duration: var(--transition); }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.underline { text-decoration-line: underline; }
.uppercase { text-transform: uppercase; }
.w-\[300px\] { width: 300px; }
.w-\[380px\] { width: 380px; }
.w-\[500px\] { width: 500px; }
.w-\[95vw\] { width: 95vw; }
.w-0\.5 { width: 0.125rem; }
.w-1\.5 { width: 0.375rem; }
.w-1\/2 { width: 50%; }
.w-1\/3 { width: 33.333333%; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-2 { width: 0.5rem; }
.w-2\.5 { width: 0.625rem; }
.w-2\/3 { width: 66.666667%; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-28 { width: 7rem; }
.w-3 { width: 0.75rem; }
.w-3\/4 { width: 75%; }
.w-32 { width: 8rem; }
.w-36 { width: 9rem; }
.w-4 { width: 1rem; }
.w-40 { width: 10rem; }
.w-44 { width: 11rem; }
.w-48 { width: 12rem; }
.w-5 { width: 1.25rem; }
.w-56 { width: 14rem; }
.w-6 { width: 1.5rem; }
.w-64 { width: 16rem; }
.w-72 { width: 18rem; }
.w-8 { width: 2rem; }
.w-80 { width: 20rem; }
.w-9 { width: 2.25rem; }
.w-96 { width: 24rem; }
.w-auto { width: auto; }
.w-fit { width: fit-content; }
.w-full { width: 100%; }
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre-line { white-space: pre-line; }
.whitespace-pre-wrap { white-space: pre-wrap; }
.w-px { width: 1px; }
@media (min-width: 1280px) {
  .xl\:col-span-4 { grid-column: span 4 / span 4; }
}
@media (min-width: 1280px) {
  .xl\:col-span-8 { grid-column: span 8 / span 8; }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
}
.z-\[1000\] { z-index: 1000; }
.z-\[60\] { z-index: 60; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }

/* ============================================
   MANUALLY ADDED — Missing color/utility classes
   ============================================ */

/* Semantic status-color utilities (design system) */
.text-status-danger { color: var(--status-danger); }
.text-status-info { color: var(--status-info); }
.text-status-success { color: var(--status-success); }
.text-status-warning { color: var(--status-warning); }
.bg-status-danger { background-color: var(--status-danger); }
.bg-status-danger\/5 { background-color: rgba(229, 62, 62, 0.05); }
.bg-status-danger\/10 { background-color: rgba(229, 62, 62, 0.1); }
.bg-status-danger\/20 { background-color: rgba(229, 62, 62, 0.2); }
.bg-status-danger\/30 { background-color: rgba(229, 62, 62, 0.3); }
.bg-status-info\/10 { background-color: rgba(99, 179, 237, 0.1); }
.bg-status-info\/20 { background-color: rgba(99, 179, 237, 0.2); }
.border-status-danger { border-color: var(--status-danger); }
.border-status-danger\/20 { border-color: rgba(229, 62, 62, 0.2); }
.border-status-danger\/30 { border-color: rgba(229, 62, 62, 0.3); }
.border-status-danger\/50 { border-color: rgba(229, 62, 62, 0.5); }
.border-status-info\/30 { border-color: rgba(99, 179, 237, 0.3); }
.hover\:bg-status-danger\/20:hover { background-color: rgba(229, 62, 62, 0.2); }
.hover\:bg-status-danger\/30:hover { background-color: rgba(229, 62, 62, 0.3); }
.hover\:border-status-danger\/50:hover { border-color: rgba(229, 62, 62, 0.5); }
.hover\:bg-status-info\/10:hover { background-color: rgba(99, 179, 237, 0.1); }
.hover\:bg-status-info\/20:hover { background-color: rgba(99, 179, 237, 0.2); }

/* Additional background colors */
.bg-orange-600 { background-color: var(--accent); }
.bg-pink-600 { background-color: #9664FF; }
.bg-purple-600 { background-color: #9664FF; }
.bg-purple-600\/10 { background-color: rgba(150, 100, 255, 0.10); }
.bg-purple-600\/20 { background-color: rgba(150, 100, 255, 0.20); }
.bg-purple-900\/30 { background-color: rgba(150, 100, 255, 0.12); }
.bg-red-600 { background-color: var(--accent); }
.bg-red-600\/20 { background-color: rgba(255, 179, 0, 0.20); }
.bg-red-900\/30 { background-color: rgba(255, 179, 0, 0.12); }
.bg-rose-500\/10 { background-color: rgba(255, 179, 0, 0.10); }
.bg-slate-700 { background-color: var(--border); }
.bg-slate-700\/50 { background-color: rgba(44, 62, 80, 0.5) }
.bg-slate-800 { background-color: var(--surface); }
.bg-slate-800\/50 { background-color: rgba(17, 19, 24, 0.5) }
.bg-slate-800\/80 { background-color: rgba(17, 19, 24, 0.8) }
.bg-slate-900 { background-color: var(--bg); }
.bg-slate-900\/50 { background-color: rgba(10, 10, 10, 0.5) }
.bg-teal-500\/10 { background-color: rgba(100, 150, 255, 0.10); }
.bg-teal-500\/20 { background-color: rgba(100, 150, 255, 0.20); }
.bg-yellow-600\/20 { background-color: rgba(245, 166, 35, 0.20); }

/* Additional border colors */
.border-amber-500\/30 { border-color: rgba(245, 166, 35, 0.30); }
.border-amber-600\/30 { border-color: rgba(245, 166, 35, 0.30); }
.border-amber-600\/50 { border-color: rgba(245, 166, 35, 0.50); }
.border-blue-600 { border-color: var(--accent); }
.border-blue-600\/30 { border-color: rgba(255, 179, 0, 0.30); }
.border-cyan-500\/30 { border-color: rgba(100, 150, 255, 0.30); }
.border-green-500\/30 { border-color: rgba(0, 200, 100, 0.30); }
.border-green-600 { border-color: var(--status-success); }
.border-green-600\/30 { border-color: rgba(0, 200, 100, 0.30); }
.border-orange-400\/30 { border-color: rgba(255, 201, 64, 0.30); }
.border-orange-500 { border-color: var(--accent2); }
.border-pink-500\/30 { border-color: rgba(150, 100, 255, 0.30); }
.border-primary\/20 { border-color: rgba(255, 179, 0, 0.20); }
.border-primary\/50 { border-color: rgba(255, 179, 0, 0.50); }
.border-purple-500\/30 { border-color: rgba(150, 100, 255, 0.30); }
.border-purple-600\/30 { border-color: rgba(150, 100, 255, 0.30); }
.border-red-600 { border-color: var(--accent); }
.border-red-600\/30 { border-color: rgba(255, 179, 0, 0.30); }
.border-slate-600 { border-color: var(--border); }
.border-slate-700 { border-color: var(--border); }
.border-teal-500\/30 { border-color: rgba(100, 150, 255, 0.30); }
.border-yellow-600\/30 { border-color: rgba(245, 166, 35, 0.30); }
.border-yellow-600\/50 { border-color: rgba(245, 166, 35, 0.50); }
.border-gray-500\/30 { border-color: rgba(255, 255, 255, 0.08); }
.border-gray-600\/30 { border-color: rgba(255, 255, 255, 0.06); }
.border-green-500\/50 { border-color: rgba(0, 200, 100, 0.50); }
.border-orange-500\/20 { border-color: rgba(255, 179, 0, 0.20); }
.border-orange-500\/30 { border-color: rgba(255, 179, 0, 0.30); }
.border-orange-500\/40 { border-color: rgba(255, 179, 0, 0.40); }
.border-pink-500\/50 { border-color: rgba(150, 100, 255, 0.50); }
.border-purple-500\/20 { border-color: rgba(150, 100, 255, 0.20); }
.border-purple-500\/50 { border-color: rgba(150, 100, 255, 0.50); }
.border-red-500\/50 { border-color: rgba(255, 179, 0, 0.50); }
.border-slate-500\/30 { border-color: rgba(255, 255, 255, 0.08); }
.border-slate-600\/50 { border-color: rgba(255, 255, 255, 0.08); }
.border-yellow-500\/50 { border-color: rgba(245, 166, 35, 0.50); }

/* Gradient stops */
.from-blue-500 { --tw-gradient-from: var(--accent); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,179,0,0)); }
.from-blue-500\/20 { --tw-gradient-from: rgba(255,179,0,0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,179,0,0)); }
.from-blue-600 { --tw-gradient-from: var(--accent); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,179,0,0)); }
.from-blue-600\/20 { --tw-gradient-from: rgba(255,179,0,0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,179,0,0)); }
.from-blue-900\/50 { --tw-gradient-from: rgba(255,179,0,0.1); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-cyan-500 { --tw-gradient-from: var(--status-info); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-emerald-500 { --tw-gradient-from: var(--status-success); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-primary { --tw-gradient-from: var(--accent); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255,179,0,0)); }
.from-primary\/10 { --tw-gradient-from: rgba(255,179,0,0.1); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-primary\/20 { --tw-gradient-from: rgba(255,179,0,0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-primary\/5 { --tw-gradient-from: rgba(255,179,0,0.05); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-purple-500 { --tw-gradient-from: #9664FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-purple-500\/10 { --tw-gradient-from: rgba(150,100,255,0.1); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-purple-500\/20 { --tw-gradient-from: rgba(150,100,255,0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-purple-900\/20 { --tw-gradient-from: rgba(150,100,255,0.08); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-red-500 { --tw-gradient-from: var(--accent); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-transparent { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-accent-red { --tw-gradient-from: var(--accent); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-accent-purple\/20 { --tw-gradient-from: rgba(150,100,255,0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-amber-900\/20 { --tw-gradient-from: rgba(245,166,35,0.08); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-blue-900\/20 { --tw-gradient-from: rgba(255,179,0,0.08); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-blue-500\/20 { --tw-gradient-from: rgba(255,179,0,0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-orange-500\/20 { --tw-gradient-from: rgba(255,179,0,0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-success { --tw-gradient-from: var(--status-success); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.to-blue-400 { --tw-gradient-to: var(--status-info); }
.to-blue-500 { --tw-gradient-to: var(--accent); }
.to-blue-600 { --tw-gradient-to: var(--accent); }
.to-blue-600\/20 { --tw-gradient-to: rgba(255,179,0,0.2); }
.to-blue-700 { --tw-gradient-to: var(--accent); }
.to-blue-900\/50 { --tw-gradient-to: rgba(255,179,0,0.1); }
.to-cyan-400 { --tw-gradient-to: var(--status-info); }
.to-cyan-500 { --tw-gradient-to: var(--status-info); }
.to-emerald-400 { --tw-gradient-to: var(--status-success); }
.to-primary { --tw-gradient-to: var(--accent); }
.to-primary-hover { --tw-gradient-to: var(--accent2); }
.to-purple-400 { --tw-gradient-to: #9664FF; }
.to-purple-600 { --tw-gradient-to: #9664FF; }
.to-purple-600\/10 { --tw-gradient-to: rgba(150,100,255,0.1); }
.to-purple-500\/20 { --tw-gradient-to: rgba(150,100,255,0.2); }
.to-transparent { --tw-gradient-to: transparent; }
.to-card-dark { --tw-gradient-to: var(--surface); }
.to-surface-dark { --tw-gradient-to: var(--surface); }
.to-accent-green { --tw-gradient-to: var(--status-success); }
.to-accent-purple\/20 { --tw-gradient-to: rgba(150,100,255,0.2); }
.to-amber-600\/10 { --tw-gradient-to: rgba(245,166,35,0.1); }
.via-blue-400 { --tw-gradient-stops: var(--tw-gradient-from), var(--status-info), var(--tw-gradient-to, transparent); }
.via-blue-500 { --tw-gradient-stops: var(--tw-gradient-from), var(--accent), var(--tw-gradient-to, rgba(255,179,0,0)); }
.via-cyan-500 { --tw-gradient-stops: var(--tw-gradient-from), var(--status-info), var(--tw-gradient-to, transparent); }
.via-primary { --tw-gradient-stops: var(--tw-gradient-from), var(--accent), var(--tw-gradient-to, rgba(255,179,0,0)); }
.via-card-dark { --tw-gradient-stops: var(--tw-gradient-from), var(--surface), var(--tw-gradient-to, var(--surface)); }
.via-border-dark { --tw-gradient-stops: var(--tw-gradient-from), var(--border), var(--tw-gradient-to, transparent); }
.via-warning { --tw-gradient-stops: var(--tw-gradient-from), var(--status-warning), var(--tw-gradient-to, transparent); }

/* Backdrop / filters */
.blur-3xl { filter: blur(64px); }

/* Ring variants */
.ring-primary\/30 { box-shadow: 0 0 0 2px rgba(255, 179, 0, 0.30); }
.ring-white\/10 { box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10); }
.ring-offset-2 { --tw-ring-offset-width: 2px; }
.ring-offset-background-dark { --tw-ring-offset-color: var(--bg); }

/* Additional text colors */
.text-blue-400\/70 { color: rgba(99, 179, 237, 0.7); }
.text-cyan-400\/60 { color: rgba(99, 179, 237, 0.6); }
.text-gray-400\/70 { color: rgba(136, 153, 170, 0.7); }
.text-orange-400\/70 { color: rgba(255, 201, 64, 0.7); }
.text-red-400\/70 { color: rgba(255, 179, 0, 0.7); }
.text-text-secondary\/30 { color: rgba(136, 153, 170, 0.3); }
.text-text-secondary\/50 { color: rgba(136, 153, 170, 0.5); }
.text-text-secondary\/70 { color: rgba(136, 153, 170, 0.7); }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.text-yellow-400\/70 { color: rgba(255, 179, 0, 0.7); }
.text-yellow-400\/80 { color: rgba(255, 179, 0, 0.8); }
.text-emerald-400 { color: var(--status-success); }
.text-yellow-300 { color: var(--status-warning); }
.to-primary\/20 { --tw-gradient-to: rgba(255, 179, 0, 0.2); }

/* Divide */
.divide-border-dark > * + * { border-top: 1px solid var(--border); }
.divide-border-dark\/50 > * + * { border-top: 1px solid rgba(255,255,255,0.04); }

/* Selection */
.selection\:bg-primary ::selection { background: var(--accent); }
.selection\:text-white ::selection { color: #fff; }

/* Focus states */
.focus\:border-purple-400:focus { border-color: #9664FF; }
.focus\:border-purple-500:focus { border-color: #9664FF; }
.focus\:ring-accent-red:focus { box-shadow: 0 0 0 2px var(--accent); }
.focus\:ring-blue-500:focus { box-shadow: 0 0 0 2px var(--accent); }
.focus\:ring-danger:focus { box-shadow: 0 0 0 2px var(--accent); }
.focus\:ring-offset-0:focus { --tw-ring-offset-width: 0px; }
.focus\:ring-offset-2:focus { --tw-ring-offset-width: 2px; }
.focus\:ring-offset-background-dark:focus { --tw-ring-offset-color: var(--bg); }
.focus\:ring-offset-surface-dark:focus { --tw-ring-offset-color: var(--surface); }
.focus\:ring-orange-500:focus { box-shadow: 0 0 0 2px var(--accent2); }
.focus\:ring-pink-500:focus { box-shadow: 0 0 0 2px #9664FF; }
.focus\:ring-purple-400:focus { box-shadow: 0 0 0 2px #9664FF; }
.focus\:ring-purple-500:focus { box-shadow: 0 0 0 2px #9664FF; }
.focus\:ring-purple-600:focus { box-shadow: 0 0 0 2px #9664FF; }
.focus\:ring-success:focus { box-shadow: 0 0 0 2px var(--status-success); }
.focus\:ring-yellow-500:focus { box-shadow: 0 0 0 2px var(--status-warning); }
.focus-within\:border-primary\/50:focus-within { border-color: rgba(255,179,0,0.5); }
.focus-within\:ring-2:focus-within { box-shadow: 0 0 0 2px; }
.focus-within\:ring-primary\/20:focus-within { box-shadow: 0 0 0 2px rgba(255,179,0,0.2); }

/* Missing hover states */
.hover\:bg-\[\#131b29\]:hover { background-color: #111926; }
.hover\:bg-blue-700:hover { background-color: var(--accent); }
.hover\:bg-green-700:hover { background-color: var(--status-success); }
.hover\:bg-pink-600:hover { background-color: #9664FF; }
.hover\:bg-pink-700:hover { background-color: #9664FF; }
.hover\:bg-purple-600:hover { background-color: #9664FF; }
.hover\:bg-purple-700:hover { background-color: #9664FF; }
.hover\:bg-red-600:hover { background-color: var(--accent); }
.hover\:bg-red-700:hover { background-color: var(--accent); }
.hover\:bg-slate-700:hover { background-color: var(--surface2); }
.hover\:bg-surface-light:hover { background-color: rgba(255,255,255,0.03); }
.hover\:bg-surface-light\/80:hover { background-color: rgba(255,255,255,0.025); }
.hover\:border-pink-500\/50:hover { border-color: rgba(150,100,255,0.5); }
.hover\:border-purple-500\/30:hover { border-color: rgba(150,100,255,0.3); }
.hover\:border-purple-500\/50:hover { border-color: rgba(150,100,255,0.5); }
.hover\:brightness-110:hover { filter: brightness(1.1); }
.group:hover .group-hover\:-translate-x-1 { transform: translateX(-0.25rem); }

/* Translate */
.translate-x-1\/2 { transform: translateX(50%); }
.translate-y-2 { transform: translateY(0.5rem); }
.translate-y-20 { transform: translateY(5rem); }
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-y-1\/2 { transform: translateY(-50%); }

/* Rotate */
.rotate-\[-90deg\] { transform: rotate(-90deg); }

/* Scale hover */
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:scale-\[1\.02\]:hover { transform: scale(1.02); }

/* Will change */
.will-change-transform { will-change: transform; }

/* Additional hover states */
.hover\:border-primary:hover { border-color: var(--accent); }
.hover\:border-primary\/30:hover { border-color: rgba(255, 179, 0, 0.30); }
.hover\:border-primary\/50:hover { border-color: rgba(255, 179, 0, 0.50); }
.hover\:bg-primary:hover { background-color: var(--accent); }
.hover\:bg-primary\/10:hover { background-color: rgba(255, 179, 0, 0.10); }
.hover\:bg-primary\/20:hover { background-color: rgba(255, 179, 0, 0.20); }
.hover\:bg-surface-elevated:hover { background-color: var(--surface2); }
.hover\:bg-card-hover:hover { background-color: var(--surface2); }
.hover\:bg-red-500\/20:hover { background-color: rgba(255, 179, 0, 0.20); }
.hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, 0.05); }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.10); }
.hover\:text-white:hover { color: #fff; }
.hover\:text-text-main:hover { color: var(--text); }
.hover\:text-primary:hover { color: var(--accent); }
.hover\:text-danger:hover { color: var(--accent); }
.hover\:shadow-none:hover { box-shadow: none; }
.hover\:shadow-lg:hover { box-shadow: none; }
.hover\:shadow-xl:hover { box-shadow: none; }
.hover\:opacity-100:hover { opacity: 1; }

/* Focus states */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--accent); }
.focus\:ring-primary:focus { box-shadow: 0 0 0 2px var(--accent); }
.focus\:ring-primary\/30:focus { box-shadow: 0 0 0 2px rgba(255, 179, 0, 0.30); }
.focus\:border-primary:focus { border-color: var(--accent); }
.focus\:border-primary\/50:focus { border-color: rgba(255, 179, 0, 0.50); }

/* Group hover */
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:text-primary { color: var(--accent); }
.group:hover .group-hover\:text-white { color: #fff; }
.group:hover .group-hover\:bg-primary\/10 { background-color: rgba(255, 179, 0, 0.10); }
.group:hover .group-hover\:border-primary\/30 { border-color: rgba(255, 179, 0, 0.30); }
.group:hover .group-hover\:scale-110 { transform: scale(1.10); }
.group:hover .group-hover\:visible { visibility: visible; }

/* Disabled state */
.disabled\:opacity-50:disabled { opacity: 0.5; }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }

/* Placeholder */
.placeholder-text-disabled::placeholder { color: var(--text-dim); }

/* Misc */
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.visible { visibility: visible; }
.invisible { visibility: hidden; }
.resize-none { resize: none; }
.resize { resize: both; }

/* Negative margins */
.-mt-1 { margin-top: -0.25rem; }
.-mt-2 { margin-top: -0.5rem; }
.-ml-1 { margin-left: -0.25rem; }
.-mr-1 { margin-right: -0.25rem; }

/* Min width 0 */
.min-w-0 { min-width: 0; }

/* Additional responsive */
@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:w-\[55\%\] { width: 55%; }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lg\:w-\[58\%\] { width: 58%; }
}