:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:inline-flex;place-items:center;min-width:320px;min-height:100vh}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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-container{display:flex;height:100vh;width:100vw;background:linear-gradient(-45deg,#1e1e1e,#2a2a40,#1e2f3f,#3f1e2f);background-size:600% 600%;animation:gradientShift 15s ease infinite;color:#fff}@keyframes gradientShift{0%{background-position:0% 50%}25%{background-position:50% 50%}50%{background-position:100% 50%}75%{background-position:50% 50%}to{background-position:0% 50%}}.left-pane{flex:1;display:flex;justify-content:center;align-items:center;background-color:#121212e6;border:4px solid #a020f0;margin:8px;border-radius:8px;box-shadow:0 0 12px #a020f080}.right-pane{flex:1;display:flex;justify-content:right;flex-direction:column;border-left:4px solid #a020f0}.code-editor{flex:1;border:4px solid #a020f0;margin:8px;border-radius:8px;background-color:#1e1e2f;transition:all .3s ease-in-out}.code-editor:hover{box-shadow:0 0 10px #a020f0}.chatbot{max-height:250px;overflow-y:auto;display:flex;flex-direction:column;border:4px solid #a020f0;margin:8px;border-radius:8px;background-color:#1e1e2f;animation:pulse 2.5s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.01)}}button{background:transparent;border:1px solid #888;padding:.5em 1em;color:#fff;transition:all .3s ease-in-out;border-radius:8px}button:hover{border-color:#9c27b0;box-shadow:0 0 8px #9c27b0;transform:scale(1.05)}.logo-text{font-size:4rem;font-weight:700;background:linear-gradient(270deg,#ff6ec4,#7873f5,#ff6ec4);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textGradientFlow 6s ease infinite}@keyframes textGradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
