:root{--primary:#1d8352;--text:#6b6375;--text-h:#08060d;--bg:#fff;--paper-bg:#1b315a;--header-bg:#365285;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--input-bg:#000a1c87;--hover-bg:#ffffff1a;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;--red:#e04949;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--primary:#1d8352;--text:#9ca3af;--text-h:#f3f4f6;--bg:#0e1d38;--red:#e04949;--paper-bg:#1b315a;--header-bg:#365285;--input-bg:#000a1c87;--border:#2e303a;--code-bg:#1f2028;--accent:#365285;--accent-bg:#c084fc26;--accent-border:#c084fc80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px;--hover-bg:#ffffff1a}}*,:before,:after{box-sizing:border-box}::selection{background:var(--primary);color:var(--text-h)}#root{flex-direction:column;max-width:100%;height:100dvh;display:flex}body{margin:0;padding:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}input,textarea,.textarea{color:var(--text-h);font:18px/145% var(--sans);background:#000a1c87;border:none;border-radius:7px;outline:none;width:100%;padding:5px 10px;box-shadow:inset 3px 3px 5px #0003}.page{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.header{background:var(--header-bg);justify-content:space-between;height:70px;padding:15px;display:flex}.navigation{align-items:center;gap:10px;height:100%;padding:0 10px;display:flex}.navigation .tab-link{-webkit-user-select:none;user-select:none;color:var(--text-h);opacity:.6;font-size:21px;text-decoration:none;transition:opacity .2s,box-shadow .2s}.navigation .tab-link.selected{opacity:1;box-shadow:0 5px 0 var(--primary)}.button{background:var(--primary);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;cursor:pointer;border:none;border-radius:10px;padding:7px 12px;font-size:18px;font-weight:500;transition:background .2s ease-in-out,scale .2s}.button:not(.disabled):hover{scale:1.03}.button:not(.disabled):active{scale:.95}.outlined{background:0 0;border:2px solid #fff}.outlined:hover{background:var(--hover-bg)}.disabled{filter:brightness(70%);cursor:auto}.dashboard-content{flex:1;min-height:0;display:flex}.chip{white-space:nowrap;color:var(--text-h);background:var(--accent-bg);text-align:center;-webkit-user-select:none;user-select:none;border-radius:100px;justify-content:center;align-items:center;width:fit-content;padding:0 15px;display:inline-flex}.label{width:100%;margin-top:10px;margin-bottom:5px;font-weight:700}.multiple-choice .option{gap:20px;display:flex}.multiple-choice{flex-direction:column;gap:10px;display:flex}.multiple-choice .add-option{-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:10px;width:fit-content;padding:0 5px;transition:background .2s}.multiple-choice .add-option:hover{background:var(--hover-bg)}.multiple-choice .add-option:active{background:#ffffff0f}.multiple-choice .option-input{outline:var(--primary) solid 0px;transition:outline .1s ease-in-out}.multiple-choice .option-input.checked{outline:var(--primary) solid 3px}.radio-button{appearance:none;color:var(--primary);aspect-ratio:1;box-sizing:border-box;cursor:pointer;--dot-size:0%;background:radial-gradient(circle, var(--primary) var(--dot-size), var(--input-bg) 0%);border-radius:100px;place-self:center;transition:--dot-size .1s,scale .2s}.radio-button.checked{--dot-size:40%}@property --dot-size{syntax:"<percentage>";inherits:false;initial-value:0%}.radio-button:hover{scale:1.1}.radio-button:active{scale:.95}.tab-labels{border-bottom:2px solid #ffffff87;gap:10px;width:100%;display:flex}.tab-label:hover{background:var(--hover-bg)}.tab-label{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px 10px 0 0;padding:4px 4px 10px;font-size:20px;font-weight:500;transition:color .2s,box-shadow .2s,font-weight .2s,background .2s}.tab-label.selected{color:var(--primary);box-shadow:inset 0 -5px 0 var(--primary)}.tab-label:active{background:#ffffff0f}.separator{border-bottom:2px solid #ffffff87;width:100%}.answer-keywords-textarea{field-sizing:content;resize:none;max-height:6em;overflow-y:auto}.question-editor{flex-direction:column;gap:15px;width:100%;min-height:100%;display:flex}.question-meta{justify-content:space-between;display:flex}.question-editor h2{color:var(--primary)}.question-editor .controls{justify-content:end;gap:10px;display:flex}.add-new-chip{color:var(--text-h);border:2px dashed var(--input-bg);cursor:pointer;background:0 0;transition:scale .2s,background .2s}.category-selection{flex-wrap:wrap;gap:5px;display:flex}.add-new-chip:hover{background:var(--accent-bg);scale:1.01}.add-new-chip:active{background:#ffffff0f;scale:.99}.category-dropdown{background:var(--primary);flex-direction:column;width:100px;height:100px;padding:3px;display:flex;position:fixed}.category-dropdown span{color:var(--text-h);cursor:pointer;-webkit-user-select:none;user-select:none}.category-dropdown span:hover{background:var(--accent-bg)}.category-dropdown span:active{background:#ffffff0f}.category-selection .chip{cursor:pointer}.questions-list-element{background:0 0;border-bottom:2px solid #0000008a;flex-direction:column;gap:14px;padding:10px 10px 10px 20px;transition:background .2s,box-shadow .2s;display:flex;box-shadow:inset 4px 0 #fff3}.questions-list-element.selected{box-shadow:inset 10px 0 0 var(--primary);background:color-mix(in srgb, var(--primary) 20%, transparent)}.questions-list-element:hover{background:color-mix(in srgb, var(--primary) 10%, transparent);cursor:pointer}.questions-list-element .state{grid-template-columns:100px auto;gap:40px;width:100%;display:grid}.questions-list-element>*{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.questions-chips{gap:10px;padding:10px;display:flex}.selectable-chip{color:var(--text-h);background:var(--accent-bg);cursor:pointer;transition:scale .2s,background .2s}.selectable-chip:hover{scale:1.02}.selectable-chip:active{scale:.95}.selectable-chip.selected{background:var(--primary)}._list_9kxyu_1{overflow-y:auto}._questions_9kxyu_5{flex:1;display:flex}._editor_9kxyu_10{background:var(--paper-bg);width:100%;height:100%;padding:30px;overflow-y:scroll}@media (width>=1024px){._list_9kxyu_1{width:400px}}@media (width<=1024px){._list_9kxyu_1{width:100%}._hidden_9kxyu_29{display:none}}.sandbox{box-sizing:border-box;padding:10px}.flex-section{gap:5px;display:flex}
