:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#19212a;background:#f6f8fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1{margin:0;font-size:2.25rem;line-height:1.1}#app{width:100%;margin:0 auto}.app-shell{max-width:860px;margin:0 auto;padding:32px 18px}.app-header{margin-bottom:20px}.app-header p{margin:8px 0 0;color:#586273}.mode-switch{display:flex;gap:8px;margin-bottom:16px}.form-panel{display:grid;gap:8px;padding:18px;background:#fff;border:1px solid #dfe5ee;border-radius:8px;box-shadow:0 8px 22px #19212a0f}.ai-note{margin-top:14px;padding:12px 14px;border:1px solid #f0d18a;border-radius:8px;background:#fff8e5;color:#5a410c;font-size:.92rem;font-weight:700}label{font-size:.9rem;font-weight:700;color:#303948}input{width:100%;box-sizing:border-box;margin-bottom:8px;padding:12px;border:1px solid #cfd8e5;border-radius:6px;background:#fff;color:#19212a;font:inherit}textarea{width:100%;min-height:92px;box-sizing:border-box;margin-bottom:8px;padding:12px;border:1px solid #cfd8e5;border-radius:6px;background:#fff;color:#19212a;font:inherit;resize:vertical}button{border-radius:6px;border:1px solid #cfd8e5;padding:.6em 1.2em;font-size:1em;font-weight:700;font-family:inherit;color:#263140;background-color:#fff;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}button:hover{border-color:#1d6fd3}button:focus,button:focus-visible{outline:3px solid rgba(29,111,211,.25)}button.active,.primary-action{border-color:#1d6fd3;color:#fff;background:#1d6fd3}.primary-action{margin-top:4px;justify-self:start}#outputContainer{margin-top:16px;border:1px solid #dfe5ee;border-radius:8px;overflow:hidden;resize:vertical;min-height:150px;max-height:500px;background:#fff}#outputHeader{background:#eef4fb;padding:10px 12px;font-weight:800;font-size:.9rem;border-bottom:1px solid #dfe5ee}#output{padding:12px;white-space:pre-wrap;overflow-y:auto;height:280px;color:#263140;font-family:inherit}@media (max-width: 560px){h1{font-size:1.8rem}.mode-switch{flex-direction:column}.primary-action{width:100%}}
