:root{--bic-primary: #131d4e;--bic-primary-hover: #1b2a6b;--bic-primary-active: #0f173f;--bic-primary-soft: #e8ecf8;--bic-surface-soft: #eef2fb;--bic-surface-hover: #e2e9fb;--bic-border-soft: #d6def5;--bic-border-hover: #c2d0f2;--bic-white: #ffffff;--bic-text-primary: #131d4e;--bic-text-on-primary: #ffffff}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--p-text-color);background:var(--bic-surface-soft)}.p-datepicker-panel.bic-datepicker-dialog{position:fixed!important;top:50%!important;left:50%!important;max-width:calc(100vw - 2rem);transform:translate(-50%,-50%)}.bic-datepicker-enter-active{animation:bic-datepicker-fade-in .15s ease-out}.bic-datepicker-leave-active{animation:bic-datepicker-fade-out .15s ease-in}@keyframes bic-datepicker-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bic-datepicker-fade-out{0%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){.bic-datepicker-enter-active,.bic-datepicker-leave-active{animation-duration:1ms}}
