@import "https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700;800&family=Montserrat:wght@500;600;700;800&family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap";
:root{--portal-brand-surface:#f0eee8;--portal-brand-background:#f9f9f7;--admin-brand-surface:#f0eee8;--admin-brand-background:#f9f9f7;--color-primary:#bc012e;--color-primary-dark:#9a0126;--color-primary-light:#e8344f;--color-bg-cream:var(--portal-brand-background,var(--admin-brand-background,#f9f9f7));--color-bg-white:#fff;--color-bg-card:var(--portal-brand-surface,var(--admin-brand-surface,#f0eee8));--color-bg-sidebar:var(--portal-brand-background,var(--admin-brand-background,#f9f9f7));--color-bg-page:var(--portal-brand-background,var(--admin-brand-background,#f9f9f7));--color-bg-muted:#e5e7eb;--color-bg-input:#fff;--color-bg-surface-hover:color-mix(in srgb, var(--color-bg-card) 82%, var(--color-bg-white) 18%);--color-text-dark:#1a1a1a;--color-text-medium:#4a4a4a;--color-text-secondary:#64748b;--color-text-low:#5f6368;--color-text-light:#888;--color-text-tertiary:#9ca3af;--color-text-white:#fff;--color-input-text:#1a1a1a;--color-success:#22c55e;--color-error:#ef4444;--color-warning:#f59e0b;--color-border:#e0e0e0;--color-border-card:#e9e7de;--color-border-light:#f0f0f0;--color-border-hover:#b8c0cc;--color-border-active:#4b5563;--color-border-success:#a5d6a7;--color-border-error:#ef9a9a;--color-border-primary-subtle:#bc012e33;--color-focus-ring-neutral:#4755692e;--color-bg-hover-neutral:#47556905;--color-bg-active-neutral:#4755690d;--color-bg-success-subtle:#e8f5e9;--color-bg-error-subtle:#ffebee;--color-bg-primary-subtle:#bc012e14;--color-bg-glass:#ffffffbf;--color-bg-glass-hover:#fffffff2;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 15px #0000001a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--spacing-xs:clamp(.1875rem, .15rem + .15vw, .25rem);--spacing-sm:clamp(.375rem, .325rem + .2vw, .5rem);--spacing-md:clamp(.75rem, .65rem + .4vw, 1rem);--spacing-lg:clamp(1rem, .85rem + .6vw, 1.5rem);--spacing-xl:clamp(1.25rem, 1rem + 1vw, 2rem);--spacing-2xl:clamp(1.5rem, 1.15rem + 1.4vw, 3rem);--font-xs:clamp(.6875rem, .65rem + .15vw, .75rem);--font-sm:clamp(.8125rem, .775rem + .15vw, .875rem);--font-md:clamp(.9375rem, .9rem + .15vw, 1rem);--font-lg:clamp(1rem, .95rem + .2vw, 1.125rem);--font-xl:clamp(1.125rem, 1.05rem + .3vw, 1.25rem);--font-2xl:clamp(1.25rem, 1.15rem + .4vw, 1.5rem);--font-3xl:clamp(1.5rem, 1.3rem + .8vw, 2rem);--font-4xl:clamp(1.75rem, 1.5rem + 1vw, 2.5rem);--sidebar-expanded-width:200px;--sidebar-collapsed-width:88px;--sidebar-width:var(--sidebar-expanded-width);--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.35s ease}[data-theme=dark]{--color-bg-cream:#111827;--color-bg-white:#1f2937;--color-bg-card:#1f2937;--color-bg-sidebar:#1f2937;--color-bg-page:#0f172a;--color-bg-muted:#94a3b81f;--color-bg-surface-hover:#334155b8;--color-text-dark:#e8eef7;--color-text-medium:#c8d2e0;--color-text-secondary:#aab7c8;--color-text-low:#96a4b7;--color-text-light:#8697aa;--color-text-tertiary:#7d8fa7;--color-text-white:#f1f5f9;--color-border:#94a3b838;--color-border-card:#94a3b829;--color-border-light:#94a3b81a;--color-border-hover:#cbd5e16b;--color-border-active:#cbd5e1;--color-border-success:#22c55e80;--color-border-error:#ef444480;--color-border-primary-subtle:#bc012e66;--color-focus-ring-neutral:#cbd5e13d;--color-bg-hover-neutral:#94a3b817;--color-bg-active-neutral:#94a3b824;--color-bg-success-subtle:#22c55e26;--color-bg-error-subtle:#ef444426;--color-bg-primary-subtle:#bc012e40;--color-bg-glass:#ffffff0d;--color-bg-glass-hover:#ffffff1a;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px #0006;--shadow-lg:0 10px 15px #00000080;--color-bg-input:#111827;--color-input-text:#e8eef7}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;color:var(--color-text-dark);background-color:var(--color-bg-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:filter .18s,box-shadow .18s,transform .18s}button:hover:not(:disabled){filter:brightness(.98)}button:disabled{cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:inherit}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background-color:var(--color-bg-input);color:var(--color-input-text);border-color:var(--color-border)}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--color-text-light)}img,svg{max-width:100%;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-cream)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-light)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;box-shadow:0 0 0 3px #ffffffe6,0 0 0 6px #bc012e59}::selection{background-color:var(--color-primary);color:var(--color-text-white)}@media (max-width:768px){button,a{min-height:44px}input,select,textarea{font-size:16px!important}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{overflow-x:hidden}}@keyframes slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.5s ease-out forwards slide-up}
