@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
*{box-sizing:border-box}html,body{max-width:100vw;overflow-x:hidden}:root{--color-primary:#86efac;--color-primary-hover:#4ade80;--color-primary-text:#052e16;--sidebar-bg:#000;--sidebar-text:#a1a1aa;--sidebar-text-active:#86efac;--sidebar-hover-bg:#18181b;--bg-app:#f4f4f5;--bg-card:#fff;--text-main:#18181b;--text-muted:#71717a;--border-color:#000;--border-width:2px;--sidebar-width:280px}*{box-sizing:border-box;margin:0;padding:0}[cmdk-item]{content-visibility:auto;cursor:pointer;color:#000;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem;font-weight:600;display:flex}[cmdk-item][data-selected=true]{background-color:#86efac;border:2px solid #000;padding:calc(.75rem - 2px)}body{background-color:var(--bg-app);color:var(--text-main);height:100vh;margin:0;font-family:Inter,sans-serif;overflow:hidden auto}a{color:inherit;text-decoration:none}select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}select::-ms-expand{display:none}.u-flex{display:flex}.u-items-center{align-items:center}.u-justify-between{justify-content:space-between}.u-justify-center{justify-content:center}.u-gap-2{gap:.5rem}.u-gap-4{gap:1rem}.u-mb-4{margin-bottom:1rem}.u-font-bold{font-weight:700}.u-text-sm{font-size:.875rem}.u-text-lg{font-size:1.125rem}.u-grid-2{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.u-grid-4{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:1024px){.u-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.u-grid-2,.u-grid-4{grid-template-columns:1fr}}
