:root{--c-bg: #0a0a0f;--c-bg-card: rgba(24, 24, 28, .9);--c-bg-elevated: #18181c;--c-bg-sider: #111118;--c-bg-hover: rgba(255,255,255,.05);--c-border: rgba(255,255,255,.06);--c-text-1: #ffffff;--c-text-2: #e2e8f0;--c-text-3: #9ca3af;--c-text-4: #6b7280;--c-text-5: #4b5563;--c-gold: #d4a853;--c-gold-bg: rgba(212,168,83,.15);--c-gold-border: rgba(212,168,83,.3);--c-scrollbar: rgba(255,255,255,.12);--c-scrollbar-hover: rgba(212,168,83,.4);--c-autofill-bg: #111827}body.light-theme{--c-bg: #f5f7fa;--c-bg-card: #ffffff;--c-bg-elevated: #ffffff;--c-bg-sider: #ffffff;--c-bg-hover: rgba(0,0,0,.04);--c-border: rgba(0,0,0,.08);--c-text-1: #1a1a2e;--c-text-2: #374151;--c-text-3: #6b7280;--c-text-4: #9ca3af;--c-text-5: #d1d5db;--c-gold: #b8922e;--c-gold-bg: rgba(212,168,83,.08);--c-gold-border: rgba(212,168,83,.2);--c-scrollbar: rgba(0,0,0,.1);--c-scrollbar-hover: rgba(212,168,83,.3);--c-autofill-bg: #ffffff}*,*:before,*:after{margin:0;box-sizing:border-box}html,body,#app{width:100%;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px}body{background:var(--c-bg);color:var(--c-text-2);transition:background .3s,color .3s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--c-scrollbar);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--c-scrollbar-hover)}a{text-decoration:none}.admin-card{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:.75rem;transition:background .3s,border-color .3s}.gold-gradient{background:linear-gradient(135deg,#c49840,#d4a853 40%,#8b6914)}.flex{display:flex}.grid{display:grid}.inline-flex{display:inline-flex}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.shrink-0{flex-shrink:0}.min-w-0{min-width:0}.min-h-screen{min-height:100vh}.gap-1{gap:4px}.gap-1\.5{gap:6px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.gap-x-4{column-gap:16px}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.px-5{padding-left:20px;padding-right:20px}.py-4{padding-top:16px;padding-bottom:16px}.mb-1{margin-bottom:4px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.mt-0\.5{margin-top:2px}.mt-1{margin-top:4px}.mr-1{margin-right:4px}.ml-auto{margin-left:auto}.w-6{width:24px}.w-8{width:32px}.w-10{width:40px}.w-12{width:48px}.h-6{height:24px}.h-8{height:32px}.h-10{height:40px}.h-12{height:48px}.h-14{height:56px}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-white{color:var(--c-text-1)}.text-gray-400{color:var(--c-text-3)}.text-gray-500{color:var(--c-text-4)}.text-gray-600{color:var(--c-text-5)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.text-center{text-align:center}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:12px}.rounded-lg{border-radius:8px}.border-b{border-bottom:1px solid var(--c-border)}.last\:border-b-0:last-child{border-bottom:none}.cursor-pointer{cursor:pointer}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--c-autofill-bg) inset!important;-webkit-text-fill-color:var(--c-text-1)!important;caret-color:var(--c-text-1)!important;transition:background-color 5000s ease-in-out 0s}
