:root{font-family:Space Mono,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#dbdbdb;background:#0f0f0f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box;font-family:Space Mono,monospace;font-size:16px}body{margin:0;min-width:320px;min-height:100vh;background:#216acb}#root{width:100%;min-height:100vh}.app{width:100%;max-width:1400px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;gap:16px;padding:20px;box-sizing:border-box;position:relative}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0px,rgba(255,255,255,.03) 1px,transparent 1px,transparent 2px);pointer-events:none;z-index:999}.header{text-align:center;color:#fff}.header h1{font-family:Amatic SC,cursive;font-size:3.5em;font-weight:700;margin:0;color:#fff;letter-spacing:3px}.command-list{background:#272b365e;padding:20px;border-radius:5px}.command-list-header{color:#fff;font-family:Space Mono,monospace;font-size:16px;margin-bottom:15px;font-weight:700;letter-spacing:2px}.command-buttons{display:flex;flex-wrap:wrap;gap:12px}.command-btn{background:#272b36;border:2px solid #dbdbdb;color:#dbdbdb;padding:10px 20px;border-radius:0;font-family:Space Mono,monospace;font-size:13px;transition:all .2s ease;white-space:nowrap;position:relative;overflow:hidden}.command-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:0;background:#dbdbdb33;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.command-btn:hover:before{width:100%;height:100%}.command-btn:hover{background:#dbdbdb;color:#000;border-color:#00ff41;transform:scale(1.05);text-shadow:none;animation:glitchBorder .3s ease-in-out infinite,colorShift 2s linear infinite}@keyframes glitchBorder{0%,to{box-shadow:2px 2px #00ff41,-2px -2px #f0f}25%{box-shadow:-2px 2px #00ff41,2px -2px #f0f}50%{box-shadow:2px -2px #00ff41,-2px 2px #f0f}75%{box-shadow:-2px -2px #00ff41,2px 2px #f0f}}@keyframes colorShift{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}.command-btn:active{transform:scale(.95)}@media(max-width:768px){.app{padding:10px}.header h1{font-size:1.8em}.command-buttons{gap:8px}.command-btn{font-size:11px;padding:8px 15px}}[class*=index_editorWithTopBar]{min-height:400px;max-height:400px}
