@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap";:root{--primary:#00236f;--primary-container:#1e3a8a;--on-primary:#fff;--on-primary-fixed:#00164e;--on-primary-fixed-variant:#264191;--primary-fixed:#dce1ff;--surface-tint:#4059aa;--inverse-primary:#b6c4ff;--secondary:#855300;--secondary-container:#fea619;--on-secondary-container:#684000;--background:#f6fafe;--surface:#f6fafe;--surface-bright:#f6fafe;--surface-dim:#d6dade;--surface-container-lowest:#fff;--surface-container-low:#f0f4f8;--surface-container:#eaeef2;--surface-container-high:#e4e9ed;--surface-container-highest:#dfe3e7;--on-surface:#171c1f;--on-surface-variant:#444651;--outline:#757682;--outline-variant:#c5c5d3;--error:#ba1a1a;--error-container:#ffdad6;--on-error-container:#93000a;--gradient:linear-gradient(135deg, #00236f 0%, #1e3a8a 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{background:var(--background);color:var(--on-surface);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:Inter,sans-serif}.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;vertical-align:middle;-webkit-user-select:none;user-select:none;direction:ltr;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffd1}.industrial-gradient{background:var(--gradient)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--outline-variant);border-radius:99px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.fade-in{animation:.25s both fadeIn}.slide-up{animation:.3s both slideUp}.pb-safe{padding-bottom:env(safe-area-inset-bottom,16px)}
