.account-inbox{grid-column:1/-1;padding:0;overflow:hidden}
.account-inbox__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:26px 28px 20px}
.account-inbox__head h2{margin:0 0 7px;font-size:28px;letter-spacing:-.03em}
.account-inbox__head p{max-width:680px;margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.account-inbox__summary{display:flex;align-items:center;gap:8px;white-space:nowrap}
.account-inbox__count{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#eaf5e3;color:#245522;font-size:12px;font-weight:800}
.account-inbox__filters{display:flex;gap:7px;padding:0 28px 18px;overflow-x:auto;scrollbar-width:thin}
.account-inbox__filter{min-height:38px;padding:0 13px;border:1px solid #d6e2d3;border-radius:10px;background:#fff;color:#405245;font:750 12px/1 Manrope,Arial,sans-serif;white-space:nowrap;box-shadow:none}
.account-inbox__filter:hover{transform:none;border-color:#8fba83;background:#f5faF2;box-shadow:none}
.account-inbox__filter.is-active{border-color:#146627;background:#146627;color:#fff}
.account-inbox__list{border-top:1px solid var(--line)}
.account-inbox__item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:15px;align-items:start;padding:20px 28px;border-bottom:1px solid var(--line);background:#fff}
.account-inbox__item{transition:background-color .22s ease,box-shadow .22s ease}
.account-inbox__item:focus{outline:none}
.account-inbox__item.is-target{position:relative;z-index:1;background:#f1faed;box-shadow:inset 4px 0 #49c936,inset 0 0 0 1px #b9ddb0}
.account-inbox__item:last-child{border-bottom:0}
.account-inbox__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eff6ec;color:#176c2c;font-size:18px;font-weight:850}
.account-inbox__title{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 6px}
.account-inbox__title b{font-size:15px;color:var(--deep)}
.account-inbox__type{color:#617067;font-size:11px;font-weight:750}
.account-inbox__text{max-width:72ch;margin:0;color:#536159;font-size:13px;line-height:1.55}
.account-inbox__meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px;color:#77837b;font-size:11px}
.account-inbox__status{display:inline-flex;align-items:center;min-height:31px;padding:0 10px;border-radius:999px;background:#eef3ed;color:#48564c;font-size:11px;font-weight:800;white-space:nowrap}
.account-inbox__status[data-tone="active"]{background:#fff2d8;color:#7b5311}
.account-inbox__status[data-tone="done"]{background:#e5f5df;color:#245c25}
.account-inbox__status[data-tone="reply"]{background:#dff4e5;color:#0c6629}
.account-inbox__empty{padding:28px;text-align:center}
.account-inbox__empty h3{margin:0 0 8px;font-size:20px}
.account-inbox__empty p{max-width:560px;margin:0 auto 18px;color:var(--muted);line-height:1.6}
.account-inbox__loading{padding:28px;color:var(--muted);font-size:13px}
.account-inbox__actions{display:flex;gap:9px;justify-content:center;flex-wrap:wrap}
@media(max-width:680px){.account-inbox__head{display:block;padding:22px 20px 15px}.account-inbox__head h2{font-size:24px}.account-inbox__summary{margin-top:14px}.account-inbox__filters{padding:0 20px 15px}.account-inbox__item{grid-template-columns:38px minmax(0,1fr);padding:17px 20px}.account-inbox__icon{width:38px;height:38px}.account-inbox__status{grid-column:2;justify-self:start}.account-inbox__empty,.account-inbox__loading{padding:24px 20px}}
