:root{font-family:Inter,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f6f7fb;color:#0f172a}#root{min-height:100vh}a{color:inherit}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a}.app-shell{min-height:100vh;padding:32px;background:radial-gradient(circle at top,#f0f4ff,#fafafa 55%);display:flex;flex-direction:column;gap:24px}.hero h1{font-size:2.4rem;margin-bottom:8px}.hero .subtitle{max-width:640px;color:#475569;margin:0}.eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.16em;color:#2563eb;margin-bottom:12px}.language-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.language-pill{border:1px solid #cbd5f5;border-radius:16px;padding:12px 16px;background:#fff;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.language-pill.active{border-color:#2563eb;box-shadow:0 8px 18px #2563eb33}.language-pill span{display:block;font-weight:600;margin-bottom:2px}.language-pill small{color:#475569;font-size:.85rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.panel{background:#fff;border-radius:24px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 8px 25px #0f172a14;display:flex;flex-direction:column;gap:14px}.panel-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.panel-header h2{margin:0}.panel-header p{margin:0;color:#475569;font-size:.95rem}.code-input,.code-output{border-radius:16px;border:1px solid #cbd5f5;font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.95rem;background:#fafbff;padding:16px;min-height:220px;white-space:pre;overflow:auto}.code-input{resize:vertical;min-height:200px;outline:none}.code-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.code-output{background:#0f172a;color:#f8fafc;height:100%}.helper{font-size:.85rem;color:#64748b;margin:0}.action-button,.copy-button{border:none;padding:8px 18px;border-radius:12px;cursor:pointer;font-weight:600;transition:background .2s ease,opacity .2s ease}.action-button{background:#2563eb;color:#fff}.action-button:hover:not(:disabled){background:#1d4ed8}.action-button:disabled{opacity:.6;cursor:default}.copy-button{background:#e2e8f0;color:#0f172a}.copy-button:hover{background:#cbd5f5}.actions{display:flex;gap:8px}
