:root{--navy:#234b6c;--navy-dark:#1a3a54;--green:#97af95;--green-dark:#77937a;--bone:#e9e0d2;--bone-light:#f5f1e9;--ink:#20272e;--slate:#6b7280;--surface:#fff;--border:#ece8df;--page-bg:#faf9f6}[data-theme=dark]{--navy:#5b8fbf;--navy-dark:#7ba6d1;--green:#9fc29b;--green-dark:#b7d4b3;--bone:#3a362e;--bone-light:#262420;--ink:#edeae3;--slate:#9ba3ae;--surface:#1b1f23;--border:#33393f;--page-bg:#121517}*{box-sizing:border-box}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{margin:0;-webkit-font-smoothing:antialiased;background:var(--page-bg);color:var(--ink);transition:background .2s ease,color .2s ease}img{transition:filter .2s ease}[data-theme=dark] img[alt="Grupo Sinergia Colombia S.A.S."],[data-theme=dark] img[alt="Grupo Sinergia"]{filter:brightness(0) invert(1)}a{color:inherit}button{font-family:inherit}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-wrap{flex-wrap:wrap}.gap-1{gap:6px}.gap-2{gap:10px}.gap-3{gap:14px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}