:root{color:#151515;background:#f7f5f0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea{font:inherit}button{cursor:pointer}.shell{display:flex;flex-direction:column;min-height:100vh;width:min(920px,100%);margin:0 auto;padding:28px 18px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid #ded9cf}h1{margin:4px 0 0;font-size:32px;line-height:1.05;letter-spacing:0}p{margin:0;line-height:1.55}.eyebrow{display:flex;align-items:center;gap:7px;color:#6b6258;font-size:12px;font-weight:700;text-transform:uppercase}.login{margin:auto;width:min(560px,100%);padding:28px 0}.login p{margin-top:10px;color:#574f48}.google-button{width:100%;margin-top:22px}.divider{display:flex;align-items:center;gap:12px;margin-top:18px;color:#6b6258;font-size:12px;font-weight:700;text-transform:uppercase}.divider:before,.divider:after{content:"";height:1px;flex:1;background:#ded9cf}.login-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:14px}input,textarea{width:100%;border:1px solid #cfc8bc;border-radius:8px;background:#fffdf8;color:#151515;padding:12px 14px;outline:none}textarea{resize:none}input:focus,textarea:focus{border-color:#375c52;box-shadow:0 0 0 3px #375c521f}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:0;border-radius:8px;background:#1f463d;color:#fff;padding:0 16px;font-weight:700}button:disabled{cursor:not-allowed;opacity:.55}button.secondary,button.icon{border:1px solid #cfc8bc;background:transparent;color:#1f463d}.chat{flex:1;padding:20px 0}.prompts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.prompts button{justify-content:flex-start;min-height:74px;border:1px solid #ded9cf;background:#fffdf8;color:#151515;text-align:left}.message{display:flex;margin:12px 0}.message.user{justify-content:flex-end}.bubble{width:min(740px,100%);border:1px solid #ded9cf;border-radius:8px;background:#fffdf8;padding:14px}.message.user .bubble{width:min(620px,92%);background:#e8eee9;border-color:#cad8cf}.draft,.approval,.connector-action{margin-top:12px;border-radius:8px;padding:12px}.draft{background:#f1eee6}.draft-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}pre{margin:0;white-space:pre-wrap;font-family:inherit;font-size:13px;line-height:1.5}.approval{display:grid;gap:8px;border:1px solid #e0bd63;background:#fff5d9}.connector-action{display:grid;gap:8px;border:1px solid #cfc8bc;background:#f1eee6}.approval strong,.connector-action strong{display:flex;align-items:center;gap:6px}.connector-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;min-height:38px;border-radius:8px;background:#1f463d;color:#fff;padding:0 14px;font-weight:700;text-decoration:none}.approval-actions{display:flex;flex-wrap:wrap;gap:8px}.tools{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.tools span{border:1px solid #d6d0c4;border-radius:999px;color:#574f48;font-size:11px;padding:4px 8px}small{display:block;margin-top:10px;color:#6b6258}.composer{position:sticky;bottom:0;display:grid;grid-template-columns:1fr auto;gap:10px;padding-top:14px;border-top:1px solid #ded9cf;background:#f7f5f0}.notice{margin-top:14px;border-radius:8px;padding:12px 14px;font-size:14px}.notice.ok{border:1px solid #b9d8bf;background:#edf7ef;color:#174522}.notice.error{border:1px solid #e6b3aa;background:#fff0ed;color:#7e1f12}@media (max-width: 680px){.shell{padding:18px 12px}.topbar,.login-form,.composer,.prompts{grid-template-columns:1fr}.topbar{display:grid}}
