@import url(https://aurorasoft.pages.dev/typography/system/aurorss/family.css);:root{--as-webhtml-ui-font:'Sevolt UI','Aurorasoft Sans Serif',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif!important;--as-webhtml-ui-text-color:#eaeaea;--as-webhtml-ui-header-color:#181818;--as-webhtml-ui-header-border-color:#2b2b2b;--as-webhtml-ui-body-color:#1e1e1e;--as-webhtml-ui-btn-reg:#181818;--as-webhtml-ui-btn-hover:#2d2e2e;--as-webhtml-ui-btn-focus:#04395e;--as-webhtml-ui-btn-focus-border:#0078d4;--as-webhtml-ui-red:#df809b;--as-webhtml-ui-yellow:#f7edba;--as-webhtml-ui-green:#95ef93;--as-webhtml-ui-blue:#91cafd;--as-webhtml-ui-purple:#9283f1}.andorra-editor{--andorra-sans-font:'Sevolt UI','Aurorasoft Sans Serif',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif!important;--andorra-monospace-font:'Consolium',"SF Mono",Andorra,Menlo,Consolas,"Ubuntu Mono","Liberation Mono","DejaVu Sans Mono","Courier New",monospace!important;font-family:var(--andorra-sans-font)!important;--andorra-focusBorder:#0078d4!important}body,html{font-family:var(--as-webhtml-ui-font);background-color:var(--as-webhtml-ui-body-color);margin:0;padding:0;height:100%;overflow:hidden;display:flex;flex-direction:column}#editor{width:100%;overflow:hidden;box-sizing:border-box}#button-container{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:var(--as-webhtml-ui-header-color);border-top:1px solid var(--as-webhtml-ui-header-border-color);position:relative}#editor-container{display:flex;flex:1;overflow:visible;height:100%;position:relative}.buttons{display:flex}#logo{height:20px;width:auto}button{font-family:var(--andorra-sans-font);margin-right:8px;padding:6px 12px;font-size:14px;cursor:pointer;background-color:var(--as-webhtml-ui-btn-reg);color:var(--as-webhtml-ui-text-color);border:1px solid var(--as-webhtml-ui-btn-reg);border-radius:4px}button:hover{background-color:var(--as-webhtml-ui-btn-hover);border:1px solid var(--as-webhtml-ui-btn-hover)}button:focus{background-color:var(--as-webhtml-ui-btn-focus);border:1px solid var(--as-webhtml-ui-btn-focus-border)}iframe{width:100%;height:100%;border:none}@media (max-width:768px){#logo{position:relative;left:auto;top:auto;margin:10px auto 16px auto;display:block;height:20px;z-index:0}.button-container{flex-direction:column;gap:10px}.buttons{justify-content:center;flex-wrap:wrap}body{background-color:var(--as-webhtml-ui-header-color);overflow:none}#editor-container{flex-direction:column}#editor{width:100%!important;height:100%}}