.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service-card{display:flex;flex-direction:column;gap:16px;min-height:120px}.service-card span{font-size:13px;color:var(--muted)}.tool-section{margin-top:24px}.tool-list{margin:18px 0;display:grid;gap:0}.tool-row,.mail-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid var(--border)}.tool-row small,.mail-row small{display:block}.inline-check{display:flex;align-items:center;gap:12px}.inline-check input[type=checkbox]{width:18px;min-height:18px;flex:0 0 18px;accent-color:var(--accent)}.tool-actions{display:flex;gap:12px;flex-wrap:wrap}.break-word{overflow-wrap:anywhere}.email-body{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8;font-size:15px;padding:18px 0}.mail-row.unread strong{color:var(--accent)}progress{width:100%;height:12px;accent-color:var(--accent)}.danger{border-color:#99524f;color:#ffc7c4}.stats strong{overflow-wrap:anywhere;font-size:clamp(22px,3vw,36px)}@media(max-width:1000px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.service-grid{grid-template-columns:1fr}.tool-row,.mail-row{align-items:flex-start;flex-wrap:wrap}.tool-row>form{margin-left:30px}.tool-actions>*{flex:1}.service-card{min-height:95px}.stats{grid-template-columns:1fr}}

.admin-shortcuts{margin:0 0 24px}
