:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--text: #222;--background: #fff;--border: rgba(122, 123, 135, .5);--background-alt: #f2f4f5;color:var(--text);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;align-items:center;min-height:100vh}@media (prefers-color-scheme: dark){:root{--text: #ccc;--background: #1a1a1a;--background-alt: #2c2c2f;--border: rgba(122, 123, 135, .5)}}body *{box-sizing:border-box}body fieldset{margin-bottom:1rem;padding:var(--padding);border:1px solid var(--border);position:relative;display:flex;flex-direction:column;gap:.5rem}body .fieldset{padding:0 var(--padding);border:1px solid transparent}body .fieldset,body fieldset{--padding: .75rem;margin-bottom:1rem;border-radius:.2rem}body fieldset.builder__spacious,body .fieldset.builder__spacious{--padding: 1rem}body fieldset.builder__spacious legend,body .fieldset.builder__spacious legend{font-weight:700}body .builder__buttons{display:flex;flex-wrap:wrap;gap:2px;list-style:none;margin:0;padding:0}body label{margin-bottom:.5rem;position:relative}body label span{display:block;margin-bottom:.3rem}body select,body button,body input{padding:.25rem .5rem;background:var(--background);border:1px solid var(--border);color:var(--text);border-radius:.2rem}body select:not([multiple]),body button:not(:disabled){cursor:pointer}body select:not([multiple]):hover,body select:not([multiple]):focus-visible,body button:not(:disabled):hover,body button:not(:disabled):focus-visible{border-color:var(--text);background:Highlight;color:HighlightText}body select,body input[type=text],body input[type=password]{width:100%}body .btn-icon{padding:0;display:inline-flex;height:1.5rem;width:1.5rem;justify-content:center;align-items:center}body .builder__submit-row{text-align:right;border-top:1px solid var(--border);padding:.5rem 0}body hr{width:100%;border:none;border-bottom:1px solid var(--border)}body .builder__centre-modal{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}body table{border-collapse:separate;border:solid var(--border) 1px;border-radius:.2rem;border-spacing:0}body table td,body table th{border-left:solid var(--border) 1px;border-top:solid var(--border) 1px;padding:.25rem .5rem}body table th{background-color:var(--background-alt)}body table th{border-top:none}body table td:first-child,body table th:first-child{border-left:none}
