:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#e5e7eb;background:#0b1220;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-width:320px;background:#0b1220}#root{width:100%}.app-shell{max-width:1200px;margin:0 auto;padding:1.5rem}header h1{margin:0;font-size:2rem}header p{margin:.25rem 0 1rem;color:#9ca3af}.layout{display:grid;grid-template-columns:280px 1fr;gap:1rem;align-items:start}.sidebar{background:#111827;border:1px solid #1f2937;border-radius:.75rem;padding:.9rem;display:grid;gap:.75rem}.tab-group h2{margin:0 0 .35rem;font-size:.95rem;color:#9ca3af}.tab-row{display:grid;gap:.4rem}button{border:1px solid #374151;background:#1f2937;color:#e5e7eb;border-radius:.5rem;padding:.45rem .75rem;cursor:pointer;text-align:left}.tab-row button.active{background:#2563eb;color:#fff;border-color:#2563eb}.tool-panel{background:#111827;border:1px solid #1f2937;border-radius:.75rem;padding:1rem;display:grid;gap:.65rem}.tool-panel h3{margin:0}.tool-panel p{margin:0;color:#9ca3af}textarea,input,select{width:100%;border:1px solid #374151;background:#0f172a;color:#e5e7eb;border-radius:.5rem;padding:.6rem;font:inherit}textarea{resize:vertical}.actions{display:flex;flex-wrap:wrap;gap:.5rem}.actions button:disabled{opacity:.45;cursor:not-allowed}.error-box{border:1px solid #b91c1c;background:#3f1d1d;color:#fecaca;border-radius:.5rem;padding:.6rem}.option-row{display:grid;gap:.35rem}.ad-section{margin-top:1rem;background:#111827;border:1px solid #1f2937;border-radius:.75rem;padding:1rem;text-align:left}.ad-section h2{margin:0 0 .65rem;font-size:1rem;color:#9ca3af}.ad-placeholder{min-height:90px;border:1px dashed #374151;border-radius:.5rem;display:grid;place-items:center;color:#9ca3af}@media(max-width:900px){.layout{grid-template-columns:1fr}.sidebar{order:-1}}
