:root{--color-brand-primary: #137cc0;--color-brand-deep: #0c6aa6;--color-brand-accent: #18a0dd;--color-today-band: #e3f1fb;--color-text-primary: #10243a;--color-text-secondary: #5b7186;--color-text-muted: #7c8ea0;--color-text-faint: #9fb0c0;--color-bg-app: #f4f6f9;--color-bg-surface: #ffffff;--color-bg-zebra: #f5f8fb;--color-bg-login: linear-gradient(160deg, #eef4f9, #dfeaf4);--color-border-default: #dbe4ec;--color-border-subtle: #e8eef4;--color-border-topbar: #e3e9ef;--color-accentbar-person: #bcd5e8;--color-pill-blue-bg: #d9edfb;--color-pill-blue-text: #0c5a8f;--color-success: #1aa260;--color-success-bg: #e3f5ec;--color-success-text: #127a48;--color-warning: #e8932a;--color-warning-bg: #fef3e2;--color-warning-border: #f6d9a8;--color-warning-text: #8a5a14;--color-danger: #c0504a;--color-danger-border: #f0d2d2}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Golos Text,system-ui,sans-serif;font-size:16px;color:var(--color-text-primary);background-color:var(--color-bg-app);-webkit-font-smoothing:antialiased}#root{min-height:100vh}@keyframes boardPageIn{0%{opacity:0}to{opacity:1}}.board-page-in{animation:boardPageIn .7s ease-in-out both}@media (prefers-reduced-motion: reduce){.board-page-in{animation:none}}@keyframes boardProgress{0%{width:100%}to{width:0%}}.board-progress-fill{width:100%;height:100%;border-radius:999px;animation-name:boardProgress;animation-timing-function:linear;animation-fill-mode:forwards}
