@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary-green:#2d6a4f;--primary-light:#40916c;--primary-dark:#1b4332;--accent-green:#d8f3dc;--bg-cream:#f5f1eb;--bg-white:#fff;--text-dark:#1f2937;--text-muted:#6b7280;--border-light:#e5e7eb;--danger:#ef4444;--warning:#f59e0b;--success:#10b981;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-cream);color:var(--text-dark);min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--primary-dark);font-weight:600;line-height:1.25}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.container{max-width:1200px;padding:0 var(--spacing-md);margin:0 auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.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))}.card{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--spacing-lg);border:1px solid var(--border-light);transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary-green);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-outline{border:1px solid var(--border-light);color:var(--text-dark);background-color:#0000}.btn-outline:hover{background-color:var(--bg-cream);border-color:var(--primary-green);color:var(--primary-green)}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.main-layout{min-height:100vh;display:flex}.content-area{padding:var(--spacing-xl);background-color:var(--bg-cream);flex:1;margin-left:260px}
.Sidebar-module__WZVnLW__sidebar{background-color:var(--primary-dark);color:#fff;border-right:1px solid #ffffff1a;flex-direction:column;width:260px;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.Sidebar-module__WZVnLW__logo{justify-content:center;align-items:center;margin-bottom:3rem;padding:.5rem;display:flex}.Sidebar-module__WZVnLW__logoImage{width:auto;max-width:100%;height:auto}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.Sidebar-module__WZVnLW__navItem{color:#ffffffb3;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__navItem:hover{color:#fff;background-color:#ffffff0d}.Sidebar-module__WZVnLW__active{background-color:var(--primary-green);color:#fff;box-shadow:0 4px 12px #2d6a4f66}.Sidebar-module__WZVnLW__active:hover{background-color:var(--primary-green)}.Sidebar-module__WZVnLW__userProfile{border-top:1px solid #ffffff1a;align-items:center;gap:.75rem;padding-top:1.5rem;display:flex}.Sidebar-module__WZVnLW__avatar{color:#fff;background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:600;display:flex}.Sidebar-module__WZVnLW__userInfo{flex:1}.Sidebar-module__WZVnLW__userName{color:#fff;font-size:.875rem;font-weight:600}.Sidebar-module__WZVnLW__userRole{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.Sidebar-module__WZVnLW__logoutBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__logoutBtn:hover{color:#ef4444;background-color:#ffffff1a}
