@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif;font-size:16px;line-height:1.6;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f1f5f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}a{color:#818cf8;text-decoration:none;font-weight:500;transition:color .2s ease}a:hover{color:#a5b4fc;text-decoration:underline}h1,.text-3xl{font-size:2rem;font-weight:700;line-height:2.5rem;color:#f8fafc;letter-spacing:-.02em}h2,.text-2xl{font-size:1.5rem;font-weight:600;line-height:2rem;color:#f8fafc;letter-spacing:-.01em}h3,.text-xl{font-size:1.25rem;font-weight:600;line-height:1.75rem;color:#e2e8f0}h4,.text-lg{font-size:1.125rem;font-weight:500;line-height:1.6rem;color:#e2e8f0}p,.text-base{font-size:1rem;line-height:1.6rem;color:#cbd5e1}.text-sm{font-size:.875rem;color:#94a3b8}.text-muted{color:#64748b}.flex{display:flex}.grid{display:grid}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.w-full{width:100%}.min-h-screen{min-height:100vh}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-2,.mb-3{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.ml-6{margin-left:1.5rem}.border{border:1px solid #334155}.rounded-sm{border-radius:.25rem}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 3px #0000004d,0 1px 2px #0003}.shadow{box-shadow:0 4px 8px #0006,0 2px 4px #0000004d}.shadow-lg{box-shadow:0 10px 25px #00000080,0 4px 10px #0006}.shadow-xl{box-shadow:0 20px 40px #0009,0 8px 16px #00000080}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:.625rem;padding:.75rem 1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;font-size:.95rem;letter-spacing:.01em;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff1a;transform:translate(-50%,-50%);transition:width .3s,height .3s}.btn:hover:before{width:300px;height:300px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 4px 12px #6366f14d}.btn-primary:hover{background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 6px 16px #6366f166;transform:translateY(-1px)}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.btn-success:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 16px #10b98166;transform:translateY(-1px)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #ef444466;transform:translateY(-1px)}.btn-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 12px #f59e0b4d}.btn-warning:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 6px 16px #f59e0b66;transform:translateY(-1px)}.btn-secondary{background:linear-gradient(135deg,#475569,#334155);color:#f1f5f9;box-shadow:0 4px 12px #4755694d}.btn-secondary:hover{background:linear-gradient(135deg,#334155,#1e293b);box-shadow:0 6px 16px #47556966;transform:translateY(-1px)}.btn-info{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.btn-info:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 16px #3b82f666;transform:translateY(-1px)}.btn-light{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;box-shadow:0 2px 8px #e0e7ff33}.btn-light:hover{background:linear-gradient(135deg,#c7d2fe,#a5b4fc);transform:translateY(-1px)}.btn-sm{padding:.5rem .9rem;font-size:.85rem;border-radius:.5rem;font-weight:500}label{display:block;font-size:.875rem;font-weight:600;color:#cbd5e1;margin-bottom:.45rem;letter-spacing:.01em}.input,.select,textarea{width:100%;padding:.85rem 1rem;border:1.5px solid #334155;border-radius:.75rem;font-size:1rem;font-family:Inter,sans-serif;font-weight:400;background:linear-gradient(135deg,#1e293b,#0f172a);color:#f8fafc;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 2px 4px #0000004d}.input::placeholder,textarea::placeholder{color:#64748b;font-size:.9rem}.input:focus,.select:focus,textarea:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf826,inset 0 2px 4px #0003;outline:none;background:#1e293b}.input:hover,.select:hover,textarea:hover{border-color:#475569}.card{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #00000080,0 2px 4px #0000004d;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:0 8px 20px #0009,0 4px 8px #0006;transform:translateY(-2px)}.table{width:100%;border-collapse:collapse;color:#e2e8f0;font-size:.95rem;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:.75rem;overflow:hidden}.table th,.table td{padding:1rem 1.25rem;text-align:left}.table th{background:linear-gradient(135deg,#334155,#1e293b);font-weight:600;color:#f8fafc;text-transform:uppercase;font-size:.8rem;letter-spacing:.08em;border-bottom:2px solid #475569}.table tr{border-bottom:1px solid #334155;transition:background .2s ease}.table tbody tr:hover{background:#6366f114}.table tbody tr:last-child{border-bottom:none}.alert{padding:1rem 1.25rem;border-radius:.75rem;font-size:.9rem;margin-bottom:1rem;font-weight:500;box-shadow:0 2px 8px #0000004d;border-left:4px solid}.alert-success{background:linear-gradient(135deg,#064e3b,#022c22);color:#6ee7b7;border-color:#10b981}.alert-danger{background:linear-gradient(135deg,#7f1d1d,#450a0a);color:#fca5a5;border-color:#ef4444}.alert-warning{background:linear-gradient(135deg,#78350f,#451a03);color:#fcd34d;border-color:#f59e0b}.alert-info{background:linear-gradient(135deg,#1e3a8a,#1e1b4b);color:#93c5fd;border-color:#3b82f6}.filter-select{appearance:none;background:linear-gradient(135deg,#1e293b,#0f172a);border:1.5px solid #475569;border-radius:.625rem;height:2.5rem;width:6rem;color:#f1f5f9;font-size:.9rem;font-weight:500;padding:0 2rem 0 .85rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);background-image:url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23cbd5e1' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>");background-repeat:no-repeat;background-position:right .6rem center;background-size:1rem;box-shadow:0 2px 6px #0000004d;color-scheme:dark}.filter-select:hover{border-color:#818cf8;box-shadow:0 4px 10px #6366f133}.filter-select:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf833,0 2px 6px #0000004d}.filter-select:disabled{opacity:.5;cursor:not-allowed}.filter-select option{background-color:#0f172a;color:#f1f5f9;padding:.5rem}.filter-select option:hover,.filter-select option:focus,.filter-select option:checked{background-color:#334155;color:#fff}.filter-toggle{background:linear-gradient(135deg,#334155,#1e293b);color:#e2e8f0;font-size:.875rem;font-weight:600;padding:.6rem 1.25rem;border-radius:.625rem;transition:all .25s cubic-bezier(.4,0,.2,1);border:1.5px solid #475569;cursor:pointer;box-shadow:0 2px 6px #0000004d}.filter-toggle:hover{background:linear-gradient(135deg,#475569,#334155);border-color:#64748b;box-shadow:0 4px 10px #0006;transform:translateY(-1px)}.filter-toggle.active{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border-color:#818cf8;box-shadow:0 4px 12px #6366f166}.filter-toggle.active:hover{background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 6px 16px #6366f180}.preview-box{width:220px;height:220px;border-radius:1rem;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b);border:2px solid #334155;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000080,inset 0 2px 4px #0000004d;transition:all .3s ease}.preview-box:hover{border-color:#475569;box-shadow:0 8px 20px #0009,inset 0 2px 4px #0000004d;transform:scale(1.02)}.preview-media{width:100%;height:100%;object-fit:cover;border-radius:inherit}@media (max-width: 768px){h1,.text-3xl{font-size:1.75rem}h2,.text-2xl{font-size:1.35rem}.card{padding:1.25rem}.btn{padding:.7rem 1rem;font-size:.9rem}.table th,.table td{padding:.75rem .85rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card,.alert{animation:fadeIn .4s ease-out}.grid.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2 / span 2}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#475569,#334155);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#64748b,#475569)}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.list-disc{list-style-type:disc}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.text-indigo-400{color:#818cf8}.text-emerald-200{color:#a7f3d0}.text-red-200{color:#fecaca}.text-slate-100{color:#f1f5f9}.text-slate-200{color:#e2e8f0}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.bg-slate-800{background-color:#1e293b}.bg-slate-900{background-color:#0f172a}.border-slate-700{border-color:#334155}.border-slate-800{border-color:#1e293b}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-5xl{max-width:64rem}.mx-auto{margin-left:auto;margin-right:auto}.text-red-400{color:#f87171}.text-red-600{color:#dc2626}.bg-red-900\/30{background-color:#7f1d1d4d}.bg-emerald-900\/30{background-color:#064e3b4d}.bg-slate-900\/60{background-color:#0f172a99}.bg-slate-800\/40{background-color:#1e293b66}.border-red-700{border-color:#b91c1c}.border-emerald-700{border-color:#047857}.border-slate-800\/60{border-color:#1e293b99}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.place-items-center{place-items:center}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.z-50{z-index:50}.opacity-50{opacity:.5}.hover\:bg-slate-800:hover{background-color:#1e293b}.hover\:underline:hover{text-decoration:underline}.transition-all{transition:all .25s ease}.text-xs{font-size:.75rem}code{background:#1e293b;padding:.2rem .4rem;border-radius:.375rem;font-family:Courier New,monospace;font-size:.9em;color:#a5b4fc;border:1px solid #334155}hr{border:none;border-top:1px solid #334155;margin:1.5rem 0}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.btn-back{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.625rem;background:linear-gradient(135deg,#334155,#1e293b);border:1.5px solid #475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0000004d;position:relative;overflow:hidden}.btn-back:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#6366f11a,#4f46e51a);opacity:0;transition:opacity .3s ease}.btn-back svg{width:1.125rem;height:1.125rem;stroke:#cbd5e1;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-back:hover{background:linear-gradient(135deg,#475569,#334155);border-color:#818cf8;box-shadow:0 4px 10px #6366f14d;transform:translate(-2px)}.btn-back:hover:before{opacity:1}.btn-back:hover svg{stroke:#a5b4fc;transform:translate(-2px)}.btn-back:active{transform:translate(0);box-shadow:0 2px 4px #0006}.btn-back:active svg{transform:translate(-4px)}.btn-config{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.75rem;background:linear-gradient(135deg,#334155,#1e293b);border:1.5px solid #475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000004d;font-size:1.25rem;position:relative;overflow:hidden}.btn-config:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#6366f11a,#4f46e51a);opacity:0;transition:opacity .3s ease}.btn-config:hover{background:linear-gradient(135deg,#475569,#334155);border-color:#64748b;box-shadow:0 4px 12px #6366f14d;transform:translateY(-2px)}.btn-config:hover:before{opacity:1}.btn-config:active{transform:translateY(0) rotate(90deg);box-shadow:0 2px 6px #0006}.inline-flex{display:inline-flex}@media (min-width: 768px){.md\:w-28{width:7rem}.md\:w-32{width:8rem}.md\:w-40{width:10rem}.md\:w-56{width:14rem}.md\:w-60{width:15rem}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:px-0{padding-left:0;padding-right:0}}
