:root{--background:#f3f4f6;--foreground:#1a1a1e;--card:#fff;--card-foreground:#1a1a1e;--popover:#fff;--popover-foreground:#1a1a1e;--primary:#1a1a1e;--primary-foreground:#fff;--muted:#e6e7ea;--muted-foreground:#686b73;--accent:#e8eaed;--accent-foreground:#1a1a1e;--destructive:#f5422e;--destructive-foreground:#fff;--border:#e6e7ea;--input:#cdd0d5;--ring:#1a1a1e;--petrol:#1a6eff;--amber:#b2752e;--grass:#5fb139}html.dark{--background:#1d1d20;--foreground:#edeff2;--card:#27272a;--card-foreground:#edeff2;--popover:#27272a;--popover-foreground:#edeff2;--primary:#edeff2;--primary-foreground:#18181b;--muted:#333338;--muted-foreground:#a3a7ae;--accent:#333338;--accent-foreground:#edeff2;--destructive:#eb5847;--destructive-foreground:#fff;--border:#38383d;--input:#45454a;--ring:#edeff2;--petrol:#478bff;--amber:#d19347;--grass:#70bc4e}@keyframes rdxIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:none}}@keyframes accDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}[data-radix-popper-content-wrapper] .rdx-pop{animation:.12s ease-out rdxIn}.rdx-overlay[data-state=open]{animation:.15s ease-out rdxIn}.rdx-acc[data-state=open]{animation:.2s ease-out accDown}.rdx-acc[data-state=closed]{animation:.2s ease-out accUp}@keyframes drawerIn{0%{transform:translate(-100%)}to{transform:none}}@keyframes drawerOut{0%{transform:none}to{transform:translate(-100%)}}.drawer[data-state=open]{animation:.22s ease-out drawerIn}.drawer[data-state=closed]{animation:.18s ease-in drawerOut}::selection{background:var(--foreground);color:var(--background)}@keyframes toastin{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}.toastin{animation:.22s ease-out toastin}
