@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--km-bg:#f7f4ef;--km-surface:#fff;--km-ink:#1f2933;--km-muted:#697586;--km-border:#e5ded4;--km-primary:#0179b1;--km-primary-dark:#004c7a;--km-navy:#013762;--km-accent:#47dad6;--km-soft:#e3f1f8;--km-warning:#d97706;--km-danger:#be5a5a}html,body,#root{max-width:100%;overflow-x:hidden}body{background:var(--km-bg);color:var(--km-ink)}}@layer components{@apply min-w-0 w-full rounded-xl border border-[#e5ded4] bg-white px-4 py-3 text-sm text-[#1f2933] outline-none transition placeholder:text-[#9aa4b2] focus:border-[#0179b1] focus:ring-4 focus:ring-[#0179b1]/15;@apply text-sm font-semibold text-[#344054];@apply text-xs leading-5 text-[#697586];}.km-press{transition-property:transform,box-shadow,background-color,border-color,color;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.km-press:active{transform:scale(.98)}.km-focus:focus-visible{outline:none;box-shadow:0 0 0 2px #f7f4ef,0 0 0 4px #0179b1}.km-focus-dark:focus-visible{outline:none;box-shadow:0 0 0 2px #013762,0 0 0 4px #47dad6bf}.km-anim-screen,.km-anim-screen section,.km-anim-screen header,.km-anim-screen aside,.km-anim-screen article,.km-anim-screen div,.km-anim-screen label,.km-anim-screen pre{min-width:0}.km-anim-screen h1,.km-anim-screen h2,.km-anim-screen h3,.km-anim-screen p,.km-anim-screen span,.km-anim-screen pre{overflow-wrap:anywhere}.km-anim-fade-up{animation:.32s cubic-bezier(.22,1,.36,1) both km-fade-up}.km-anim-screen{animation:.26s cubic-bezier(.22,1,.36,1) both km-screen-in}@keyframes km-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes km-screen-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.km-anim-fade-up,.km-anim-screen{animation:none!important}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{body{background:#fff}.no-print{display:none!important}.print-area{color:#000!important;background:#fff!important;display:block!important}}
