@import "https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap";
@layer base{:root{--background:#fff;--foreground:#0a2540;--muted:#6b7280;--border:#e5e7eb;--accent:#1a6b4a;--accent-light:#e8f5ef;--color-forest-green:#2d5016;--color-dark-navy:#0a1628;--font-heading:"Exo",sans-serif;--font-body:"Open Sans",sans-serif}@media (prefers-color-scheme:dark){:root{--background:#0f1923;--foreground:#e8f0fe;--muted:#9ca3af;--border:#1f2937;--accent:#2d9e6e;--accent-light:#0d2e1f;--color-forest-green:#6fcf97;--color-dark-navy:#e8f0fe}}body{background:var(--background);color:var(--foreground);font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading),sans-serif}}.admin-sidebar{display:none!important}.admin-bottombar{background:var(--background);border-top:1px solid var(--border);z-index:100;justify-content:space-around;align-items:center;height:56px;position:fixed;bottom:0;left:0;right:0;display:flex!important}@media (min-width:768px){.admin-sidebar{flex-direction:column;display:flex!important}.admin-bottombar{display:none!important}.admin-main{margin-left:220px!important;padding:2rem!important}}@media (max-width:767px){.admin-main{margin-left:0!important;padding:1rem 1rem 80px!important}}@media (hover:hover){a[style*=border]:hover{border-color:var(--accent)!important}}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:28px!important}@supports (padding:env(safe-area-inset-bottom)){.admin-bottombar{padding-bottom:env(safe-area-inset-bottom)}}
