/* AKM NEXUS — Premium Design System */
@import "tokens-722cdc208d3c52eefce4ead10640f1d6.css";
@import "components-41682c3e546a5d5abd41c208c1d39d6b.css";

/* CSS custom properties — Design tokens */
:root {
    --bg-primary: #0f1117;
    --bg-secondary: #1a1d27;
    --bg-card: #1e2132;
    --border-color: #2a2d3e;
    --text-primary: #e2e8f0;
    --text-muted: #64748b;
    --accent-blue: #3b82f6;
    --accent-green: #10b981;
    --accent-red: #ef4444;
    --accent-amber: #f59e0b;
    --accent-purple: #8b5cf6;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Base */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: var(--font-sans); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { background-color: var(--bg-primary); color: var(--text-primary); }
a { color: inherit; text-decoration: none; }

/* Tailwind-like utilities */
.font-inter { font-family: var(--font-sans); }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.min-h-screen { min-height: 100vh; }
.h-screen { height: 100vh; }
.flex { display: flex; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }
.shrink-0 { flex-shrink: 0; }
.relative { position: relative; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }
.pointer-events-none { pointer-events: none; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.w-full { width: 100%; }
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.text-center { text-align: center; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.uppercase { text-transform: uppercase; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* Colors */
.text-white { color: #ffffff; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-blue-400 { color: #60a5fa; }
.text-emerald-400 { color: #34d399; }
.text-red-300 { color: #fca5a5; }
.text-amber-400 { color: #fbbf24; }
.text-orange-400 { color: #fb923c; }
.text-purple-400 { color: #c084fc; }
.text-teal-400 { color: #2dd4bf; }

.bg-\[#0f1117\] { background-color: #0f1117; }
.bg-\[#1a1d27\] { background-color: #1a1d27; }
.bg-blue-600 { background-color: #2563eb; }
.bg-blue-500 { background-color: #3b82f6; }
.bg-emerald-900\/50 { background-color: rgba(6, 78, 59, 0.5); }
.bg-red-900\/50 { background-color: rgba(127, 29, 29, 0.5); }
.bg-amber-900\/50 { background-color: rgba(120, 53, 15, 0.5); }
.bg-blue-900\/50 { background-color: rgba(30, 58, 138, 0.5); }
.bg-blue-600\/20 { background-color: rgba(37, 99, 235, 0.2); }
.bg-orange-600\/20 { background-color: rgba(234, 88, 12, 0.2); }
.bg-emerald-600\/20 { background-color: rgba(5, 150, 105, 0.2); }
.bg-purple-600\/20 { background-color: rgba(124, 58, 237, 0.2); }
.bg-amber-600\/20 { background-color: rgba(217, 119, 6, 0.2); }
.bg-red-500 { background-color: #ef4444; }
.bg-purple-500 { background-color: #a855f7; }
.bg-white\/5 { background-color: rgba(255,255,255,0.05); }
.bg-white\/10 { background-color: rgba(255,255,255,0.10); }

.border { border-width: 1px; border-style: solid; }
.border-\[#2a2d3e\] { border-color: #2a2d3e; }
.border-emerald-700\/50 { border-color: rgba(4, 120, 87, 0.5); }
.border-red-700\/50 { border-color: rgba(185, 28, 28, 0.5); }
.border-amber-700\/50 { border-color: rgba(180, 83, 9, 0.5); }
.border-blue-700\/50 { border-color: rgba(29, 78, 216, 0.5); }
.border-blue-600\/50 { border-color: rgba(37, 99, 235, 0.5); }
.border-r { border-right-width: 1px; border-right-style: solid; border-right-color: #2a2d3e; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #2a2d3e; }
.border-t { border-top-width: 1px; border-top-style: solid; border-top-color: #2a2d3e; }
.border-amber-700\/30 { border-color: rgba(180, 83, 9, 0.3); }
.border-blue-600\/30 { border-color: rgba(37, 99, 235, 0.3); }

.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

/* Spacing */
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.pt-3 { padding-top: 0.75rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pl-10 { padding-left: 2.5rem; }
.pr-4 { padding-right: 1rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-1\.5 { margin-bottom: 0.375rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-1\.5 { margin-top: 0.375rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-6 { margin-top: 1.5rem; }
.ml-auto { margin-left: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* Sizing */
.w-1 { width: 0.25rem; }
.w-1\.5 { width: 0.375rem; }
.w-4 { width: 1rem; }
.w-4\.5 { width: 1.125rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-64 { width: 16rem; }
.h-1\.5 { height: 0.375rem; }
.h-4 { height: 1rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }

/* Transitions */
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }

/* Interaction */
.cursor-pointer { cursor: pointer; }
.select-none { -webkit-user-select: none; user-select: none; }
.focus\:outline-none:focus { outline: none; }
.focus\:border-blue-600:focus { border-color: #2563eb; }
.focus\:ring-1:focus { box-shadow: 0 0 0 1px #2563eb; }

/* Hover states — important for nav items */
.hover\:text-white:hover { color: #ffffff; }
.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\:bg-blue-500:hover { background-color: #3b82f6; }
.hover\:border-blue-600\/50:hover { border-color: rgba(37,99,235,0.5); }
.hover\:text-slate-300:hover { color: #cbd5e1; }
.hover\:text-slate-400:hover { color: #94a3b8; }
.group:hover .group-hover\:text-white { color: #ffffff; }
.group:hover .group-hover\:text-slate-400 { color: #94a3b8; }
.group:hover .group-hover\:bg-orange-600\/30 { background-color: rgba(234,88,12,0.3); }
.group:hover .group-hover\:bg-blue-600\/30 { background-color: rgba(37,99,235,0.3); }
.group:hover .group-hover\:bg-emerald-600\/30 { background-color: rgba(5,150,105,0.3); }

/* Shadows */
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); }
.shadow-blue-600\/20 { box-shadow: 0 10px 15px -3px rgba(37,99,235,0.2); }

/* Animations */
.animate-pulse { animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.5} }

/* Z-index */
.z-50 { z-index: 50; }
.z-\[100\] { z-index: 100; }

/* Responsive */
@media (min-width: 768px) {
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Input styles */
input[type="text"], input[type="email"], input[type="password"] {
    background-color: #0f1117;
    border: 1px solid #2a2d3e;
    border-radius: 0.5rem;
    color: #e2e8f0;
    font-size: 0.875rem;
    transition: border-color 150ms;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 1px #2563eb;
}
input::placeholder { color: #475569; }

/* Nav active */
.nav-item.active, a.active {
    background-color: rgba(37, 99, 235, 0.2);
    color: #60a5fa;
    border: 1px solid rgba(37, 99, 235, 0.3);
}
