@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--color-bg:#fafafa;--color-bg-deep:#f4f8fa;--color-bg-subtle:#f8fbfc;--color-surface:#fafafa;--color-surface-secondary:#f8fbfc;--color-surface-elevated:#f0f6f9;--color-surface-hover:#ebf3f7;--color-surface-2:#bfd8e3;--color-azure-light:#bfd8e3;--color-azure-tint:#bfd8e359;--color-muted:#e2ecf1;--color-slate:#556872;--color-text-primary:#141414;--color-text-secondary:#475863;--color-text-muted:#7a8e99;--color-text-inverse:#fafafa;--color-success:#16a34a;--color-error:#dc2626;--color-warning:#d97706;--color-disabled:#cbd5e1;--color-border:#d5e4ec;--color-border-light:#e8f0f4;--color-border-focus:#00638e;--color-accent:#00638e;--color-accent-hover:#004a6b;--color-accent-subtle:#00638e1f;--color-accent-glow:#00638e47;--gradient-branding:linear-gradient(135deg, #004a6b 0%, #00638e 60%, #8cb9cc 100%);--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"Geist Mono", "Fira Code", "Cascadia Code", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000d, 0 1px 2px #00000008;--shadow-md:0 4px 14px #004a6b14, 0 2px 6px #0000000a;--shadow-lg:0 12px 36px #004a6b1f, 0 4px 12px #0000000d;--shadow-glow:0 4px 20px #00638e40;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s ease;--sidebar-width:320px;--topbar-height:56px;--input-bar-height:72px}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-weight-normal);color:var(--color-text-primary);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);color:var(--color-text-primary);line-height:1.25}p{line-height:1.65}a{color:var(--color-accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent-hover)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-muted);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-surface-2)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}::selection{color:var(--color-text-primary);background:#00638e2e}input,textarea,select,button{font-family:inherit;font-size:inherit}button{cursor:pointer;background:0 0;border:none}input[type=checkbox]{accent-color:var(--color-accent);cursor:pointer;width:16px;height:16px}.visually-hidden{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cookie-banner{bottom:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:min(480px,100vw - 2rem);padding:var(--space-5) var(--space-6);box-shadow:var(--shadow-lg);z-index:9999;gap:var(--space-4);flex-direction:column;display:flex;position:fixed;left:50%;transform:translate(-50%)}.cookie-banner__text{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.5}.cookie-banner__actions{gap:var(--space-3);justify-content:flex-end;display:flex}
.CookieBanner-module__BJ4TGG__banner{bottom:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:min(480px,100vw - 2rem);padding:var(--space-5) var(--space-6);box-shadow:var(--shadow-lg);z-index:9999;gap:var(--space-4);flex-direction:column;animation:.35s CookieBanner-module__BJ4TGG__slideUp;display:flex;position:fixed;left:50%;transform:translate(-50%)}@keyframes CookieBanner-module__BJ4TGG__slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.CookieBanner-module__BJ4TGG__text{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.5}.CookieBanner-module__BJ4TGG__actions{gap:var(--space-3);justify-content:flex-end;display:flex}.CookieBanner-module__BJ4TGG__btnDecline{padding:var(--space-2) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:var(--text-sm);cursor:pointer;transition:border-color var(--transition-fast), color var(--transition-fast);background:0 0}.CookieBanner-module__BJ4TGG__btnDecline:hover{border-color:var(--color-text-secondary);color:var(--color-text-primary)}.CookieBanner-module__BJ4TGG__btnAccept{padding:var(--space-2) var(--space-4);background:var(--color-accent);border-radius:var(--radius-md);color:#fff;font-size:var(--text-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:background var(--transition-fast)}.CookieBanner-module__BJ4TGG__btnAccept:hover{background:var(--color-accent-hover)}
