.DNALoader_dnaContainer__L2KK6{display:grid;place-items:center;min-height:calc(100dvh - 68px);font-family:Google Sans,sans-serif,system-ui;transform-style:preserve-3d;perspective:100vmin}.DNALoader_dna__XWAt6{height:65vmin;aspect-ratio:2/5;display:grid;transform-style:preserve-3d;rotate:30deg;gap:.5vmin;animation:DNALoader_rotate__mT_cd 14s linear infinite}@keyframes DNALoader_rotate__mT_cd{to{transform:rotate(1turn)}}.DNALoader_strand__OZm_t{--speed:2;--delay:calc(sin((var(--index) / var(--total)) * 45deg) * var(--speed) * -1s);width:100%;transform-style:preserve-3d;display:flex;justify-content:space-between;position:relative}.DNALoader_strandNode__giBkL{background:var(--bg,#fff);height:100%;aspect-ratio:1;border-radius:50%;animation:DNALoader_jump__avywe calc(var(--speed) * 1s) var(--delay,0) infinite ease-in-out;border:.5vmin solid #000;position:relative}.DNALoader_strand__OZm_t:before{content:"";position:absolute;top:50%;left:50%;width:94%;height:30%;background:#fff;transform:translate3d(-50%,-50%,-2px);transform-origin:center;animation:DNALoader_scale__5o5z7 calc(var(--speed) * 1s) var(--delay,0) infinite linear;border:.5vmin solid #000}.DNALoader_strandNode__giBkL:after{content:"";height:15%;aspect-ratio:1;background:var(--bg,#fff);position:absolute;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0deg) translateY(450%);animation:DNALoader_orbit__ADDSt calc(var(--speed) * .35s) var(--delay,0) infinite linear}@keyframes DNALoader_scale__5o5z7{25%,75%{transform:translate3d(-50%,-50%,-2px) scaleX(0)}0%,50%,to{transform:translate3d(-50%,-50%,-2px) scaleX(1)}}.DNALoader_strandNode__giBkL:first-of-type{--destination:calc((65vmin * (2 / 5)) - 100%)}.DNALoader_strandNode__giBkL:last-of-type{--destination:calc((-65vmin * (2 / 5)) + 100%);animation-direction:reverse}@keyframes DNALoader_orbit__ADDSt{to{transform:translate(-50%,-50%) rotate(1turn) translateY(450%)}}@keyframes DNALoader_jump__avywe{25%{translate:0 0 1px}50%{transform:translateX(var(--destination))}75%{translate:0 0 -1px}}hr{width:90%;height:.25rem;margin-left:auto;margin-right:auto;margin-top:1rem;background-color:#ababab;border:none;border-radius:.25rem}.dark hr{background-color:#4a5568}.lexical-editor__listItemChecked,.lexical-editor__listItemUnchecked{position:relative;margin-left:8px;margin-right:8px;padding-left:24px;padding-right:24px;list-style-type:none;outline:none}.lexical-editor__listItemChecked{text-decoration:line-through}.lexical-editor__listItemChecked:before,.lexical-editor__listItemUnchecked:before{content:"";width:16px;height:16px;top:2px;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}.lexical-editor__listItemChecked[dir=rtl]:before,.lexical-editor__listItemUnchecked[dir=rtl]:before{left:auto;right:0}.lexical-editor__listItemChecked:focus:before,.lexical-editor__listItemUnchecked:focus:before{box-shadow:0 0 0 2px #a6cdfe;border-radius:2px}.lexical-editor__listItemUnchecked:before{border:1px solid #999;border-radius:2px}.lexical-editor__listItemChecked:before{border:1px solid #3d87f5;border-radius:2px;background-color:#3d87f5;background-repeat:no-repeat}.lexical-editor__listItemChecked:after{content:"";cursor:pointer;position:absolute;display:block;top:6px;width:3px;left:7px;right:7px;height:6px;transform:rotate(45deg);border-color:#fff;border-style:solid;border-width:0 2px 2px 0}.lexical-editor__link{color:#216fdb;text-decoration:none}.lexical-editor__link:hover{text-decoration:underline;cursor:pointer!important}.copilot-inputbox{position:absolute;z-index:999999;animation:show-input-box .4s ease}.copilot-inputbox:before{content:"";position:absolute;width:0;height:0;margin-left:.5em;right:-1em;top:0;left:calc(50% + .25em);box-sizing:border-box;border-color:transparent transparent #fff #fff;border-style:solid;border-width:.5em;transform-origin:0 0;transform:rotate(135deg);box-shadow:-3px 3px 3px 0 rgba(0,0,0,.05)}.goddamn{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important;pointer-events:all!important}@keyframes show-input-box{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes hide-input-box{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}.Modal__overlay{justify-content:center;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(40,40,40,.6);flex-shrink:1px;z-index:100}.Modal__modal,.Modal__overlay{display:flex;flex-direction:column;flex-grow:0px}.Modal__modal{padding:20px;min-height:100px;min-width:300px;background-color:#fff;position:relative;box-shadow:0 0 20px 0 #444;border-radius:10px}.Modal__title{color:#444;margin:0;padding-bottom:10px;border-bottom:1px solid #ccc}.Modal__closeButton{border:0;position:absolute;right:20px;border-radius:20px;justify-content:center;align-items:center;display:flex;width:30px;height:30px;text-align:center;cursor:pointer;background-color:#eee}.Modal__closeButton:hover{background-color:#ddd}.Modal__content{padding-top:20px}.color-picker-basic-color{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0}.color-picker-basic-color button{border:1px solid #ccc;cursor:pointer;list-style-type:none}.color-picker-basic-color button.active{box-shadow:0 0 2px 2px rgba(0,0,0,.3)}.color-picker-saturation{width:100%;position:relative;margin-top:15px;height:150px;background-image:linear-gradient(transparent,#000),linear-gradient(90deg,#fff,transparent);-webkit-user-select:none;-moz-user-select:none;user-select:none}.color-picker-saturation_cursor{position:absolute;width:20px;height:20px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 15px #00000026;box-sizing:border-box;transform:translate(-10px,-10px)}.color-picker-hue{width:100%;position:relative;margin-top:15px;height:12px;background-image:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:12px}.color-picker-hue_cursor{position:absolute;width:20px;height:20px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 .5px #0003;box-sizing:border-box;transform:translate(-10px,-4px)}.color-picker-color{border:1px solid #ccc;margin-top:15px;width:100%;height:20px}.KatexEquationAlterer_defaultRow{display:flex;flex-direction:row;margin-top:10px;margin-bottom:10px;justify-content:space-between;overflow:hidden}.KatexEquationAlterer_dialogActions{display:flex;flex-direction:row;overflow:hidden;margin-top:20px;margin-bottom:0;justify-content:right}.KatexEquationAlterer_centerRow{display:flex;flex-direction:"row";margin-top:10px;margin-bottom:10px;justify-content:center;overflow:hidden}.KatexEquationAlterer_textArea{width:100%;resize:none;padding:7px}