:root{--accent: #ffed24;--ink: #1b1c1c;--panel: #f5f5f3;--surface: #ffffff;--line: #ecece6;--line-2: #e9e9e2;--row-line: #f1f1eb;--text: #232424;--muted: #8b8b81;--muted-2: #9a9b96}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--panel)}.widget{display:flex;flex-direction:column;height:100%;background:var(--panel)}.widget__header{display:flex;align-items:center;gap:13px;padding:16px 18px;background:var(--ink);flex:0 0 auto}.widget__logo{width:42px;height:42px;border-radius:12px;background:var(--accent);display:flex;align-items:center;justify-content:center;flex:none}.widget__heading{flex:1;min-width:0}.widget__title{font-size:15.5px;font-weight:800;color:#fff;letter-spacing:-.01em}.widget__status{display:flex;align-items:center;gap:7px;margin-top:3px;font-size:12px;font-weight:600;color:var(--muted-2)}.widget__status-dot{width:7px;height:7px;border-radius:50%;background:#46d17e;box-shadow:0 0 0 3px #46d17e33}.widget__close{flex:none;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;background:transparent;color:var(--muted-2);cursor:pointer;border-radius:8px}.widget__close:hover{color:#fff;background:#ffffff14}.widget__body{flex:1 1 auto;overflow-y:auto;padding:20px 18px 6px}.widget__body::-webkit-scrollbar{width:8px}.widget__body::-webkit-scrollbar-thumb{background:#d6d6cf;border-radius:8px;border:2px solid var(--panel)}.widget__body::-webkit-scrollbar-track{background:transparent}.widget__error{color:#b42318}.messages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.msg{display:flex}.msg--user{justify-content:flex-end}.msg--assistant{justify-content:flex-start}.msg__bubble{max-width:86%;padding:13px 16px;font-size:14.5px;line-height:1.55;font-weight:500;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:16px 16px 16px 5px;box-shadow:0 1px 2px #1414140a}.msg--user .msg__bubble{background:var(--accent);color:var(--ink);border-color:var(--accent);border-radius:16px 16px 5px;box-shadow:none}.msg__text{word-break:break-word}.md>:first-child{margin-top:0}.md>:last-child{margin-bottom:0}.md p{margin:0 0 6px}.md ul,.md ol{margin:4px 0 6px;padding-left:20px}.md li{margin:2px 0}.md h1,.md h2,.md h3,.md h4{margin:6px 0 4px;font-size:1.02em;font-weight:800;color:var(--ink)}.md code{background:var(--panel);border-radius:4px;padding:1px 4px;font-size:.92em}.md pre{background:var(--panel);border-radius:6px;padding:8px 10px;overflow-x:auto}.md pre code{background:transparent;padding:0}.md blockquote{margin:4px 0;padding-left:10px;border-left:3px solid var(--line);color:var(--muted)}.md a{color:var(--ink);text-decoration:underline}.msg--user .md code,.msg--user .md pre{background:#00000014}.budget{margin:6px 0 2px}.budget__accent{display:block;height:3px;width:38px;background:var(--accent);border-radius:3px;margin:2px 0 14px}.budget__frame{border:1px solid var(--line-2);border-radius:13px;overflow:hidden;font-variant-numeric:tabular-nums}.budget__head,.budget__row{display:grid;grid-template-columns:1fr 84px 84px}.budget__head{background:#f7f7f3;border-bottom:1px solid var(--line-2)}.budget__row{border-bottom:1px solid var(--row-line)}.budget__row:last-child{border-bottom:0}.budget__cell{padding:12px 13px;font-size:14px;font-weight:600;color:#2a2b2b;line-height:1.35}.budget__head .budget__cell{padding:11px 13px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.budget__cell--num{text-align:right}.budget__sub{margin-top:3px;font-size:11.5px;font-weight:500;color:var(--muted);line-height:1.3}.budget__cell--notfound{grid-column:2 / 4;text-align:right;font-weight:500;font-style:italic;color:var(--muted)}.budget__row--total{background:#fbfbf8;border-top:2px solid var(--accent)}.budget__row--total .budget__cell{font-weight:800;color:var(--ink);padding:13px}.cta{margin-top:16px}.cta__text{font-size:13.5px;line-height:1.55;color:#5c5c54;font-weight:500}.cta__buttons{display:flex;gap:9px;margin-top:14px;flex-wrap:wrap}.cta__btn{display:inline-flex;align-items:center;gap:7px;padding:10px 15px;border-radius:11px;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer}.cta__btn--secondary{background:#fff;border:1px solid #deded6;color:var(--ink)}.cta__btn--primary{background:var(--accent);color:var(--ink);font-weight:800}.widget__statuses{display:flex;flex-direction:column;gap:6px;margin:12px 2px}.status{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--muted)}.status__dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.status--running .status__dot{animation:pulse 1s infinite}.status--done .status__dot{background:#46d17e}.status--error .status__dot{background:#f79009}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}.msg__typing{display:inline-flex;gap:4px}.msg__typing span{width:6px;height:6px;border-radius:50%;background:var(--muted);animation:pulse 1s infinite}.msg__typing span:nth-child(2){animation-delay:.15s}.msg__typing span:nth-child(3){animation-delay:.3s}.input{flex:0 0 auto;display:flex;align-items:flex-end;gap:10px;padding:14px 16px;background:var(--surface);border-top:1px solid var(--line)}.input__field{flex:1 1 auto;min-width:0;resize:none;overflow-y:auto;height:46px;max-height:140px;border:1px solid #e5e5de;background:var(--panel);border-radius:22px;padding:12px 17px;font:inherit;font-size:14px;font-weight:500;line-height:1.4;color:var(--text);outline:none}.input__field:focus{border-color:#d0d0c4}.input__send{flex:none;width:46px;height:46px;border:0;border-radius:50%;background:var(--accent);color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 14px #ffed2473}.input__send:disabled{opacity:.5;cursor:default;box-shadow:none}
