*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif}.app{height:100vh;display:flex;flex-direction:column;transition:.4s}.topbar{display:flex;justify-content:space-between;align-items:center;padding:16px 22px;background:#fff;border-bottom:1px solid #eaeaea}.main{flex:1;display:flex;gap:20px;padding:20px}.layout{flex:1;display:flex;height:100%}.column{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:14px;padding:16px;box-shadow:0 4px 14px #0000000a}.area-texto{position:relative;height:100%;display:flex;flex-direction:column}.editor{flex:1;width:100%;border:none;resize:none;font-size:16px;line-height:1.6;background:transparent;outline:none}.editor:disabled{opacity:.6;cursor:default}.balao-ia{position:absolute;bottom:20px;right:20px;z-index:5}.balao-ia:hover{transform:translate(-50%) translateY(-2px);box-shadow:0 6px 22px #0000001f}.tema-1{background:#f7f7f7;color:#222}.tema-1 .topbar{background:#fff;border-bottom:1px solid #e5e5e5}.tema-1 textarea{font-family:Inter,sans-serif;color:#222}.tema-1 .balao-ia{background:#fff;border:1px solid #e0e0e0}.tema-1 .balao-ia:hover{background:#f0f0f0}.tema-2{background:#f3efe7;color:#3a352d}.tema-2 .topbar{background:#eae4d8;border-bottom:1px solid #d6cfbf;font-family:Cormorant Garamond,serif;font-size:20px}.tema-2 textarea{font-family:Cormorant Garamond,serif;font-size:18px;color:#3a352d}.tema-2 .balao-ia{background:#e0d8c7;border:1px solid #cbbfa6;font-family:Inter,sans-serif}.tema-2 .balao-ia:hover{background:#d6ccb7}.column-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-weight:600}.actions{display:flex;gap:8px}button{border:1px solid #e2e2e2;background:#f7f7f7;padding:6px 12px;border-radius:8px;font-size:13px;cursor:pointer;transition:.2s}button:hover{background:#ececec}.editor.readonly{background:#f5f5f5;color:#555;cursor:default}.actions .ativo{background:#000;color:#fff}.titulo-texto{border:none;font-size:18px;font-weight:600;outline:none;width:100%;background:transparent;margin:0 0 10px}
