.smart-business{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:1fr 1.4fr auto;align-items:end;gap:14px;margin-bottom:14px;padding:20px;display:grid}.smart-business h2{margin:5px 0;font-size:16px}.smart-business span{color:var(--muted);font-size:9px}.smart-business textarea{resize:vertical;border:1px solid var(--line);background:#fafcfb;border-radius:9px;outline:0;min-height:70px;padding:11px;font-size:10px;line-height:1.6}.smart-business textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--mint)}.smart-business button{background:var(--green);color:#fff;white-space:nowrap;border:0;border-radius:9px;padding:12px 15px;font-size:10px;font-weight:900}.smart-business button:disabled{opacity:.45;cursor:not-allowed}.history-backdrop{z-index:60;background:#0d231d73;justify-content:center;align-items:flex-start;padding:75px 16px 24px;display:flex;position:fixed;inset:0}.history-modal{background:#fff;border-radius:16px;width:min(720px,100%);max-height:calc(100vh - 100px);padding:22px;overflow:auto;box-shadow:0 28px 80px #10241f40}.history-modal>header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.history-modal h2{margin:5px 0;font-size:19px}.history-modal>header>button{background:var(--paper);width:32px;height:32px;color:var(--muted);border:0;border-radius:50%;font-size:20px}.history-list{gap:8px;display:grid}.history-list article{border:1px solid var(--line);background:#fafcfb;border-radius:10px;display:flex;overflow:hidden}.history-list article>button:first-child{text-align:left;background:0 0;border:0;flex:1;padding:13px}.history-list b,.history-list span{display:block}.history-list b{font-size:11px}.history-list span{color:var(--muted);margin-top:5px;font-size:8px}.history-list article>button:last-child{border:0;border-left:1px solid var(--line);color:#9b6969;background:#fff;padding:0 12px;font-size:8px}.history-empty{text-align:center;background:var(--paper);color:var(--muted);border-radius:10px;padding:38px 12px;font-size:10px;line-height:1.8}@media (width<=800px){.smart-business{grid-template-columns:1fr}.smart-business button{width:100%}.history-backdrop{padding:48px 12px 18px}.history-modal{padding:17px}}
