/* Account controls use the existing workspace surfaces and do not resize the map. */
.profile-account-link{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 22px;padding:13px 16px;border:1px solid #d7e0e8;border-radius:10px;color:#07152d;font-size:14px;text-decoration:none;min-height:44px}
.profile-account-link:hover{background:#f4f7fa}.profile-account-link:focus-visible{outline:3px solid #3979a8;outline-offset:2px}
.profile-tariffs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0;padding:0;border:0;min-width:0}
.landing-account-pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.profile-summary #profileAccessUntil{white-space:normal;line-height:1.4}
.profile-billing-intro{margin:8px 0}.profile-billing-intro h3{font-size:20px;line-height:1.3;margin:0 0 6px;color:#07152d}.profile-billing-intro p{margin:0;color:#5f6f82;font-size:13px}
@media(max-width:600px){.profile-tariffs,.landing-account-pricing-grid{grid-template-columns:1fr}.profile-account-link{margin:12px 16px}}

.account-reports{color:#07152d;min-width:0;scroll-margin-top:24px}
.account-reports-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}
.account-reports-heading :is(h2,h3){margin:0;font-size:18px;line-height:1.35}
.account-reports button{min-height:44px;padding:10px 14px;border:1px solid #d7e0e8;border-radius:10px;background:#fff;color:#12304f;font:inherit;font-size:13px;cursor:pointer}
.account-reports button:hover:not(:disabled){background:#f4f7fa;border-color:#a7bac9}
.account-reports button:focus-visible{outline:3px solid #3979a8;outline-offset:3px}
.account-reports button:disabled{opacity:.55;cursor:default}
.account-reports-intro,.account-reports-feedback{margin:8px 0 0;color:#5f6f82;font-size:13px;line-height:1.55;overflow-wrap:anywhere}
.account-reports-feedback:empty{display:none}
.account-reports-feedback.is-error{color:#ae3e23}
.account-reports [data-reports-list]{margin-top:16px}
.account-report-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid #d7e0e8}
.account-report-row:first-child{border-top:1px solid #d7e0e8}
.account-report-icon{display:grid;place-items:center;width:40px;height:48px;border:1px solid #d7e0e8;border-radius:8px;background:#f4f7fa;color:#3979a8;font-size:11px;font-weight:700;letter-spacing:.03em}
.account-report-details{min-width:0}
.account-report-details h4{margin:0;color:#07152d;font-size:14px;font-weight:600;line-height:1.45;overflow-wrap:anywhere}
.account-report-address{display:block;margin-top:4px;font-size:13px;line-height:1.45;overflow-wrap:anywhere}
.account-report-meta{display:flex;align-items:center;flex-wrap:wrap;gap:5px 10px;margin-top:7px;color:#5f6f82;font-size:12px;line-height:1.5}
.account-report-industry{color:#12304f;background:#f4f7fa;border-radius:5px;padding:2px 6px;overflow-wrap:anywhere}
.account-report-download{white-space:nowrap}
@media(max-width:600px){.account-report-row{grid-template-columns:32px minmax(0,1fr);gap:10px}.account-report-icon{width:32px;height:42px;font-size:10px}.account-report-download{grid-column:2;justify-self:start}.account-reports-heading :is(h2,h3){font-size:17px}}
