@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--background:220 20% 97%;--foreground:220 15% 10%;--card:0 0% 100%;--card-foreground:220 15% 10%;--primary:94 65% 52%;--primary-foreground:0 0% 100%;--muted:220 10% 95%;--muted-foreground:220 15% 50%;--accent:45 90% 50%;--border:220 15% 90%;--ring:94 65% 52%;--radius:16px;--sidebar-width:260px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}.glass-panel{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:0 4px 20px #00000008}.button-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));cursor:pointer;border:none;border-radius:20px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 15px #76d13b40}.button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #76d13b59}.button-secondary{border:1px solid hsl(var(--border));color:hsl(var(--foreground));cursor:pointer;background:0 0;border-radius:20px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.button-secondary:hover{background:hsl(var(--muted));border-color:hsl(var(--muted-foreground))}.input-field{background:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--foreground));border-radius:12px;width:100%;padding:.75rem 1rem;font-family:inherit;transition:all .2s;box-shadow:inset 0 2px 4px #00000003}.input-field:focus{border-color:hsl(var(--ring));outline:none;box-shadow:0 0 0 3px #76d13b26}.input-label{color:hsl(var(--foreground));margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.layout-container{background-color:hsl(var(--background));min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background-color:hsl(var(--card));border-right:1px solid hsl(var(--border));z-index:10;flex-direction:column;gap:2.5rem;height:100vh;padding:2rem 1.25rem;display:flex;position:sticky;top:0}.sidebar-logo{color:hsl(var(--foreground));align-items:center;gap:.75rem;padding:0 .5rem;font-size:1.25rem;font-weight:700;display:flex}.sidebar-logo-icon{background:hsl(var(--primary));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.nav-link{color:hsl(var(--muted-foreground));border-radius:20px;align-items:center;gap:1rem;margin-bottom:.25rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-link:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.nav-link.active{color:hsl(var(--primary));border:1px solid hsl(var(--primary));background:#76d13b0d}.main-content{flex-direction:column;flex:1;display:flex;overflow-x:hidden}.header{background-color:hsl(var(--card));border-bottom:1px solid hsl(var(--border));z-index:9;justify-content:space-between;align-items:center;height:80px;padding:0 2rem;display:flex;position:sticky;top:0}.header-search{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:20px;align-items:center;gap:.5rem;width:300px;padding:.5rem 1rem;display:flex}.header-search input{background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.content-area{flex:1;padding:2rem}h1,h2,h3,h4{letter-spacing:-.01em;color:hsl(var(--foreground));font-weight:600}h1{margin-bottom:.25rem;font-size:1.75rem}.page-description{color:hsl(var(--muted-foreground));margin-bottom:2rem;font-size:.95rem}.badge-status{text-transform:uppercase;letter-spacing:.05em;border-radius:12px;align-items:center;gap:.25rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{color:hsl(var(--primary));background:#76d13b26}.badge-warning{color:#d49a00;background:#ffb80026}.badge-error{color:#ff4d4f;background:#ff4d4f26}
