lowcss
Version:
A low-level functional CSS toolkit
1 lines • 1.05 MB
CSS
@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}:root{--low-cool-50:#F6F7F9;--low-cool-100:#E7E9EF;--low-cool-200:#CBD1DC;--low-cool-300:#ACB6C8;--low-cool-400:#8E9AB4;--low-cool-500:#6F7F9F;--low-cool-600:#5A6987;--low-cool-700:#455168;--low-cool-800:#313949;--low-cool-900:#1F242E;--low-cool-950:#14181F;--low-gray-50:#F9FAFA;--low-gray-100:#F3F4F5;--low-gray-200:#D5D9DC;--low-gray-300:#B7BDC3;--low-gray-400:#9BA3AC;--low-gray-500:#7C8792;--low-gray-600:#646E78;--low-gray-700:#4A5259;--low-gray-800:#31363A;--low-gray-900:#191C1F;--low-gray-950:#0C0D0E;--low-neutral-50:#FAFAFA;--low-neutral-100:#F5F5F5;--low-neutral-200:#E6E6E6;--low-neutral-300:#C9C9C9;--low-neutral-400:#ABABAB;--low-neutral-500:#8F8F8F;--low-neutral-600:#737373;--low-neutral-700:#545454;--low-neutral-800:#383838;--low-neutral-900:#1A1A1A;--low-neutral-950:#0D0D0D;--low-red-50:#FCE9EB;--low-red-100:#F9D2D6;--low-red-200:#F2A6AD;--low-red-300:#EC7985;--low-red-400:#E54D5C;--low-red-500:#DF2033;--low-red-600:#B21A29;--low-red-700:#86131F;--low-red-800:#590D14;--low-red-900:#2D060A;--low-red-950:#160305;--low-orange-50:#FEF0E6;--low-orange-100:#FEE1CD;--low-orange-200:#FDC49B;--low-orange-300:#FBA66A;--low-orange-400:#FA8938;--low-orange-500:#F96B06;--low-orange-600:#C75605;--low-orange-700:#954004;--low-orange-800:#642B02;--low-orange-900:#321501;--low-orange-950:#190B01;--low-yellow-50:#FFF9E5;--low-yellow-100:#FFF2CC;--low-yellow-200:#FFE699;--low-yellow-300:#FFD966;--low-yellow-400:#FFCC33;--low-yellow-500:#FFBF00;--low-yellow-600:#CC9900;--low-yellow-700:#997300;--low-yellow-800:#664D00;--low-yellow-900:#332600;--low-yellow-950:#191300;--low-green-50:#E5FBED;--low-green-100:#CBF6DB;--low-green-200:#9BEEB9;--low-green-300:#66E595;--low-green-400:#36DD73;--low-green-500:#1FB757;--low-green-600:#199446;--low-green-700:#126D34;--low-green-800:#0D4A23;--low-green-900:#062311;--low-green-950:#031108;--low-teal-50:#E3FCFA;--low-teal-100:#CCFAF6;--low-teal-200:#99F5ED;--low-teal-300:#66F0E4;--low-teal-400:#33EADB;--low-teal-500:#15D0C1;--low-teal-600:#11A79A;--low-teal-700:#0D7D74;--low-teal-800:#08534D;--low-teal-900:#042A27;--low-teal-950:#021311;--low-blue-50:#E6F0FF;--low-blue-100:#CDE1FE;--low-blue-200:#9BC4FD;--low-blue-300:#69A6FC;--low-blue-400:#3789FB;--low-blue-500:#056BFA;--low-blue-600:#0456C8;--low-blue-700:#034096;--low-blue-800:#022B64;--low-blue-900:#011532;--low-blue-950:#000B19;--low-indigo-50:#ECECFD;--low-indigo-100:#DEDEFC;--low-indigo-200:#B8B9F9;--low-indigo-300:#9799F7;--low-indigo-400:#7173F4;--low-indigo-500:#5053F1;--low-indigo-600:#1316EC;--low-indigo-700:#0E11B3;--low-indigo-800:#090B76;--low-indigo-900:#05063D;--low-indigo-950:#02031C;--low-violet-50:#F3ECFE;--low-violet-100:#E6D8FD;--low-violet-200:#CEB1FB;--low-violet-300:#B58BF9;--low-violet-400:#9C64F7;--low-violet-500:#843DF5;--low-violet-600:#610CE9;--low-violet-700:#4809AF;--low-violet-800:#300674;--low-violet-900:#18033A;--low-violet-950:#0C011D;--low-pink-50:#FDE8F2;--low-pink-100:#FBD5E8;--low-pink-200:#F6ACD1;--low-pink-300:#F282BA;--low-pink-400:#ED59A3;--low-pink-500:#E92F8C;--low-pink-600:#CB1570;--low-pink-700:#981054;--low-pink-800:#650B38;--low-pink-900:#33051C;--low-pink-950:#17020D;--low-black:#000;--low-white:#fff;--low-transparent:transparent;--low-current:currentColor;--low-font-sans:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;--low-font-serif:Georgia, Cambria, Times New Roman, Times, serif;--low-font-mono:SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;--low-font-3xs:0.5rem;--low-font-2xs:0.625rem;--low-font-xs:0.75rem;--low-font-sm:0.875rem;--low-font-base:1rem;--low-font-lg:1.125rem;--low-font-xl:1.25rem;--low-font-2xl:1.5rem;--low-font-3xl:1.875rem;--low-font-4xl:2.25rem;--low-font-5xl:3rem;--low-font-6xl:3.75rem;--low-font-7xl:4.5rem;--low-font-8xl:6rem;--low-font-9xl:8rem;--low-font-thin:100;--low-font-extralight:200;--low-font-light:300;--low-font-normal:400;--low-font-medium:500;--low-font-semibold:600;--low-font-bold:700;--low-font-extrabold:800;--low-font-black:900;--low-leading-none:1;--low-leading-tight:1.25;--low-leading-snug:1.375;--low-leading-normal:1.5;--low-leading-relaxed:1.625;--low-leading-loose:2;--low-leading-3:0.75rem;--low-leading-4:1rem;--low-leading-5:1.25rem;--low-leading-6:1.5rem;--low-leading-7:1.75rem;--low-leading-8:2rem;--low-leading-9:2.25rem;--low-leading-10:2.5rem;--low-tracking-tighter:-0.05em;--low-tracking-tight:-0.025em;--low-tracking-normal:0;--low-tracking-wide:0.025em;--low-tracking-wider:0.05em;--low-tracking-widest:0.1em;--low-space-0:0;--low-space-px:1px;--low-space-1:0.25rem;--low-space-2:0.5rem;--low-space-3:0.75rem;--low-space-4:1rem;--low-space-5:1.25rem;--low-space-6:1.5rem;--low-space-7:1.75rem;--low-space-8:2rem;--low-space-9:2.25rem;--low-space-10:2.5rem;--low-space-11:2.75rem;--low-space-12:3rem;--low-space-14:3.5rem;--low-space-16:4rem;--low-space-20:5rem;--low-space-24:6rem;--low-space-28:7rem;--low-space-32:8rem;--low-space-36:9rem;--low-space-40:10rem;--low-space-44:11rem;--low-space-48:12rem;--low-space-52:13rem;--low-space-56:14rem;--low-space-60:15rem;--low-space-64:16rem;--low-space-72:18rem;--low-space-80:20rem;--low-space-88:22rem;--low-space-96:24rem;--low-space-half:50%;--low-space-full:100%;--low-radius-sm:0.125rem;--low-radius-base:0.25rem;--low-radius-md:0.375rem;--low-radius-lg:0.5rem;--low-radius-xl:0.75rem;--low-radius-2xl:1rem;--low-radius-3xl:1.5rem;--low-radius-full:9999px;--low-radius-none:0;--low-shadow-sm:0 0.25rem 1rem -0.125rem rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.02);--low-shadow-md:0 0.5rem 1rem -0.25rem rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.02);--low-shadow-lg:0rem 1rem 1rem -0.5rem rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.02);--low-shadow-none:none}*,:after,:before{border-color:currentColor;border-style:solid;border-width:0;box-sizing:border-box}html{font-size:16px;line-height:1.5;scroll-behavior:smooth}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}blockquote,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}body,dl,ol,ul{margin:0;padding:0}b,strong{font-weight:700}a{color:inherit;text-decoration:inherit}img,video{display:block;height:auto;max-width:100%}table{border-collapse:collapse;border-spacing:0}body,button,input{line-height:inherit}button,input,select,textarea{color:inherit;font-family:inherit;font-weight:inherit;margin:0;padding:0}textarea{resize:vertical}[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{appearance:none;font-size:1rem;line-height:1.5;padding:.5rem .75rem}input::placeholder,textarea::placeholder{color:currentColor;opacity:.5}[type=checkbox],[type=radio]{appearance:none;background-origin:border-box;display:inline-block;height:1rem;margin:0;padding:0;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=radio]{border-radius:999px}[type=checkbox]:checked,[type=checkbox]:indeterminate,[type=radio]:checked{background-color:currentColor;background-position:center;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%23fff' d='M4,8l3,3l5,-6'/%3e%3c/svg%3e")}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%23fff' d='M4,8h8'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='8' cy='8' r='3' fill='%23fff'/%3e%3c/svg%3e")}[type=range]{appearance:none;border-radius:1rem;display:block;margin:0;min-width:0;outline:0}[type=range]:-moz-range-thumb,[type=range]:-webkit-slider-thumb{background-color:currentColor;border:0;border-radius:999px;height:1rem;width:1rem}[type=range]:-webkit-slider-thumb{appearance:none}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' stroke='%236c757d' d='M6,8l4,4l4,-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;padding-right:2.5rem}.scrollbar::-webkit-scrollbar{height:.4rem;width:.4rem}.scrollbar::-webkit-scrollbar-corner,.scrollbar::-webkit-scrollbar-track{background-color:transparent}.scrollbar::-webkit-scrollbar-thumb{background-color:currentColor;border-radius:1rem;cursor:pointer}.scrollbar::-webkit-scrollbar-button{display:none}.clearfix::after{clear:both;content:"";display:block}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1100}.fixed-top{top:0}.fixed-bottom{bottom:0}.sticky-bottom,.sticky-top{position:sticky;z-index:1050}.sticky-top{top:0}.sticky-bottom{bottom:0}@media screen and (min-width:640px){.sm\:sticky-bottom,.sm\:sticky-top{position:sticky;z-index:1050}.sm\:sticky-top{top:0}.sm\:sticky-bottom{bottom:0}}@media screen and (min-width:768px){.md\:sticky-bottom,.md\:sticky-top{position:sticky;z-index:1050}.md\:sticky-top{top:0}.md\:sticky-bottom{bottom:0}}@media screen and (min-width:1024px){.lg\:sticky-bottom,.lg\:sticky-top{position:sticky;z-index:1050}.lg\:sticky-top{top:0}.lg\:sticky-bottom{bottom:0}}@media screen and (min-width:1280px){.xl\:sticky-bottom,.xl\:sticky-top{position:sticky;z-index:1050}.xl\:sticky-top{top:0}.xl\:sticky-bottom{bottom:0}}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.font-inter{font-family:Inter,sans-serif}.font-lato{font-family:Lato,sans-serif}.font-poppins{font-family:Poppins,sans-serif}.font-crimson{font-family:"Crimson Pro",serif}.font-nunito{font-family:Nunito,sans-serif}:root{--low-markup-color:#1A1A1A;--low-markup-line-height:1.75;--low-markup-paragraph-line-height:1.75rem;--low-markup-paragraph-margin-top:0px;--low-markup-paragraph-margin-bottom:1rem;--low-markup-lead-color:#545454;--low-markup-lead-font-size:1.25rem;--low-markup-lead-line-height:1.75rem;--low-markup-bold-font-weight:600;--low-markup-code-bg:#F5F5F5;--low-markup-code-color:#1A1A1A;--low-markup-code-font-size:0.875rem;--low-markup-code-font-family:SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;--low-markup-code-font-weight:600;--low-markup-code-line-height:1.25rem;--low-markup-code-padding-y:0.2rem;--low-markup-code-padding-x:0.3rem;--low-markup-code-radius:0.25rem;--low-markup-pre-bg:#0D0D0D;--low-markup-pre-color:#FAFAFA;--low-markup-pre-font-size:0.875rem;--low-markup-pre-font-family:SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;--low-markup-pre-font-weight:400;--low-markup-pre-line-height:1.75rem;--low-markup-pre-padding-y:1.25rem;--low-markup-pre-padding-x:1.25rem;--low-markup-pre-radius:0.375rem;--low-markup-pre-margin-top:1.5rem;--low-markup-pre-margin-bottom:1.5rem;--low-markup-blockquote-border-color:#E6E6E6;--low-markup-blockquote-border-width:2px;--low-markup-blockquote-margin-top:1rem;--low-markup-blockquote-margin-bottom:1rem;--low-markup-h1-font-size:2.25rem;--low-markup-h1-font-weight:700;--low-markup-h1-line-height:2.5rem;--low-markup-h1-margin-bottom:1.5rem;--low-markup-h1-margin-top:2.5rem;--low-markup-h2-font-size:1.5rem;--low-markup-h2-font-weight:600;--low-markup-h2-line-height:2rem;--low-markup-h2-margin-top:3rem;--low-markup-h2-margin-bottom:1.5rem;--low-markup-h2-border-bottom-width:1px;--low-markup-h2-border-bottom-color:#E6E6E6;--low-markup-h2-padding-bottom:0.5rem;--low-markup-h2-padding-top:0px;--low-markup-h3-font-size:1.25rem;--low-markup-h3-font-weight:600;--low-markup-h3-line-height:1.75rem;--low-markup-h3-margin-top:2rem;--low-markup-h3-margin-bottom:1.5rem;--low-markup-h4-font-size:1.125rem;--low-markup-h4-font-weight:600;--low-markup-h4-line-height:1.75rem;--low-markup-h4-margin-top:2rem;--low-markup-h4-margin-bottom:1.5rem;--low-markup-hr-bg:#E6E6E6;--low-markup-hr-height:1px;--low-markup-hr-margin-top:3rem;--low-markup-hr-margin-bottom:3rem;--low-markup-link-color:#1A1A1A;--low-markup-link-font-weight:500;--low-markup-link-underline-offset:4px;--low-markup-ul-margin-bottom:1.25rem;--low-markup-ul-margin-top:1.25rem;--low-markup-ul-padding-left:1.625rem;--low-markup-li-margin-bottom:0.5rem;--low-markup-li-margin-top:0;--low-markup-table-margin-bottom:1.5rem;--low-markup-table-margin-top:1.5rem;--low-markup-thead-color:#1A1A1A;--low-markup-thead-font-weight:600;--low-markup-thead-border-width:1px;--low-markup-thead-border-color:#E6E6E6;--low-markup-thead-padding-y:0.5rem;--low-markup-thead-padding-x:1rem;--low-markup-tbody-bg:#F5F5F5;--low-markup-tbody-border-width:1px;--low-markup-tbody-border-color:#E6E6E6;--low-markup-tbody-padding-y:0.5rem;--low-markup-tbody-padding-x:1rem}.markup{color:var(--low-markup-color);line-height:var(--low-markup-line-height)}.markup :where(p){line-height:var(--low-markup-paragraph-line-height);margin-top:var(--low-markup-paragraph-margin-top);margin-bottom:var(--low-markup-paragraph-margin-bottom)}.markup :where(p[class~=lead]){color:var(--low-markup-lead-color);font-size:var(--low-markup-lead-font-size);line-height:var(--low-markup-lead-line-height)}.markup :where(b,strong){font-weight:var(--low-markup-bold-font-weight)}.markup :where(code){background-color:var(--low-markup-code-bg);color:var(--low-markup-code-color);font-size:var(--low-markup-code-font-size);font-family:var(--low-markup-code-font-family);font-weight:var(--low-markup-code-font-weight);line-height:var(--low-markup-code-line-height);padding:var(--low-markup-code-padding-y) var(--low-markup-code-padding-x);border-radius:var(--low-markup-code-radius);position:relative}.markup :where(pre){background-color:var(--low-markup-pre-bg);border-radius:var(--low-markup-pre-radius);color:var(--low-markup-pre-color);font-size:var(--low-markup-pre-font-size);font-weight:var(--low-markup-pre-font-weight);line-height:var(--low-markup-pre-line-height);margin-top:var(--low-markup-pre-margin-top);margin-bottom:var(--low-markup-pre-margin-bottom);overflow-x:auto;padding:var(--low-markup-pre-padding-y) var(--low-markup-pre-padding-x)}.markup :where(pre) code{background-color:transparent;color:inherit;border-width:0;border-radius:0;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;padding:0}.markup :where(blockquote){border-left-color:var(--low-markup-blockquote-border-color);border-left-width:var(--low-markup-blockquote-border-width);color:var(--low-markup-quote-body);font-style:italic;font-weight:500;margin-bottom:var(--low-markup-blockquote-margin-bottom);margin-top:var(--low-markup-blockquote-margin-top);padding-left:1em}.markup :where(h1){font-size:var(--low-markup-h1-font-size);font-weight:var(--low-markup-h1-font-weight);line-height:var(--low-markup-h1-line-height);margin-bottom:var(--low-markup-h1-margin-bottom);margin-top:var(--low-markup-h1-margin-top)}.markup :where(h2){font-size:var(--low-markup-h2-font-size);font-weight:var(--low-markup-h2-font-weight);line-height:var(--low-markup-h2-line-height);margin-bottom:var(--low-markup-h2-margin-bottom);margin-top:var(--low-markup-h2-margin-top);border-bottom-color:var(--low-markup-h2-border-bottom-color);border-bottom-width:var(--low-markup-h2-border-bottom-width);border-bottom-style:solid;padding-bottom:var(--low-markup-h2-padding-bottom);padding-top:var(--low-markup-h2-padding-top)}.markup :where(h3){font-size:var(--low-markup-h3-font-size);font-weight:var(--low-markup-h3-font-weight);line-height:var(--low-markup-h3-line-height);margin-bottom:var(--low-markup-h3-margin-bottom);margin-top:var(--low-markup-h3-margin-top)}.markup :where(h4){font-size:var(--low-markup-h4-font-size);font-weight:var(--low-markup-h4-font-weight);line-height:var(--low-markup-h4-line-height);margin-bottom:var(--low-markup-h4-margin-bottom);margin-top:var(--low-markup-h4-margin-top)}.markup :where(hr){border-color:var(--low-markup-hr-bg);border-top-width:var(--low-markup-hr-height);height:0;margin-top:var(--low-markup-hr-margin-top);margin-bottom:var(--low-markup-hr-margin-bottom)}.markup :where(a){color:var(--low-markup-link-color);font-weight:var(--low-markup-link-font-weight);text-decoration:underline;text-underline-offset:var(--low-markup-link-underline-offset)}.markup :where(ul,ol){margin-bottom:var(--low-markup-ul-margin-bottom);margin-top:var(--low-markup-ul-margin-top);padding-left:var(--low-markup-ul-padding-left)}.markup :where(ul,ol)>li{padding-left:.25em}.markup :where(ul){list-style-type:disc}.markup :where(ol){list-style-type:decimal}.markup :where(li){margin-bottom:var(--low-markup-li-margin-bottom);margin-top:var(--low-markup-li-margin-top)}.markup :where(table){margin-bottom:var(--low-markup-table-margin-bottom);margin-top:var(--low-markup-table-margin-top);table-layout:auto;text-align:left;width:100%}.markup :where(thead th){color:var(--low-markup-thead-color);font-weight:var(--low-markup-thead-font-weight);vertical-align:bottom;border:var(--low-markup-thead-border-width) solid var(--low-markup-thead-border-color);padding:var(--low-markup-thead-padding-y) var(--low-markup-thead-padding-x)}.markup :where(tbody td){border:var(--low-markup-tbody-border-width) solid var(--low-markup-tbody-border-color);padding:var(--low-markup-tbody-padding-y) var(--low-markup-tbody-padding-x)}.markup :where(tbody tr:nth-child(2n)){background-color:var(--low-markup-tbody-bg)}.markup :where(tbody tr){vertical-align:baseline}.markup>:first-child{margin-top:0}.markup>:last-child{margin-bottom:0}.bg-background,.hover\:bg-background:hover{background-color:var(--low-background)}.bg-foreground,.hover\:bg-foreground:hover{background-color:var(--low-foreground)}.bg-muted,.hover\:bg-muted:hover{background-color:var(--low-muted)}.bg-muted-foreground,.hover\:bg-muted-foreground:hover{background-color:var(--low-muted-foreground)}.bg-primary,.hover\:bg-primary:hover{background-color:var(--low-primary)}.bg-primary-foreground,.hover\:bg-primary-foreground:hover{background-color:var(--low-primary-foreground)}.bg-secondary,.hover\:bg-secondary:hover{background-color:var(--low-secondary)}.bg-secondary-foreground,.hover\:bg-secondary-foreground:hover{background-color:var(--low-secondary-foreground)}.bg-destructive,.hover\:bg-destructive:hover{background-color:var(--low-destructive)}.bg-destructive-foreground,.hover\:bg-destructive-foreground:hover{background-color:var(--low-destructive-foreground)}.bg-accent,.hover\:bg-accent:hover{background-color:var(--low-accent)}.bg-accent-foreground,.hover\:bg-accent-foreground:hover{background-color:var(--low-accent-foreground)}.bg-border,.hover\:bg-border:hover{background-color:var(--low-border)}.bg-input,.hover\:bg-input:hover{background-color:var(--low-input)}.focus\:bg-background:focus{background-color:var(--low-background)}.focus\:bg-foreground:focus{background-color:var(--low-foreground)}.focus\:bg-muted:focus{background-color:var(--low-muted)}.focus\:bg-muted-foreground:focus{background-color:var(--low-muted-foreground)}.focus\:bg-primary:focus{background-color:var(--low-primary)}.focus\:bg-primary-foreground:focus{background-color:var(--low-primary-foreground)}.focus\:bg-secondary:focus{background-color:var(--low-secondary)}.focus\:bg-secondary-foreground:focus{background-color:var(--low-secondary-foreground)}.focus\:bg-destructive:focus{background-color:var(--low-destructive)}.focus\:bg-destructive-foreground:focus{background-color:var(--low-destructive-foreground)}.focus\:bg-accent:focus{background-color:var(--low-accent)}.focus\:bg-accent-foreground:focus{background-color:var(--low-accent-foreground)}.focus\:bg-border:focus{background-color:var(--low-border)}.focus\:bg-input:focus{background-color:var(--low-input)}.focus-within\:bg-background:focus-within{background-color:var(--low-background)}.focus-within\:bg-foreground:focus-within{background-color:var(--low-foreground)}.focus-within\:bg-muted:focus-within{background-color:var(--low-muted)}.focus-within\:bg-muted-foreground:focus-within{background-color:var(--low-muted-foreground)}.focus-within\:bg-primary:focus-within{background-color:var(--low-primary)}.focus-within\:bg-primary-foreground:focus-within{background-color:var(--low-primary-foreground)}.focus-within\:bg-secondary:focus-within{background-color:var(--low-secondary)}.focus-within\:bg-secondary-foreground:focus-within{background-color:var(--low-secondary-foreground)}.focus-within\:bg-destructive:focus-within{background-color:var(--low-destructive)}.focus-within\:bg-destructive-foreground:focus-within{background-color:var(--low-destructive-foreground)}.focus-within\:bg-accent:focus-within{background-color:var(--low-accent)}.focus-within\:bg-accent-foreground:focus-within{background-color:var(--low-accent-foreground)}.focus-within\:bg-border:focus-within{background-color:var(--low-border)}.focus-within\:bg-input:focus-within{background-color:var(--low-input)}.active\:bg-background:active,.group:hover .group-hover\:bg-background{background-color:var(--low-background)}.active\:bg-foreground:active,.group:hover .group-hover\:bg-foreground{background-color:var(--low-foreground)}.active\:bg-muted:active,.group:hover .group-hover\:bg-muted{background-color:var(--low-muted)}.active\:bg-muted-foreground:active,.group:hover .group-hover\:bg-muted-foreground{background-color:var(--low-muted-foreground)}.active\:bg-primary:active,.group:hover .group-hover\:bg-primary{background-color:var(--low-primary)}.active\:bg-primary-foreground:active,.group:hover .group-hover\:bg-primary-foreground{background-color:var(--low-primary-foreground)}.active\:bg-secondary:active,.group:hover .group-hover\:bg-secondary{background-color:var(--low-secondary)}.active\:bg-secondary-foreground:active,.group:hover .group-hover\:bg-secondary-foreground{background-color:var(--low-secondary-foreground)}.active\:bg-destructive:active,.group:hover .group-hover\:bg-destructive{background-color:var(--low-destructive)}.active\:bg-destructive-foreground:active,.group:hover .group-hover\:bg-destructive-foreground{background-color:var(--low-destructive-foreground)}.active\:bg-accent:active,.group:hover .group-hover\:bg-accent{background-color:var(--low-accent)}.active\:bg-accent-foreground:active,.group:hover .group-hover\:bg-accent-foreground{background-color:var(--low-accent-foreground)}.active\:bg-border:active,.group:hover .group-hover\:bg-border{background-color:var(--low-border)}.active\:bg-input:active,.group:hover .group-hover\:bg-input{background-color:var(--low-input)}.checked\:bg-background:checked{background-color:var(--low-background)}.checked\:bg-foreground:checked{background-color:var(--low-foreground)}.checked\:bg-muted:checked{background-color:var(--low-muted)}.checked\:bg-muted-foreground:checked{background-color:var(--low-muted-foreground)}.checked\:bg-primary:checked{background-color:var(--low-primary)}.checked\:bg-primary-foreground:checked{background-color:var(--low-primary-foreground)}.checked\:bg-secondary:checked{background-color:var(--low-secondary)}.checked\:bg-secondary-foreground:checked{background-color:var(--low-secondary-foreground)}.checked\:bg-destructive:checked{background-color:var(--low-destructive)}.checked\:bg-destructive-foreground:checked{background-color:var(--low-destructive-foreground)}.checked\:bg-accent:checked{background-color:var(--low-accent)}.checked\:bg-accent-foreground:checked{background-color:var(--low-accent-foreground)}.checked\:bg-border:checked{background-color:var(--low-border)}.checked\:bg-input:checked{background-color:var(--low-input)}.disabled\:bg-background:disabled{background-color:var(--low-background)}.disabled\:bg-foreground:disabled{background-color:var(--low-foreground)}.disabled\:bg-muted:disabled{background-color:var(--low-muted)}.disabled\:bg-muted-foreground:disabled{background-color:var(--low-muted-foreground)}.disabled\:bg-primary:disabled{background-color:var(--low-primary)}.disabled\:bg-primary-foreground:disabled{background-color:var(--low-primary-foreground)}.disabled\:bg-secondary:disabled{background-color:var(--low-secondary)}.disabled\:bg-secondary-foreground:disabled{background-color:var(--low-secondary-foreground)}.disabled\:bg-destructive:disabled{background-color:var(--low-destructive)}.disabled\:bg-destructive-foreground:disabled{background-color:var(--low-destructive-foreground)}.disabled\:bg-accent:disabled{background-color:var(--low-accent)}.disabled\:bg-accent-foreground:disabled{background-color:var(--low-accent-foreground)}.disabled\:bg-border:disabled{background-color:var(--low-border)}.disabled\:bg-input:disabled{background-color:var(--low-input)}.required\:bg-background:required{background-color:var(--low-background)}.required\:bg-foreground:required{background-color:var(--low-foreground)}.required\:bg-muted:required{background-color:var(--low-muted)}.required\:bg-muted-foreground:required{background-color:var(--low-muted-foreground)}.required\:bg-primary:required{background-color:var(--low-primary)}.required\:bg-primary-foreground:required{background-color:var(--low-primary-foreground)}.required\:bg-secondary:required{background-color:var(--low-secondary)}.required\:bg-secondary-foreground:required{background-color:var(--low-secondary-foreground)}.required\:bg-destructive:required{background-color:var(--low-destructive)}.required\:bg-destructive-foreground:required{background-color:var(--low-destructive-foreground)}.required\:bg-accent:required{background-color:var(--low-accent)}.required\:bg-accent-foreground:required{background-color:var(--low-accent-foreground)}.required\:bg-border:required{background-color:var(--low-border)}.required\:bg-input:required{background-color:var(--low-input)}.group:focus .group-focus\:bg-background{background-color:var(--low-background)}.group:focus .group-focus\:bg-foreground{background-color:var(--low-foreground)}.group:focus .group-focus\:bg-muted{background-color:var(--low-muted)}.group:focus .group-focus\:bg-muted-foreground{background-color:var(--low-muted-foreground)}.group:focus .group-focus\:bg-primary{background-color:var(--low-primary)}.group:focus .group-focus\:bg-primary-foreground{background-color:var(--low-primary-foreground)}.group:focus .group-focus\:bg-secondary{background-color:var(--low-secondary)}.group:focus .group-focus\:bg-secondary-foreground{background-color:var(--low-secondary-foreground)}.group:focus .group-focus\:bg-destructive{background-color:var(--low-destructive)}.group:focus .group-focus\:bg-destructive-foreground{background-color:var(--low-destructive-foreground)}.group:focus .group-focus\:bg-accent{background-color:var(--low-accent)}.group:focus .group-focus\:bg-accent-foreground{background-color:var(--low-accent-foreground)}.group:focus .group-focus\:bg-border{background-color:var(--low-border)}.group:focus .group-focus\:bg-input{background-color:var(--low-input)}.group:focus-within .group-focus-within\:bg-background{background-color:var(--low-background)}.group:focus-within .group-focus-within\:bg-foreground{background-color:var(--low-foreground)}.group:focus-within .group-focus-within\:bg-muted{background-color:var(--low-muted)}.group:focus-within .group-focus-within\:bg-muted-foreground{background-color:var(--low-muted-foreground)}.group:focus-within .group-focus-within\:bg-primary{background-color:var(--low-primary)}.group:focus-within .group-focus-within\:bg-primary-foreground{background-color:var(--low-primary-foreground)}.group:focus-within .group-focus-within\:bg-secondary{background-color:var(--low-secondary)}.group:focus-within .group-focus-within\:bg-secondary-foreground{background-color:var(--low-secondary-foreground)}.group:focus-within .group-focus-within\:bg-destructive{background-color:var(--low-destructive)}.group:focus-within .group-focus-within\:bg-destructive-foreground{background-color:var(--low-destructive-foreground)}.group:focus-within .group-focus-within\:bg-accent{background-color:var(--low-accent)}.group:focus-within .group-focus-within\:bg-accent-foreground{background-color:var(--low-accent-foreground)}.group:focus-within .group-focus-within\:bg-border{background-color:var(--low-border)}.group:focus-within .group-focus-within\:bg-input{background-color:var(--low-input)}.first\:bg-background:first-child{background-color:var(--low-background)}.first\:bg-foreground:first-child{background-color:var(--low-foreground)}.first\:bg-muted:first-child{background-color:var(--low-muted)}.first\:bg-muted-foreground:first-child{background-color:var(--low-muted-foreground)}.first\:bg-primary:first-child{background-color:var(--low-primary)}.first\:bg-primary-foreground:first-child{background-color:var(--low-primary-foreground)}.first\:bg-secondary:first-child{background-color:var(--low-secondary)}.first\:bg-secondary-foreground:first-child{background-color:var(--low-secondary-foreground)}.first\:bg-destructive:first-child{background-color:var(--low-destructive)}.first\:bg-destructive-foreground:first-child{background-color:var(--low-destructive-foreground)}.first\:bg-accent:first-child{background-color:var(--low-accent)}.first\:bg-accent-foreground:first-child{background-color:var(--low-accent-foreground)}.first\:bg-border:first-child{background-color:var(--low-border)}.first\:bg-input:first-child{background-color:var(--low-input)}.last\:bg-background:last-child{background-color:var(--low-background)}.last\:bg-foreground:last-child{background-color:var(--low-foreground)}.last\:bg-muted:last-child{background-color:var(--low-muted)}.last\:bg-muted-foreground:last-child{background-color:var(--low-muted-foreground)}.last\:bg-primary:last-child{background-color:var(--low-primary)}.last\:bg-primary-foreground:last-child{background-color:var(--low-primary-foreground)}.last\:bg-secondary:last-child{background-color:var(--low-secondary)}.last\:bg-secondary-foreground:last-child{background-color:var(--low-secondary-foreground)}.last\:bg-destructive:last-child{background-color:var(--low-destructive)}.last\:bg-destructive-foreground:last-child{background-color:var(--low-destructive-foreground)}.last\:bg-accent:last-child{background-color:var(--low-accent)}.last\:bg-accent-foreground:last-child{background-color:var(--low-accent-foreground)}.last\:bg-border:last-child{background-color:var(--low-border)}.last\:bg-input:last-child{background-color:var(--low-input)}.odd\:bg-background:nth-child(odd){background-color:var(--low-background)}.odd\:bg-foreground:nth-child(odd){background-color:var(--low-foreground)}.odd\:bg-muted:nth-child(odd){background-color:var(--low-muted)}.odd\:bg-muted-foreground:nth-child(odd){background-color:var(--low-muted-foreground)}.odd\:bg-primary:nth-child(odd){background-color:var(--low-primary)}.odd\:bg-primary-foreground:nth-child(odd){background-color:var(--low-primary-foreground)}.odd\:bg-secondary:nth-child(odd){background-color:var(--low-secondary)}.odd\:bg-secondary-foreground:nth-child(odd){background-color:var(--low-secondary-foreground)}.odd\:bg-destructive:nth-child(odd){background-color:var(--low-destructive)}.odd\:bg-destructive-foreground:nth-child(odd){background-color:var(--low-destructive-foreground)}.odd\:bg-accent:nth-child(odd){background-color:var(--low-accent)}.odd\:bg-accent-foreground:nth-child(odd){background-color:var(--low-accent-foreground)}.odd\:bg-border:nth-child(odd){background-color:var(--low-border)}.odd\:bg-input:nth-child(odd){background-color:var(--low-input)}.even\:bg-background:nth-child(even){background-color:var(--low-background)}.even\:bg-foreground:nth-child(even){background-color:var(--low-foreground)}.even\:bg-muted:nth-child(even){background-color:var(--low-muted)}.even\:bg-muted-foreground:nth-child(even){background-color:var(--low-muted-foreground)}.even\:bg-primary:nth-child(even){background-color:var(--low-primary)}.even\:bg-primary-foreground:nth-child(even){background-color:var(--low-primary-foreground)}.even\:bg-secondary:nth-child(even){background-color:var(--low-secondary)}.even\:bg-secondary-foreground:nth-child(even){background-color:var(--low-secondary-foreground)}.even\:bg-destructive:nth-child(even){background-color:var(--low-destructive)}.even\:bg-destructive-foreground:nth-child(even){background-color:var(--low-destructive-foreground)}.even\:bg-accent:nth-child(even){background-color:var(--low-accent)}.even\:bg-accent-foreground:nth-child(even){background-color:var(--low-accent-foreground)}.even\:bg-border:nth-child(even){background-color:var(--low-border)}.even\:bg-input:nth-child(even){background-color:var(--low-input)}.border-background,.hover\:border-background:hover{border-color:var(--low-background)}.border-foreground,.hover\:border-foreground:hover{border-color:var(--low-foreground)}.border-muted,.hover\:border-muted:hover{border-color:var(--low-muted)}.border-muted-foreground,.hover\:border-muted-foreground:hover{border-color:var(--low-muted-foreground)}.border-primary,.hover\:border-primary:hover{border-color:var(--low-primary)}.border-primary-foreground,.hover\:border-primary-foreground:hover{border-color:var(--low-primary-foreground)}.border-secondary,.hover\:border-secondary:hover{border-color:var(--low-secondary)}.border-secondary-foreground,.hover\:border-secondary-foreground:hover{border-color:var(--low-secondary-foreground)}.border-destructive,.hover\:border-destructive:hover{border-color:var(--low-destructive)}.border-destructive-foreground,.hover\:border-destructive-foreground:hover{border-color:var(--low-destructive-foreground)}.border-accent,.hover\:border-accent:hover{border-color:var(--low-accent)}.border-accent-foreground,.hover\:border-accent-foreground:hover{border-color:var(--low-accent-foreground)}.border-border,.hover\:border-border:hover{border-color:var(--low-border)}.border-input,.hover\:border-input:hover{border-color:var(--low-input)}.focus\:border-background:focus{border-color:var(--low-background)}.focus\:border-foreground:focus{border-color:var(--low-foreground)}.focus\:border-muted:focus{border-color:var(--low-muted)}.focus\:border-muted-foreground:focus{border-color:var(--low-muted-foreground)}.focus\:border-primary:focus{border-color:var(--low-primary)}.focus\:border-primary-foreground:focus{border-color:var(--low-primary-foreground)}.focus\:border-secondary:focus{border-color:var(--low-secondary)}.focus\:border-secondary-foreground:focus{border-color:var(--low-secondary-foreground)}.focus\:border-destructive:focus{border-color:var(--low-destructive)}.focus\:border-destructive-foreground:focus{border-color:var(--low-destructive-foreground)}.focus\:border-accent:focus{border-color:var(--low-accent)}.focus\:border-accent-foreground:focus{border-color:var(--low-accent-foreground)}.focus\:border-border:focus{border-color:var(--low-border)}.focus\:border-input:focus{border-color:var(--low-input)}.focus-within\:border-background:focus-within{border-color:var(--low-background)}.focus-within\:border-foreground:focus-within{border-color:var(--low-foreground)}.focus-within\:border-muted:focus-within{border-color:var(--low-muted)}.focus-within\:border-muted-foreground:focus-within{border-color:var(--low-muted-foreground)}.focus-within\:border-primary:focus-within{border-color:var(--low-primary)}.focus-within\:border-primary-foreground:focus-within{border-color:var(--low-primary-foreground)}.focus-within\:border-secondary:focus-within{border-color:var(--low-secondary)}.focus-within\:border-secondary-foreground:focus-within{border-color:var(--low-secondary-foreground)}.focus-within\:border-destructive:focus-within{border-color:var(--low-destructive)}.focus-within\:border-destructive-foreground:focus-within{border-color:var(--low-destructive-foreground)}.focus-within\:border-accent:focus-within{border-color:var(--low-accent)}.focus-within\:border-accent-foreground:focus-within{border-color:var(--low-accent-foreground)}.focus-within\:border-border:focus-within{border-color:var(--low-border)}.focus-within\:border-input:focus-within{border-color:var(--low-input)}.active\:border-background:active,.group:hover .group-hover\:border-background{border-color:var(--low-background)}.active\:border-foreground:active,.group:hover .group-hover\:border-foreground{border-color:var(--low-foreground)}.active\:border-muted:active,.group:hover .group-hover\:border-muted{border-color:var(--low-muted)}.active\:border-muted-foreground:active,.group:hover .group-hover\:border-muted-foreground{border-color:var(--low-muted-foreground)}.active\:border-primary:active,.group:hover .group-hover\:border-primary{border-color:var(--low-primary)}.active\:border-primary-foreground:active,.group:hover .group-hover\:border-primary-foreground{border-color:var(--low-primary-foreground)}.active\:border-secondary:active,.group:hover .group-hover\:border-secondary{border-color:var(--low-secondary)}.active\:border-secondary-foreground:active,.group:hover .group-hover\:border-secondary-foreground{border-color:var(--low-secondary-foreground)}.active\:border-destructive:active,.group:hover .group-hover\:border-destructive{border-color:var(--low-destructive)}.active\:border-destructive-foreground:active,.group:hover .group-hover\:border-destructive-foreground{border-color:var(--low-destructive-foreground)}.active\:border-accent:active,.group:hover .group-hover\:border-accent{border-color:var(--low-accent)}.active\:border-accent-foreground:active,.group:hover .group-hover\:border-accent-foreground{border-color:var(--low-accent-foreground)}.active\:border-border:active,.group:hover .group-hover\:border-border{border-color:var(--low-border)}.active\:border-input:active,.group:hover .group-hover\:border-input{border-color:var(--low-input)}.checked\:border-background:checked{border-color:var(--low-background)}.checked\:border-foreground:checked{border-color:var(--low-foreground)}.checked\:border-muted:checked{border-color:var(--low-muted)}.checked\:border-muted-foreground:checked{border-color:var(--low-muted-foreground)}.checked\:border-primary:checked{border-color:var(--low-primary)}.checked\:border-primary-foreground:checked{border-color:var(--low-primary-foreground)}.checked\:border-secondary:checked{border-color:var(--low-secondary)}.checked\:border-secondary-foreground:checked{border-color:var(--low-secondary-foreground)}.checked\:border-destructive:checked{border-color:var(--low-destructive)}.checked\:border-destructive-foreground:checked{border-color:var(--low-destructive-foreground)}.checked\:border-accent:checked{border-color:var(--low-accent)}.checked\:border-accent-foreground:checked{border-color:var(--low-accent-foreground)}.checked\:border-border:checked{border-color:var(--low-border)}.checked\:border-input:checked{border-color:var(--low-input)}.disabled\:border-background:disabled{border-color:var(--low-background)}.disabled\:border-foreground:disabled{border-color:var(--low-foreground)}.disabled\:border-muted:disabled{border-color:var(--low-muted)}.disabled\:border-muted-foreground:disabled{border-color:var(--low-muted-foreground)}.disabled\:border-primary:disabled{border-color:var(--low-primary)}.disabled\:border-primary-foreground:disabled{border-color:var(--low-primary-foreground)}.disabled\:border-secondary:disabled{border-color:var(--low-secondary)}.disabled\:border-secondary-foreground:disabled{border-color:var(--low-secondary-foreground)}.disabled\:border-destructive:disabled{border-color:var(--low-destructive)}.disabled\:border-destructive-foreground:disabled{border-color:var(--low-destructive-foreground)}.disabled\:border-accent:disabled{border-color:var(--low-accent)}.disabled\:border-accent-foreground:disabled{border-color:var(--low-accent-foreground)}.disabled\:border-border:disabled{border-color:var(--low-border)}.disabled\:border-input:disabled{border-color:var(--low-input)}.required\:border-background:required{border-color:var(--low-background)}.required\:border-foreground:required{border-color:var(--low-foreground)}.required\:border-muted:required{border-color:var(--low-muted)}.required\:border-muted-foreground:required{border-color:var(--low-muted-foreground)}.required\:border-primary:required{border-color:var(--low-primary)}.required\:border-primary-foreground:required{border-color:var(--low-primary-foreground)}.required\:border-secondary:required{border-color:var(--low-secondary)}.required\:border-secondary-foreground:required{border-color:var(--low-secondary-foreground)}.required\:border-destructive:required{border-color:var(--low-destructive)}.required\:border-destructive-foreground:required{border-color:var(--low-destructive-foreground)}.required\:border-accent:required{border-color:var(--low-accent)}.required\:border-accent-foreground:required{border-color:var(--low-accent-foreground)}.required\:border-border:required{border-color:var(--low-border)}.required\:border-input:required{border-color:var(--low-input)}.group:focus .group-focus\:border-background{border-color:var(--low-background)}.group:focus .group-focus\:border-foreground{border-color:var(--low-foreground)}.group:focus .group-focus\:border-muted{border-color:var(--low-muted)}.group:focus .group-focus\:border-muted-foreground{border-color:var(--low-muted-foreground)}.group:focus .group-focus\:border-primary{border-color:var(--low-primary)}.group:focus .group-focus\:border-primary-foreground{border-color:var(--low-primary-foreground)}.group:focus .group-focus\:border-secondary{border-color:var(--low-secondary)}.group:focus .group-focus\:border-secondary-foreground{border-color:var(--low-secondary-foreground)}.group:focus .group-focus\:border-destructive{border-color:var(--low-destructive)}.group:focus .group-focus\:border-destructive-foreground{border-color:var(--low-destructive-foreground)}.group:focus .group-focus\:border-accent{border-color:var(--low-accent)}.group:focus .group-focus\:border-accent-foreground{border-color:var(--low-accent-foreground)}.group:focus .group-focus\:border-border{border-color:var(--low-border)}.group:focus .group-focus\:border-input{border-color:var(--low-input)}.group:focus-within .group-focus-within\:border-background{border-color:var(--low-background)}.group:focus-within .group-focus-within\:border-foreground{border-color:var(--low-foreground)}.group:focus-within .group-focus-within\:border-muted{border-color:var(--low-muted)}.group:focus-within .group-focus-within\:border-muted-foreground{border-color:var(--low-muted-foreground)}.group:focus-within .group-focus-within\:border-primary{border-color:var(--low-primary)}.group:focus-within .group-focus-within\:border-primary-foreground{border-color:var(--low-primary-foreground)}.group:focus-within .group-focus-within\:border-secondary{border-color:var(--low-secondary)}.group:focus-within .group-focus-within\:border-secondary-foreground{border-color:var(--low-secondary-foreground)}.group:focus-within .group-focus-within\:border-destructive{border-color:var(--low-destructive)}.group:focus-within .group-focus-within\:border-destructive-foreground{border-color:var(--low-destructive-foreground)}.group:focus-within .group-focus-within\:border-accent{border-color:var(--low-accent)}.group:focus-within .group-focus-within\:border-accent-foreground{border-color:var(--low-accent-foreground)}.group:focus-within .group-focus-within\:border-border{border-color:var(--low-border)}.group:focus-within .group-focus-within\:border-input{border-color:var(--low-input)}.outline-background{outline-color:var(--low-background)}.outline-foreground{outline-color:var(--low-foreground)}.outline-muted{outline-color:var(--low-muted)}.outline-muted-foreground{outline-color:var(--low-muted-foreground)}.outline-primary{outline-color:var(--low-primary)}.outline-primary-foreground{outline-color:var(--low-primary-foreground)}.outline-secondary{outline-color:var(--low-secondary)}.outline-secondary-foreground{outline-color:var(--low-secondary-foreground)}.outline-destructive{outline-color:var(--low-destructive)}.outline-destructive-foreground{outline-color:var(--low-destructive-foreground)}.outline-accent{outline-color:var(--low-accent)}.outline-accent-foreground{outline-color:var(--low-accent-foreground)}.outline-border{outline-color:var(--low-border)}.outline-input{outline-color:var(--low-input)}.focus\:outline-background:focus{outline-color:var(--low-background)}.focus\:outline-foreground:focus{outline-color:var(--low-foreground)}.focus\:outline-muted:focus{outline-color:var(--low-muted)}.focus\:outline-muted-foreground:focus{outline-color:var(--low-muted-foreground)}.focus\:outline-primary:focus{outline-color:var(--low-primary)}.focus\:outline-primary-foreground:focus{outline-color:var(--low-primary-foreground)}.focus\:outline-secondary:focus{outline-color:var(--low-secondary)}.focus\:outline-secondary-foreground:focus{outline-color:var(--low-secondary-foreground)}.focus\:outline-destructive:focus{outline-color:var(--low-destructive)}.focus\:outline-destructive-foreground:focus{outline-color:var(--low-destructive-foreground)}.focus\:outline-accent:focus{outline-color:var(--low-accent)}.focus\:outline-accent-foreground:focus{outline-color:var(--low-accent-foreground)}.focus\:outline-border:focus{outline-color:var(--low-border)}.focus\:outline-input:focus{outline-color:var(--low-input)}.focus-within\:outline-background:focus-within{outline-color:var(--low-background)}.focus-within\:outline-foreground:focus-within{outline-color:var(--low-foreground)}.focus-within\:outline-muted:focus-within{outline-color:var(--low-muted)}.focus-within\:outline-muted-foreground:focus-within{outline-color:var(--low-muted-foreground)}.focus-within\:outline-primary:focus-within{outline-color:var(--low-primary)}.focus-within\:outline-primary-foreground:focus-within{outline-color:var(--low-primary-foreground)}.focus-within\:outline-secondary:focus-within{outline-color:var(--low-secondary)}.focus-within\:outline-secondary-foreground:focus-within{outline-color:var(--low-secondary-foreground)}.focus-within\:outline-destructive:focus-within{outline-color:var(--low-destructive)}.focus-within\:outline-destructive-foreground:focus-within{outline-color:var(--low-destructive-foreground)}.focus-within\:outline-accent:focus-within{outline-color:var(--low-accent)}.focus-within\:outline-accent-foreground:focus-within{outline-color:var(--low-accent-foreground)}.focus-within\:outline-border:focus-within{outline-color:var(--low-border)}.focus-within\:outline-input:focus-within{outline-color:var(--low-input)}.hover\:outline-background:hover{outline-color:var(--low-background)}.hover\:outline-foreground:hover{outline-color:var(--low-foreground)}.hover\:outline-muted:hover{outline-color:var(--low-muted)}.hover\:outline-muted-foreground:hover{outline-color:var(--low-muted-foreground)}.hover\:outline-primary:hover{outline-color:var(--low-primary)}.hover\:outline-primary-foreground:hover{outline-color:var(--low-primary-foreground)}.hover\:outline-secondary:hover{outline-color:var(--low-secondary)}.hover\:outline-secondary-foreground:hover{outline-color:var(--low-secondary-foreground)}.hover\:outline-destructive:hover{outline-color:var(--low-destructive)}.hover\:outline-destructive-foreground:hover{outline-color:var(--low-destructive-foreground)}.hover\:outline-accent:hover{outline-color:var(--low-accent)}.hover\:outline-accent-foreground:hover{outline-color:var(--low-accent-foreground)}.hover\:outline-border:hover{outline-color:var(--low-border)}.hover\:outline-input:hover{outline-color:var(--low-input)}.active\:outline-background:active{outline-color:var(--low-background)}.active\:outline-foreground:active{outline-color:var(--low-foreground)}.active\:outline-muted:active{outline-color:var(--low-muted)}.active\:outline-muted-foreground:active{outline-color:var(--low-muted-foreground)}.active\:outline-primary:active{outline-color:var(--low-primary)}.active\:outline-primary-foreground:active{outline-color:var(--low-primary-foreground)}.active\:outline-secondary:active{outline-color:var(--low-secondary)}.active\:outline-secondary-foreground:active{outline-color:var(--low-secondary-foreground)}.active\:outline-destructive:active{outline-color:var(--low-destructive)}.active\:outline-destructive-foreground:active{outline-color:var(--low-destructive-foreground)}.active\:outline-accent:active{outline-color:var(--low-accent)}.active\:outline-accent-foreground:active{outline-color:var(--low-accent-foreground)}.active\:outline-border:active{outline-color:var(--low-border)}.active\:outline-input:active{outline-color:var(--low-input)}.checked\:outline-background:checked{outline-color:var(--low-background)}.checked\:outline-foreground:checked{outline-color:var(--low-foreground)}.checked\:outline-muted:checked{outline-color:var(--low-muted)}.checked\:outline-muted-foreground:checked{outline-color:var(--low-muted-foreground)}.checked\:outline-primary:checked{outline-color:var(--low-primary)}.checked\:outline-primary-foreground:checked{outline-color:var(--low-primary-foreground)}.checked\:outline-secondary:checked{outline-color:var(--low-secondary)}.checked\:outline-secondary-foreground:checked{outline-color:var(--low-secondary-foreground)}.checked\:outline-destructive:checked{outline-color:var(--low-destructive)}.checked\:outline-destructive-foreground:checked{outline-color:var(--low-destructive-foreground)}.checked\:outline-accent:checked{outline-color:var(--low-accent)}.checked