@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--background:#09090b;--foreground:#f8fafc;--card:#12121773;--card-border:#ffffff14;--card-hover-border:#6366f14d;--primary:#6366f1;--primary-foreground:#fff;--secondary:#1e293b;--secondary-foreground:#f8fafc;--muted:#1e293b;--muted-foreground:#94a3b8;--accent:#8b5cf6;--success:#10b981;--destructive:#ef4444;--destructive-foreground:#fff;--border:#ffffff1a;--input:#0f0f1499;--ring:#6366f180;--radius:1rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;background-color:#09090b;background-image:radial-gradient(circle at 15%,#6366f11f,#0000 40%),radial-gradient(circle at 85% 30%,#8b5cf61f,#0000 40%),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-height:100vh;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;animation:15s ease-in-out infinite alternate bgFloat}@keyframes bgFloat{0%{background-position:0 0}to{background-position:100% 100%}}a{color:inherit;text-decoration:none}.glass,.glass-panel{background:var(--card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:0 8px 32px #0000004d}.card{padding:1.5rem;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:50%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.card:hover{border-color:var(--card-hover-border);transform:translateY(-4px);box-shadow:0 15px 35px -5px #00000080,0 0 15px #6366f126}.card:hover:before{left:150%}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;box-shadow:0 4px 15px #6366f166}.btn-primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #6366f199}.btn-secondary{color:var(--foreground);background:#ffffff0d;border:1px solid #ffffff1a}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.btn-outline{color:var(--foreground);background:0 0;border:1px solid #ffffff26}.btn-outline:hover{background:#ffffff14}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-items:center;padding:.2rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.badge-default{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff}.input{border:1px solid var(--border);background:var(--input);width:100%;height:2.75rem;color:var(--foreground);border-radius:.75rem;padding:.5rem 1rem;font-size:.875rem;transition:all .3s;display:flex}.input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #6366f133}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.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)}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.m-0{margin:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pl-7{padding-left:1.75rem}.w-full{width:100%}.h-full{height:100%}.w-auto{width:auto}.h-9{height:2.25rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-8{width:2rem}.h-8{height:2rem}.w-12{width:3rem}.h-12{height:3rem}.w-16{width:4rem}.h-16{height:4rem}.h-64{height:16rem}.h-80{height:20rem}.max-w-5xl{max-width:64rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.75rem}.rounded-full{border-radius:9999px}.border{border:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-b-2{border-bottom:2px solid var(--border)}.border-0{border:0}.border-transparent{border-color:#0000}.border-border{border-color:var(--border)}.border-border\/50{border-color:#ffffff0d}.border-primary{border-color:var(--primary)}.border-primary\/20{border-color:#6366f133}.border-destructive\/20{border-color:#ef444433}.bg-transparent{background-color:#0000}.bg-primary{background-color:var(--primary)}.bg-primary\/5{background-color:#6366f10d}.bg-primary\/20{background-color:#6366f133}.bg-destructive{background-color:var(--destructive)}.bg-destructive\/5{background-color:#ef44440d}.bg-destructive\/20{background-color:#ef444433}.bg-success\/20{background-color:#10b98133}.bg-accent\/20{background-color:#8b5cf633}.bg-secondary{background-color:#ffffff0d}.bg-black\/20{background-color:#0003}.bg-muted{background-color:var(--muted)}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-destructive{color:var(--destructive)}.text-destructive-foreground{color:var(--destructive-foreground)}.text-success{color:#34d399}.text-accent{color:#a78bfa}.text-muted-foreground{color:var(--muted-foreground)}.text-foreground{color:var(--foreground)}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.text-center{text-align:center}.whitespace-pre-wrap{white-space:pre-wrap}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.cursor-pointer{cursor:pointer}.flex-shrink-0{flex-shrink:0}.last\:border-0:last-child{border-width:0}.last\:pb-0:last-child{padding-bottom:0}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-layout{min-height:100vh;display:flex}.sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0fcc;border-right:1px solid #ffffff0d;flex-direction:column;width:260px;padding:2rem 1.5rem;display:flex}.main-content{flex-direction:column;flex:1;display:flex;overflow-x:hidden}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0f66;border-bottom:1px solid #ffffff0d;align-items:center;height:4.5rem;padding:0 2.5rem;display:flex}.page-content{flex:1;padding:2.5rem}.table-container{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #ffffff0d;padding:1.25rem}th{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;background:#0003;font-size:.875rem;font-weight:600}tr:last-child td{border-bottom:none}tr:hover td{background:#ffffff08}
