: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: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}}#root{width:100%;height:100vh;padding:0;margin:0}.app-container{display:flex;flex-direction:column;height:100vh;padding:2rem;background-color:#f5f5f5;color:#333}.app-container h1{margin:0 0 2rem;font-size:2.5em;text-align:center;color:#1a1a1a}.content-wrapper{display:grid;grid-template-columns:1fr 3fr;gap:2rem;flex:1;overflow:hidden}.left-panel,.right-panel{display:flex;flex-direction:column;gap:2rem;overflow-y:auto}section{background-color:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}section h2{margin:0 0 1rem;font-size:1.3em;color:#1a1a1a}.embed-section{display:flex;flex-direction:column;flex:1;overflow:hidden}.embed-textarea{width:100%;flex:1;padding:1rem;background-color:#fafafa;color:#333;border:1px solid #d0d0d0;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;resize:none;box-sizing:border-box;min-height:150px;max-height:300px}.embed-textarea:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 2px #646cff26;background-color:#fff}.render-button{margin-top:1rem;padding:.75rem 1.5rem;background-color:#646cff;color:#fff;border:none;border-radius:4px;font-size:1em;font-weight:500;cursor:pointer;transition:background-color .3s}.render-button:hover{background-color:#535bf2}.render-button:active{transform:scale(.98)}.client-section{background-color:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}.client-selector{display:flex;flex-direction:column;gap:.75rem}.client-selector label{font-weight:600;color:#1a1a1a;font-size:.95em}.client-input{padding:.75rem;background-color:#fafafa;color:#333;border:1px solid #d0d0d0;border-radius:4px;font-size:1em;transition:border-color .3s,background-color .3s;font-family:Courier New,monospace}.client-input::placeholder{color:#999}.client-input:hover{border-color:#b0b0b0;background-color:#fff}.client-input:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 2px #646cff26;background-color:#fff}.widget-section{display:flex;flex-direction:column;overflow:visible}@media(min-width:1025px){.widget-section{flex:1;overflow:hidden}}.widget-container{overflow:auto;background-color:#fff;border-radius:4px;padding:1rem;max-width:1200px;margin:0 auto;width:100%;min-height:300px}.widget-placeholder{flex:1;display:flex;align-items:center;justify-content:center;background-color:#fafafa;border-radius:4px;border:2px dashed #d0d0d0;color:#999;text-align:center;padding:2rem;max-width:900px;margin:0 auto;width:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b0b0b0}@media(max-width:1024px){.content-wrapper{grid-template-columns:1fr}}
