*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#e2e8f0;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:#0f172a}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:500}p{margin:0}input,button,textarea,select{font-family:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.app{max-width:800px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#e2e8f0;line-height:1.6}.header{text-align:center;margin-bottom:3rem}.header h1{font-size:2.5rem;font-weight:300;margin:0 0 .5rem;color:#f1f5f9}.header p{font-size:1.1rem;color:#94a3b8;margin:0}.tabs{display:flex;border-bottom:1px solid #334155;margin-bottom:2rem}.tab{background:none;border:none;padding:1rem 2rem;font-size:1rem;cursor:pointer;color:#94a3b8;border-bottom:2px solid transparent;transition:all .2s ease}.tab:hover{color:#f1f5f9}.tab.active{color:#60a5fa;border-bottom-color:#60a5fa}.main{min-height:400px}.feature{max-width:600px;margin:0 auto}.input-section{background:#1e293b;padding:2rem;border-radius:8px;margin-bottom:2rem;border:1px solid #334155}.input-section label{display:block;margin-bottom:.5rem;font-weight:500;color:#f1f5f9}.input{width:100%;padding:.75rem;border:1px solid #475569;border-radius:4px;font-size:1rem;margin-bottom:1rem;box-sizing:border-box;transition:border-color .2s ease;background:#0f172a;color:#e2e8f0}.input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa1a}.textarea{resize:vertical;min-height:80px;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.button:hover{background:#2563eb}.help-text{margin:1rem 0;padding:1rem;background:#0f172a;border-radius:4px;border:1px solid #334155;font-size:.9rem;color:#94a3b8}.help-text p{margin-bottom:.5rem}.help-text ul{margin:.5rem 0 0 1rem;padding:0}.help-text li{margin-bottom:.25rem}.help-text code{background:#1e293b;padding:.2rem .4rem;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:#60a5fa;border:1px solid #334155}.result{background:#1e293b;padding:1.5rem;border-radius:8px;border-left:4px solid #60a5fa;border:1px solid #334155}.result.error{border-left-color:#ef4444;background:#2d1b1b}.result h3{margin:0 0 1rem;color:#f1f5f9;font-size:1.1rem}.result-content{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:1rem;color:#e2e8f0;background:#0f172a;padding:1rem;border-radius:4px;border:1px solid #334155;word-break:break-all;white-space:pre-wrap}@media (max-width: 768px){.app{padding:1rem}.header h1{font-size:2rem}.tabs{flex-direction:column}.tab{text-align:left;border-bottom:1px solid #334155;border-right:none}.tab.active{border-bottom-color:#334155;border-left:2px solid #60a5fa}}.button.loading{position:relative;pointer-events:none;opacity:.7;color:#94a3b8}.button.loading:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;right:8px;top:0;bottom:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
