*{margin:0;padding:0;box-sizing:border-box}:root{--resizer-size:4px;--header-height:60px;--section-header-height:40px}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background-color:#1e1e1e;color:#fff;height:100vh;overflow:hidden}.container{display:flex;flex-direction:column;height:100vh}.header{display:block;padding:0 2rem;background-color:#2d2d30;border-bottom:1px solid #3e3e42;min-height:var(--header-height)}header h1{font-size:18px;font-weight:700;padding:15px 5px;float:left}header h1 img{height:24px;vertical-align:middle}header h1 sub{font-weight:400}header h1 a{color:#9acd32}.controls{display:block;text-align:center;float:right;padding:15px 5px}.auto-run-label{display:inline-block;padding:10px 0;cursor:pointer;font-size:14px}.auto-run-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.run-button{background-color:#007acc;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.run-button:hover{background-color:#005a9e}.clear-button{background-color:#da0a0a;color:#fff;border:none;padding:.3rem .8rem;border-radius:4px;cursor:pointer;font-size:12px}.clear-button:hover{background-color:#b30808}.main-content{display:flex;flex:1;overflow:hidden}.left-panel{display:flex;flex-direction:column;flex:1;min-width:0}.editor-row{display:flex;flex:1;min-height:0}.editor-section{display:flex;flex-direction:column;flex:1;min-width:0;background-color:#1e1e1e}.editor-section.full-width{flex:0 0 40%;min-height:0}.section-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#2d2d30;border-bottom:1px solid #3e3e42;height:var(--section-header-height);flex-shrink:0}.section-header h3{font-size:14px;font-weight:600;color:#ccc}.section-header h3 img{height:24px;vertical-align:middle}.editor{flex:1;min-height:0}.right-panel{display:flex;flex-direction:column;flex:1;min-width:0;background-color:#1e1e1e}.preview-section{display:flex;flex-direction:column;flex:2;min-height:0}.console-section{display:flex;flex-direction:column;flex:1;min-height:0}.preview-content{flex:1;position:relative;background-color:#fff}.preview-frame{width:100%;height:100%;border:none;background-color:#fff}.console-output{flex:1;padding:1rem;background-color:#1e1e1e;overflow-y:auto;font-family:Consolas,Monaco,monospace;font-size:14px;min-height:0}.resizer{background-color:#3e3e42;transition:background-color .2s;flex-shrink:0}.resizer:hover{background-color:#007acc}.resizer.vertical{width:var(--resizer-size);cursor:col-resize}.resizer.horizontal{height:var(--resizer-size);cursor:row-resize}.log-entry{margin-bottom:.5rem;padding:.2rem 0;border-bottom:1px solid #2d2d30;line-height:1.4}.log-info{color:#569cd6}.log-warn{color:#ffcc02}.log-error{color:#f44747}.log-log{color:#d4d4d4}.monaco-editor{border-radius:0}@media (max-width:768px){.main-content{flex-direction:column}.editor-row{flex-direction:column}.resizer.vertical{width:100%;height:var(--resizer-size);cursor:row-resize}}.console-input-container{display:flex;align-items:center;padding:.5rem 1rem;background-color:#2d2d30;border-top:1px solid #3e3e42;gap:.5rem}.console-prompt{color:#569cd6;font-weight:700;font-family:Consolas,Monaco,monospace;font-size:14px}.console-input{flex:1;background:0 0;border:none;color:#d4d4d4;font-family:Consolas,Monaco,monospace;font-size:14px;outline:0;padding:.25rem 0}.console-input::placeholder{color:#6a9955}.console-input:focus{background:rgba(255,255,255,.05)}.log-command{color:#569cd6;font-style:italic}.log-result{color:#d4d4d4}.log-error{color:#f44747}.console-input:focus{box-shadow:0 0 0 1px #007acc}.commercial-offer--notify{color:#fff!important;background-color:#232323f0!important;box-shadow:0 0 15px #000!important}.commercial-offer--notify a{color:gold!important;text-decoration:none}.commercial-offer--notify strong{color:#daa520!important}.commercial-offer--notify--about,.commercial-offer--notify--demo-details,.commercial-offer--notify>article{display:none}.policy-notify-info-block--popup .cookie-popup--parent{background-color:#c0c0c0aa!important}@media (max-height:600px){.commercial-offer--notify{max-width:450px!important;padding:25px 20px!important;left:initial!important;right:25px!important;width:calc(100vw - 30px)!important}}