@layer quartz-base{:is(:root,.theme-swatch)[data-theme=quartz-tron-light][data-theme]{--light:#faf8f8;--lightgray:#e5e5e5;--gray:#b8b8b8;--darkgray:#4e4e4e;--dark:#2b2b2b;--secondary:#284b63;--tertiary:#84a59d;--highlight:#8f9fa926;--textHighlight:#fff23688}:is(:root,.theme-swatch)[data-theme=snow][data-theme]{--light:#fff;--lightgray:#d8d8d8;--gray:#858585;--darkgray:#272727;--dark:#0a0a0a;--secondary:#0a0a0a;--tertiary:#0a0a0a;--highlight:#0a0a0a1f;--textHighlight:#0a0a0a66}.theme-swatch[data-theme=default-light][data-theme]{--light:#f4efe4;--lightgray:#e2dccb;--gray:#a89e88;--darkgray:#3a4038;--dark:#20211d;--secondary:#036672;--tertiary:#0d8d8f;--highlight:#03667224;--textHighlight:#eeb48266}:is(:root,.theme-swatch)[data-theme=quartz-light][data-theme]{--light:#faf8f8;--lightgray:#e5e5e5;--gray:#b8b8b8;--darkgray:#4e4e4e;--dark:#2b2b2b;--secondary:#284b63;--tertiary:#84a59d;--highlight:#8f9fa926;--textHighlight:#fff23688}:is(:root,.theme-swatch)[data-theme=quartz-tron][data-theme]{--light:#090d16;--lightgray:#141820;--gray:#3a5068;--darkgray:#8896a8;--dark:#c8d0dc;--secondary:#6655a8;--tertiary:#8878c8;--highlight:#6450a01a;--textHighlight:#643ca02e}:is(:root,.theme-swatch)[data-theme=ristretto][data-theme]{--light:#2c2525;--lightgray:#4a4242;--gray:#897f80;--darkgray:#d0c3c5;--dark:#e6d9db;--secondary:#f38d70;--tertiary:#efa490;--highlight:#f38d701f;--textHighlight:#f9cc6c4d}:is(:root,.theme-swatch)[data-theme=nord][data-theme]{--light:#2e3440;--lightgray:#494f5b;--gray:#838995;--darkgray:#c4cad5;--dark:#d8dee9;--secondary:#81a1c1;--tertiary:#9bb3cd;--highlight:#81a1c11f;--textHighlight:#ebcb8b4d}:is(:root,.theme-swatch)[data-theme=quartz-dark][data-theme]{--light:#161618;--lightgray:#393639;--gray:#646464;--darkgray:#d4d4d4;--dark:#ebebec;--secondary:#7b97aa;--tertiary:#84a59d;--highlight:#8f9fa926;--textHighlight:#b3aa0288}.theme-picker{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.theme-picker>button{cursor:pointer;background:0 0;border:none;flex-shrink:0;width:20px;height:32px;margin:0;padding:0;position:relative}.theme-picker>button>svg{width:18px;height:18px;color:var(--darkgray);position:absolute;top:calc(50% - 9px);left:1px}.mode-toggle>svg{display:none}:root[data-mode=light] .mode-toggle>.icon-light,:root[data-mode=dark] .mode-toggle>.icon-dark,:root:not([data-mode=light]):not([data-mode=dark]) .mode-toggle>.icon-auto{display:inline}:root[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.theme-dialog{background:var(--light);color:var(--darkgray);border:1px solid var(--lightgray);box-sizing:border-box;border-radius:8px;width:min(92vw,26rem);max-height:85vh;padding:1rem 1.25rem;overflow:hidden auto}.theme-dialog::backdrop{background:#0006}.theme-dialog-head{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.theme-dialog-head .theme-dialog-title{color:var(--dark);font-weight:700}.theme-dialog-head .theme-dialog-close{cursor:pointer;background:0 0;border:none;padding:2px;display:flex}.theme-dialog-head .theme-dialog-close>svg{width:16px;height:16px;color:var(--gray)}.theme-mode-row{box-sizing:border-box;border:1px solid var(--lightgray);border-radius:6px;width:100%;margin:.5rem 0 .25rem;display:flex;overflow:hidden}.theme-mode-row .mode-option{cursor:pointer;color:var(--darkgray);background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.35rem 0;font-size:.8rem;display:flex}.theme-mode-row .mode-option svg{width:13px;height:13px}.theme-mode-row .mode-option:not(:last-child){border-right:1px solid var(--lightgray)}.theme-mode-row .mode-option.active{background:var(--highlight);color:var(--secondary);font-weight:600}.theme-section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--gray);margin:.75rem 0 .4rem;font-size:.75rem}.theme-grid{grid-template-columns:repeat(4,1fr);gap:.6rem;display:grid}.theme-card{cursor:pointer;text-align:center;background:0 0;border:none;flex-direction:column;gap:.3rem;margin:0;padding:0;display:flex}.theme-card .theme-swatch{background:var(--light);border:1px solid var(--lightgray);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;height:3.25rem;display:flex}.theme-card .theme-swatch .swatch-sample{color:var(--dark);font-size:1.05rem;line-height:1}.theme-card .theme-swatch .swatch-accent{background:var(--secondary);border-radius:2px;width:1.4rem;height:3px}.theme-card .theme-card-label{color:var(--darkgray);font-size:.72rem;line-height:1.2}.theme-card.selected .theme-swatch{outline:2px solid var(--secondary);outline-offset:1px}@media (max-width:800px){.theme-dialog{border-bottom:none;border-radius:12px 12px 0 0;width:100vw;max-width:100vw;max-height:80dvh;margin:auto 0 0}.theme-grid{grid-template-columns:repeat(2,1fr)}}}