@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 240 5.9% 10%;--primary-foreground: 0 0% 98%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 10% 3.9%;--radius: .5rem}*{box-sizing:border-box;border-color:hsl(var(--border))}body{margin:0;font-family:Inter,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;line-height:1.5}.container{width:100%;max-width:1400px;margin:0 auto;padding:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;font-weight:600;letter-spacing:-.025em}.text-3xl{font-size:1.875rem;font-weight:700}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-muted{color:hsl(var(--muted-foreground))}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-size:.875rem;font-weight:500;height:2.5rem;padding:0 1rem;cursor:pointer;transition:all .2s;border:1px solid transparent;outline:none}.btn:hover{opacity:.9}.btn:focus-visible{ring:2px hsl(var(--ring));ring-offset:2px}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-outline{border-color:hsl(var(--input));background:transparent;color:hsl(var(--foreground))}.btn-outline:hover{background-color:hsl(var(--accent))}.btn-ghost{background:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--accent))}.btn-danger{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-sm{height:2rem;padding:0 .75rem;font-size:.75rem}.btn-lg{height:3rem;padding:0 2rem;font-size:1rem}.btn-icon{width:2.5rem;padding:0}.input{display:flex;height:2.5rem;width:100%;border-radius:var(--radius);border:1px solid hsl(var(--input));background-color:transparent;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.input:focus{outline:none;border-color:hsl(var(--ring))}.card{border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--card));color:hsl(var(--card-foreground));padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;font-weight:600}.badge-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.badge-outline{border:1px solid hsl(var(--border))}.badge-success{background-color:#dcfce7;color:#166534}.badge-danger{background-color:#fee2e2;color:#991b1b}.table-container{width:100%;overflow-x:auto;border-radius:var(--radius);border:1px solid hsl(var(--border))}table{width:100%;border-collapse:collapse;font-size:.875rem}thead tr{border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--muted)/.5)}tbody tr{border-bottom:1px solid hsl(var(--border))}th{height:3rem;padding:0 1rem;text-align:left;font-weight:500;color:hsl(var(--muted-foreground))}td{padding:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center}.modal{background-color:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);width:100%;max-width:500px;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a}.spinner{border:2px solid hsl(var(--muted));border-top-color:hsl(var(--primary));border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sidebar{width:250px;background-color:hsl(var(--card));border-right:1px solid hsl(var(--border));height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));text-decoration:none;border-radius:var(--radius);margin:0 .5rem}.sidebar-item:hover,.sidebar-item.active{background-color:hsl(var(--secondary));color:hsl(var(--foreground))}.main-content{margin-left:250px;min-height:100vh;background-color:hsl(var(--background))}
