*{box-sizing:border-box;margin:0;padding:0}:root{--background:#0f172a;--foreground:#f1f5f9;--primary:#3b82f6;--secondary:#64748b;--accent:#22c55e;--warning:#f59e0b;--error:#ef4444;--surface:#1e293b;--surface-light:#334155}body{color:var(--foreground);background:linear-gradient(135deg,#1e293b,#0f172a 50%,#1e293b);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"rlig" 1,"calt" 1;min-height:100vh;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.min-h-screen{min-height:100vh}.max-w-4xl{max-width:896px}.mx-auto{margin-left:auto;margin-right:auto}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.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)}@media (min-width:768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.m-4{margin:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.bg-gradient-to-br{background:linear-gradient(135deg,var(--primary),var(--surface),var(--background))}.bg-white\/10{background:rgba(255,255,255,.1)}.bg-blue-500\/30{background:rgba(59,130,246,.3)}.bg-slate-800\/30{background:rgba(30,41,59,.3)}.backdrop-blur-sm{backdrop-filter:blur(4px)}.border{border-width:1px}.border-slate-700\/50{border-color:rgba(51,65,85,.5)}.rounded-xl{border-radius:.75rem}.rounded-lg{border-radius:.5rem}.text-white{color:#ffffff}.text-slate-400{color:#94a3b8}.text-blue-300{color:#93c5fd}.text-blue-400{color:#60a5fa}.text-green-400{color:#4ade80}.text-orange-400{color:#fb923c}.text-purple-400{color:#c084fc}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-6xl{font-size:3.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.button,button{padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:600;transition:all .2s;background:var(--surface);color:var(--foreground)}.hover\\:text-white:hover{color:#ffffff}.hover\\:bg-white\/10:hover{background:rgba(255,255,255,.1)}.transition-all{transition:all .15s ease-in-out}.duration-200{transition-duration:.2s}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.capitalize{text-transform:capitalize}.block{display:block}.inline-block{display:inline-block}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#64748b}