.extra-fields:has(.fiscal-assistant)~.primary{display:none!important}.fiscal-agent-shell{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:610px;overflow:hidden;border:1px solid var(--ux-border);border-radius:16px;background:#fff}.fiscal-agent-shell>aside{display:flex;flex-direction:column;padding:14px;border-right:1px solid var(--ux-border);background:#f8f9fb}.fiscal-agent-shell>aside>header{display:flex;align-items:center;gap:9px;padding:6px}.fiscal-agent-shell>aside>header>span{display:grid;width:35px;height:35px;place-items:center;border-radius:10px;background:linear-gradient(135deg,#165ccc,#4c82df);color:#fff}.fiscal-agent-shell>aside svg{width:17px;height:17px}.fiscal-agent-shell>aside header div{display:grid;gap:2px}.fiscal-agent-shell>aside header b{font-size:11px}.fiscal-agent-shell>aside header small{color:var(--ux-muted);font-size:7.5px}.fiscal-agent-shell>aside>button{display:flex;align-items:center;gap:7px;height:37px;margin:13px 0;padding:0 10px;border:1px solid var(--ux-border);border-radius:9px;background:#fff;color:var(--ux-navy);font-size:9px;font-weight:750}.fiscal-agent-shell>aside nav{display:grid;gap:3px}.fiscal-agent-shell>aside nav>small{margin:5px 7px;color:var(--ux-muted);font-size:7px;font-weight:800;letter-spacing:.08em}.fiscal-agent-shell>aside nav button{display:grid;grid-template-columns:37px 1fr;align-items:center;min-height:40px;padding:6px 8px;border:0;border-radius:8px;background:transparent;color:var(--ux-navy);text-align:left;cursor:pointer}.fiscal-agent-shell>aside nav button:hover,.fiscal-agent-shell>aside nav button.active{background:#eaf2ff;color:var(--ux-blue)}.fiscal-agent-shell>aside nav b{font-size:9px}.fiscal-agent-shell>aside nav span{font-size:8px}.fiscal-agent-shell>aside>footer{display:flex;align-items:flex-start;gap:7px;margin-top:auto;padding:10px;border-top:1px solid var(--ux-border);color:var(--ux-muted);font-size:8px}.fiscal-agent-shell>main{display:grid;grid-template-rows:auto minmax(250px,1fr) auto auto auto;min-width:0;padding:20px}.fiscal-agent-shell>main>header{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--ux-border)}.fiscal-agent-shell>main>header small{color:var(--ux-blue);font-size:8px;font-weight:800;letter-spacing:.08em}.fiscal-agent-shell>main>header h2{margin:3px 0;font-size:20px}.fiscal-agent-shell>main>header>span{padding:5px 8px;border-radius:7px;background:#eef1f5;color:var(--ux-muted);font-size:8px}.fiscal-agent-messages{display:flex;min-height:310px;max-height:430px;flex-direction:column;gap:15px;padding:18px 5px;overflow:auto}.fiscal-agent-messages article{display:grid;grid-template-columns:31px minmax(0,1fr);align-items:start;gap:9px;max-width:86%}.fiscal-agent-messages article.user{align-self:flex-end;grid-template-columns:minmax(0,1fr) 31px}.fiscal-agent-messages article.user>span{grid-column:2;grid-row:1}.fiscal-agent-messages article.user>div{grid-column:1;grid-row:1;background:#edf4ff}.fiscal-agent-messages article>span{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:#102b61;color:#fff}.fiscal-agent-messages article>span svg{width:15px}.fiscal-agent-messages article>div{padding:10px 12px;border-radius:4px 12px 12px 12px;background:#f5f7fa}.fiscal-agent-messages article.user>div{border-radius:12px 4px 12px 12px}.fiscal-agent-messages article b{font-size:9px}.fiscal-agent-messages article p{margin:5px 0;color:#354052;font-size:10px;line-height:1.6}.fiscal-agent-messages article small{color:var(--ux-muted);font-size:8px}.fiscal-agent-messages article footer{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.fiscal-agent-messages article footer a{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border:1px solid var(--ux-border);border-radius:7px;background:#fff;color:var(--ux-blue);font-size:7.5px;font-weight:700;text-decoration:none}.fiscal-agent-messages article footer svg{width:11px}.fiscal-thinking>span svg{animation:fiscal-spin 1s linear infinite}.fiscal-agent-suggestions{display:flex;gap:5px;padding:7px 0;overflow:auto}.fiscal-agent-suggestions button{min-height:29px;padding:0 9px;border:1px solid var(--ux-border);border-radius:14px;background:#fff;color:var(--ux-muted);font-size:8px;white-space:nowrap}.fiscal-agent-composer{display:grid!important;grid-template-columns:minmax(0,1fr) 38px;align-items:end;gap:8px;margin:7px 0 0!important;padding:8px;border:1px solid var(--ux-border);border-radius:12px;background:#fff}.fiscal-agent-composer textarea{min-height:53px;padding:6px!important;border:0!important;outline:0;resize:none;box-shadow:none!important}.fiscal-agent-composer button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:10px;background:var(--ux-blue);color:#fff}.fiscal-agent-composer button svg{width:17px}.fiscal-agent-disclaimer{margin:8px 0 0;color:var(--ux-muted);font-size:7.5px;text-align:center}html[data-theme="dark"] .fiscal-agent-shell,html[data-theme="dark"] .fiscal-agent-shell>aside,html[data-theme="dark"] .fiscal-agent-shell>aside>button,html[data-theme="dark"] .fiscal-agent-suggestions button,html[data-theme="dark"] .fiscal-agent-composer{background:#1a2230;border-color:#303949;color:#edf2fb}html[data-theme="dark"] .fiscal-agent-messages article>div{background:#222d3d}html[data-theme="dark"] .fiscal-agent-messages article p{color:#d6deea}@media(max-width:760px){.fiscal-agent-shell{grid-template-columns:1fr}.fiscal-agent-shell>aside{border-right:0;border-bottom:1px solid var(--ux-border)}.fiscal-agent-shell>aside nav{display:flex;overflow:auto}.fiscal-agent-shell>aside nav>small,.fiscal-agent-shell>aside>footer{display:none}.fiscal-agent-shell>aside nav button{min-width:115px}.fiscal-agent-shell>main{padding:14px}.fiscal-agent-messages article{max-width:96%}}
