:root{--md-sys-color-primary:#06c;--md-sys-color-on-primary:#fff;--md-sys-color-surface:#fff;--md-sys-color-on-surface:#1e1e1e;--md-sys-color-surface-container:#f3f3f3;--md-sys-color-surface-variant:#e1e2e1;--md-sys-color-surface-container-low:#f7f7f7;--md-sys-color-surface-container-high:#e2e2e2;--md-sys-color-surface-container-highest:#e3e3e3;--md-sys-color-on-surface-variant:#444;--md-sys-color-outline:#79747e;--md-sys-color-outline-variant:#c4c7c5;--md-sys-color-error:#ba1a1a;--md-sys-color-on-error:#fff;--md-sys-color-error-container:#ffdad6;--md-sys-color-on-error-container:#410002;--md-sys-color-secondary-container:#cce5ff;--md-sys-color-on-secondary-container:#001d36;--md-sys-color-primary-container:#d1e4ff;--md-sys-color-on-primary-container:#001d36;--bg-color:#f5f5f5;--text-color:#1e1e1e;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}html.dark{--md-sys-color-primary:#a8c7fa;--md-sys-color-on-primary:#003062;--md-sys-color-surface:#1e1e1e;--md-sys-color-on-surface:#e3e3e3;--md-sys-color-surface-container:#212121;--md-sys-color-surface-variant:#444746;--md-sys-color-surface-container-high:#2b2b2b;--md-sys-color-surface-container-highest:#333;--md-sys-color-on-surface-variant:#c4c7c5;--md-sys-color-outline:#938f99;--md-sys-color-outline-variant:#444746;--md-sys-color-error:#ffb4ab;--md-sys-color-on-error:#690005;--md-sys-color-error-container:#93000a;--md-sys-color-on-error-container:#ffdad6;--md-sys-color-secondary-container:#004a7a;--md-sys-color-on-secondary-container:#cce5ff;--md-sys-color-primary-container:#004a7a;--md-sys-color-on-primary-container:#d1e4ff;--bg-color:#121212;--text-color:#e3e3e3}body{background-color:var(--bg-color);color:var(--text-color);margin:0;padding:6rem 2rem 2rem;transition:background-color .3s,color .3s}button,input,select,textarea{font-family:inherit}.side-nav{border-right:1px solid var(--md-sys-color-outline-variant);flex-shrink:0;width:200px;height:fit-content;padding-right:1rem;display:none;position:sticky;top:7rem}@media (width>=1000px){.side-nav{display:block}}.demo-container{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex}@media (width>=1000px){.demo-container{flex-direction:row;align-items:flex-start;max-width:1200px}}.main-content{flex-direction:column;flex:1;gap:2rem;min-width:0;max-width:800px;margin:0 auto;display:flex}.demo-section{flex-direction:column;gap:2rem;display:flex}.demo-section h2{border-bottom:2px solid var(--md-sys-color-primary);margin-top:2rem;margin-bottom:-1rem;padding-bottom:.5rem}.control-panel{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.workbench-controls{background:var(--md-sys-color-surface-container-low);box-sizing:border-box;border-radius:8px;width:100%;padding:1rem}.workbench-controls label{white-space:nowrap;font-size:12px;font-weight:600}.workbench-controls input[type=color]{cursor:pointer;border:none;border-radius:4px;width:100%;height:32px}.workbench-controls select{background:var(--md-sys-color-surface-container);width:100%;height:32px;color:var(--md-sys-color-on-surface);border:1px solid var(--md-sys-color-outline-variant);border-radius:4px;padding:0 8px}.workbench-controls select option{background:var(--md-sys-color-surface-container);color:var(--md-sys-color-on-surface)}#theme-workbench-target{background:var(--md-sys-color-surface-container-lowest,transparent);transition:background-color .3s}.waveform-container{background:var(--md-sys-color-surface-container-highest);border-radius:8px;margin-top:1rem;padding:1rem;transition:background-color .3s}.theme-toggle-btn{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);cursor:pointer;z-index:100;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-weight:600;display:flex;position:fixed;top:1rem;right:1rem;box-shadow:0 2px 4px #0003}@media (prefers-color-scheme:dark){.waveform-container{background:#2a2a2a}}
