@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Outfit", var(--font-sans);--background:140 15% 98%;--foreground:160 25% 12%;--card:0 0% 100%;--card-foreground:160 25% 12%;--card-border:140 10% 90%;--popover:0 0% 100%;--popover-foreground:160 25% 12%;--primary:152 65% 38%;--primary-foreground:152 70% 97%;--primary-hover:152 65% 30%;--secondary:140 10% 92%;--secondary-foreground:160 20% 20%;--secondary-hover:140 10% 86%;--muted:140 8% 94%;--muted-foreground:160 8% 45%;--accent:152 30% 92%;--accent-foreground:152 65% 25%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:140 10% 88%;--input:140 10% 92%;--ring:152 65% 38%;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000a, 0 4px 6px -2px #00000005;--shadow-elegant:0 20px 25px -5px #10b9810d, 0 10px 10px -5px #10b98105;--glass-bg:#ffffffb3;--glass-blur:12px}@media (prefers-color-scheme:dark){:root:not(.light-theme){--background:160 20% 8%;--foreground:160 15% 94%;--card:160 20% 10%;--card-foreground:160 15% 94%;--card-border:160 15% 14%;--popover:160 20% 9%;--popover-foreground:160 15% 94%;--primary:152 65% 42%;--primary-foreground:160 20% 8%;--primary-hover:152 65% 48%;--secondary:160 12% 16%;--secondary-foreground:160 10% 85%;--secondary-hover:160 12% 22%;--muted:160 12% 14%;--muted-foreground:160 8% 60%;--accent:152 30% 16%;--accent-foreground:152 65% 75%;--destructive:350 80% 55%;--destructive-foreground:0 0% 100%;--border:160 12% 15%;--input:160 12% 15%;--ring:152 65% 42%;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006, 0 2px 4px -1px #0003;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -2px #0000004d;--shadow-elegant:0 20px 25px -5px #00000080;--glass-bg:#121816bf}}.dark{--background:160 20% 8%;--foreground:160 15% 94%;--card:160 20% 10%;--card-foreground:160 15% 94%;--card-border:160 15% 14%;--popover:160 20% 9%;--popover-foreground:160 15% 94%;--primary:152 65% 42%;--primary-foreground:160 20% 8%;--primary-hover:152 65% 48%;--secondary:160 12% 16%;--secondary-foreground:160 10% 85%;--secondary-hover:160 12% 22%;--muted:160 12% 14%;--muted-foreground:160 8% 60%;--accent:152 30% 16%;--accent-foreground:152 65% 75%;--destructive:350 80% 55%;--destructive-foreground:0 0% 100%;--border:160 12% 15%;--input:160 12% 15%;--ring:152 65% 42%;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006, 0 2px 4px -1px #0003;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -2px #0000004d;--shadow-elegant:0 20px 25px -5px #00000080;--glass-bg:#121816bf}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;font-family:var(--font-sans);background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .3s,color .3s}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:hsl(var(--foreground));font-weight:600;line-height:1.25}a{color:hsl(var(--primary));text-decoration:none;transition:color .2s}a:hover{color:hsl(var(--primary-hover))}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}.card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid hsl(var(--card-border));border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s}.card:hover{box-shadow:var(--shadow-elegant);border-color:#22c55e40}.card-header{margin-bottom:1.25rem}.card-title{letter-spacing:-.02em;font-size:1.25rem;font-weight:600}.card-description{color:hsl(var(--muted-foreground));margin-top:.25rem;font-size:.875rem}.btn{border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover:not(:disabled){background-color:hsl(var(--primary-hover));box-shadow:0 4px 12px #10b98133}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover:not(:disabled){background-color:hsl(var(--secondary-hover))}.btn-outline{border:1px solid hsl(var(--border));color:hsl(var(--foreground));background-color:#0000}.btn-outline:hover:not(:disabled){background-color:hsl(var(--muted));border-color:hsl(var(--muted-foreground))}.btn-ghost{color:hsl(var(--foreground));background-color:#0000}.btn-ghost:hover:not(:disabled){background-color:hsl(var(--muted))}.btn-danger{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-danger:hover:not(:disabled){background-color:#be123c}.btn-icon{border-radius:50%;padding:.5rem}.form-group{flex-direction:column;gap:.375rem;margin-bottom:1.25rem;display:flex}.form-label{color:hsl(var(--foreground));font-size:.875rem;font-weight:500}.form-input,.form-select,.form-textarea{border-radius:var(--radius-md);border:1px solid hsl(var(--border));background-color:hsl(var(--card));width:100%;color:hsl(var(--foreground));outline:none;padding:.625rem .875rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px #22c55e26}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.table-container{border:1px solid hsl(var(--card-border));border-radius:var(--radius-md);background:hsl(var(--card));width:100%;overflow-x:auto}.table{border-collapse:collapse;text-align:left;width:100%}.table th,.table td{border-bottom:1px solid hsl(var(--card-border));padding:.875rem 1.25rem}.table th{color:hsl(var(--muted-foreground));background-color:hsl(var(--muted));text-transform:uppercase;font-size:.875rem;font-weight:600;font-family:var(--font-heading);letter-spacing:.05em}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background-color:#22c55e05}.badge{border-radius:9999px;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-default{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.badge-success{color:#059669;background-color:#10b9811f}.badge-warning{color:#d97706;background-color:#f59e0b1f}.badge-danger{color:#dc2626;background-color:#ef44441f}.badge-info{color:#2563eb;background-color:#3b82f61f}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background-color:hsl(var(--card));border:1px solid hsl(var(--card-border));border-radius:var(--radius-lg);width:90%;max-width:550px;box-shadow:var(--shadow-lg);padding:1.75rem;animation:.2s cubic-bezier(.16,1,.3,1) scaleUp;position:relative}.modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.modal-title{font-size:1.35rem}.modal-close{cursor:pointer;color:hsl(var(--muted-foreground));background:0 0;border:none;font-size:1.5rem;line-height:1}.modal-close:hover{color:hsl(var(--foreground))}.modal-footer{justify-content:flex-end;gap:.75rem;margin-top:1.75rem;display:flex}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.flex-1{flex:1}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (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\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}}.m-0{margin:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.text-center{text-align:center}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:hsl(var(--muted-foreground))}.font-semibold{font-weight:600}.font-medium{font-weight:500}.pulse-active{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}
