:root{color:#171a1f;background:#eef2f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--panel: #ffffff;--text: #171a1f;--muted: #647083;--border: #d8dee9;--accent: #0f766e;--accent-strong: #115e59;--danger: #b42318;--busy: #7c3aed;--shadow: 0 20px 60px rgb(23 26 31 / .12)}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,textarea{font:inherit}#app{min-height:100vh}.shell{display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px;width:min(1120px,calc(100vw - 32px));min-height:100vh;margin:0 auto;padding:28px 0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.eyebrow{margin:0 0 4px;color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1{margin:0;color:var(--text);font-size:clamp(2rem,5vw,4rem);line-height:.96;letter-spacing:0}.status{display:inline-flex;align-items:center;justify-content:center;min-width:112px;min-height:38px;padding:0 14px;border:1px solid rgb(15 118 110 / .28);border-radius:999px;background:#0f766e17;color:var(--accent-strong);font-size:.88rem;font-weight:700;white-space:nowrap}.status[data-tone=busy]{border-color:#7c3aed42;background:#7c3aed17;color:var(--busy)}.status[data-tone=error]{border-color:#b4231840;background:#b4231814;color:var(--danger)}.editor{display:grid;grid-template-rows:minmax(360px,1fr) auto;min-height:0;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--panel);box-shadow:var(--shadow)}textarea{display:block;width:100%;min-height:0;resize:none;padding:24px;border:0;outline:none;color:var(--text);background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#0f766e29,#7c3aed24) border-box;font-size:1.08rem;line-height:1.6}textarea::placeholder{color:#98a2b3}.editor-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:10px 14px 10px 18px;border-top:1px solid var(--border);color:var(--muted);font-size:.92rem}button{min-width:82px;min-height:38px;padding:0 16px;border:1px solid #c9d1df;border-radius:8px;color:#27313f;background:#f8fafc;font-weight:700;cursor:pointer}button:hover{border-color:#aeb8c8;background:#eef2f7}button:focus-visible,textarea:focus-visible{outline:3px solid rgb(15 118 110 / .24);outline-offset:2px}@media(max-width:640px){.shell{width:min(100vw - 20px,1120px);padding:16px 0;gap:14px}.topbar{align-items:flex-start;flex-direction:column}.status{min-width:0}.editor{grid-template-rows:minmax(420px,1fr) auto}textarea{padding:18px;font-size:1rem}.editor-footer{min-height:54px}}
