:root{--ui-bg:#0f1113;--ui-panel:#17191c;--ui-line:#2a2e33;--ui-text:#f2f3f4;--ui-muted:#9aa1a8;--ui-accent:#35e0d0;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{margin:0;padding:0}body{background:var(--ui-bg);color:var(--ui-text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}.dc-root input[type=checkbox],.dc-root input[type=radio]{appearance:none;border:1px solid var(--ctrl-borda,#9aa3a7);border-radius:var(--ctrl-raio,3px);background:var(--ctrl-fundo,#fff);cursor:pointer;flex:none;place-content:center;width:18px;height:18px;padding:0;transition:background-color .12s,border-color .12s;display:inline-grid}.dc-root input[type=radio]{border-radius:var(--ctrl-raio-radio,50%)}.dc-root input[type=checkbox]:hover,.dc-root input[type=radio]:hover{border-color:var(--ctrl-cor,#0b6b73)}.dc-root input[type=checkbox]:before{content:"";border:solid var(--ctrl-marca,#fff);border-width:0 2px 2px 0;width:5px;height:9px;margin-top:-2px;transition:transform .12s;transform:rotate(45deg)scale(0)}.dc-root input[type=radio]:before{content:"";border-radius:var(--ctrl-raio-radio,50%);background:var(--ctrl-marca,#fff);width:8px;height:8px;transition:transform .12s;transform:scale(0)}.dc-root input[type=checkbox]:checked,.dc-root input[type=radio]:checked{background:var(--ctrl-cor,#0b6b73);border-color:var(--ctrl-cor,#0b6b73)}.dc-root input[type=checkbox]:checked:before{transform:rotate(45deg)scale(1)}.dc-root input[type=radio]:checked:before{transform:scale(1)}.dc-root input[type=checkbox]:focus-visible,.dc-root input[type=radio]:focus-visible{outline:2px solid var(--ctrl-cor,#0b6b73);outline-offset:2px}.dc-root input[type=checkbox]:disabled,.dc-root input[type=radio]:disabled{opacity:.45;cursor:not-allowed}.dc-root select{min-width:0}
