:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow:hidden}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #267BBE;--primary-dark: #1B5C90;--primary-light: #4A9AD8;--danger: #ef4444;--success: #10b981;--bg: hsl(226, 23%, 11%);--bg-secondary: hsl(226, 23%, 16%);--bg-tertiary: hsl(226, 23%, 21%);--text: #f1f5f9;--text-muted: #94a3b8;--border: hsl(226, 23%, 28%)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg);color:var(--text)}#root{width:100%;height:100vh;display:flex;flex-direction:column}.app{width:100%;height:100%;display:flex;flex-direction:column;background-color:var(--bg)}.app-header{background-color:#161923;padding:.75rem 1.5rem;box-shadow:0 2px 8px #0006;border-bottom:2px solid var(--primary);display:flex;align-items:baseline;gap:.75rem}.app-header h2{font-size:1.5rem;font-weight:700;margin:0;letter-spacing:-.5px;color:var(--primary-light)}.app-subtitle{font-size:.85rem;font-weight:400;color:var(--text-muted);letter-spacing:normal}.btn-docs{margin-left:auto;padding:.4rem 1rem;border:1px solid var(--primary);border-radius:6px;font-size:.85rem;font-weight:600;color:var(--primary-light);text-decoration:none;transition:all .2s ease}.btn-docs:hover{background-color:var(--primary);color:#fff}.app-container{display:flex;flex:1;overflow:hidden;width:100%;height:100%;user-select:none;-webkit-user-select:none;align-items:stretch}.panel-center,.panel-right{display:flex;flex-direction:column;overflow:hidden;height:100%;min-width:200px}.resize-divider{width:8px;background-color:var(--border);cursor:col-resize;transition:background-color .2s ease;flex-shrink:0;user-select:none;-webkit-user-select:none;position:relative;z-index:20}.resize-divider:hover{background-color:var(--primary)}.resize-divider:after{content:"";position:absolute;width:4px;height:50px;background-color:#267bbe80;border-radius:2px;transition:all .2s ease;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.resize-divider:hover:after{height:100px;background-color:var(--primary)}.editor-panel{width:100%;height:100%;display:flex;flex-direction:column;background-color:var(--bg);overflow:hidden}.editor-header{padding:.5rem 1rem;border-bottom:1px solid var(--border);background-color:var(--bg-tertiary);display:flex;align-items:center;justify-content:space-between;gap:1rem;height:49px}.editor-header h3{font-size:1rem;margin:0;font-weight:600}.editor-wrapper{flex:1;overflow:hidden;background-color:#1e1e1e}.editor-wrapper>div{height:100%}.btn-run{padding:.4rem 1rem;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem;background:var(--primary);color:#fff}.btn-run:hover:not(:disabled){background:var(--primary-dark)}.btn-run:disabled{opacity:.6;cursor:not-allowed}.output-panel{width:100%;height:100%;background-color:var(--bg-secondary);display:flex;flex-direction:column;overflow:hidden}.output-header{padding:.5rem 1rem;border-bottom:1px solid var(--border);background-color:var(--bg-tertiary);display:flex;align-items:center;justify-content:space-between;gap:1rem;height:49px}.output-header h3{font-size:1rem;margin:0;font-weight:600}.output-content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column}.output-section{margin-bottom:1.5rem}.output-section-title{font-size:.85rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.output-box{background-color:#1e1e1e;border:1px solid var(--border);border-radius:6px;padding:1rem;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.5;min-height:60px;word-wrap:break-word;white-space:pre-wrap;color:var(--text)}.output-box.success{border-color:var(--success);background-color:#10b9811a;color:#6ee7b7}.output-box.error{border-color:var(--danger);background-color:#ef44441a;color:#fca5a5}.output-empty{color:var(--text-muted);font-style:italic;text-align:center;padding:2rem 1rem}.output-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--primary-light);padding:2rem}.spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--primary-light);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media(max-width:768px){.app-container{flex-direction:column}.panel-center,.panel-right{width:100%!important;height:50%}.resize-divider{display:none}}
