/* Community pages share the market palette, spacing and accessible controls. */
.km-site .km-community-page,.km-site .km-profile-page{padding-top:30px;padding-bottom:70px;min-height:55vh}
.km-site .km-community-page section,.km-site .km-profile-page section{float:none;clear:none;width:auto}
.km-community-page h1,.km-profile-banner h1{font-size:38px;line-height:1.2;letter-spacing:-1px;margin:14px 0}
.km-community-intro{max-width:740px;font-size:17px;line-height:1.8;margin-bottom:25px}
.km-site .km-community-card{background:#fff;border:1px solid #dce4d8;border-radius:18px;padding:28px;min-width:0;overflow-wrap:anywhere}
.km-site .km-community-card h2{font-size:23px;line-height:1.35;margin:0 0 18px;display:flex;gap:10px;align-items:center}
.km-community-card p,.km-save-search p,.km-block-control p{font-size:15px;line-height:1.75;color:#425e4d;margin:12px 0 20px}
.km-community-card h3{font-size:18px;line-height:1.45;margin:12px 0}
.km-community-card .km-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:18px}
.km-saved-grid,.km-community-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.km-saved-grid>.km-empty{grid-column:1/-1;width:100%}
.km-criteria-tags{display:flex;flex-wrap:wrap;gap:7px;margin:15px 0 22px}
.km-criteria-tags span{background:#edf2e8;color:#304b3e;padding:7px 11px;border-radius:8px;font-size:13px;line-height:1.5;overflow-wrap:anywhere}
.km-site .km-community-notice{padding:15px 18px;border:1px solid #ded9b8;border-radius:10px;background:#faf5df;color:#544c2e;font-size:14px;line-height:1.75;margin:20px 0}
.km-site .km-community-form{display:grid;gap:12px;margin:16px 0;min-width:0}
.km-community-form>label{font-weight:600;font-size:14px;line-height:1.6}
.km-site .km-community-form input:not([type=checkbox]):not([type=hidden]),.km-site .km-community-form textarea,.km-site .km-community-form select{box-sizing:border-box;width:100%;max-width:100%;min-height:46px;padding:12px;border:1px solid #c5d0bf;border-radius:8px;background:#fff;color:#243c32;font:inherit;font-size:16px}
.km-site .km-community-form textarea{resize:vertical;line-height:1.7}
.km-community-form>.km-button{justify-self:start}
.km-site .km-community-form .km-check{display:flex;align-items:flex-start;gap:10px;font-weight:400;line-height:1.65;margin:6px 0}
.km-site .km-check input[type=checkbox]{width:20px;height:20px;min-width:20px;margin:3px 0 0;accent-color:#214f3e}
.km-community-card details,.km-block-control{border-top:1px solid #e0e7dc;margin-top:22px;padding-top:16px}
.km-site .km-community-card summary,.km-site .km-block-control summary{cursor:pointer;font-size:14px;font-weight:600;min-height:36px;line-height:1.6}
.km-site .km-text-button{border:0;background:none;text-decoration:underline;color:#6a3d30;padding:12px 0;justify-self:start;text-align:left;font:inherit;cursor:pointer;min-height:44px}
.km-site .km-save-search{clear:both;background:#edf3e8;border:1px solid #d0ddca;border-radius:12px;padding:16px 20px;margin:5px 0 24px}
.km-site .km-save-search>summary{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;font-size:15px;min-height:28px}
.km-save-search>div{max-width:630px;margin-top:12px}
.km-block-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e0e7dc}
.km-site .km-report-history{margin-top:28px}
.km-report-history article{padding:18px 0;border-top:1px solid #e0e7dc}
.km-report-history .km-status-tag{display:inline-block;font-size:12px;padding:6px 10px;background:#edf3e8;border-radius:8px}
.km-community-page .km-narrow{max-width:740px}
.km-site .km-account-nav{display:flex;flex-wrap:wrap;gap:6px 18px;margin-bottom:32px;line-height:1.6}
.km-site .km-account-nav a{display:inline-flex;align-items:center;min-height:44px;white-space:normal}
.km-site .km-account-nav a:last-child{margin-left:0}
.km-profile-banner{display:flex;align-items:center;gap:28px;background:#e9efdf;border-radius:20px;padding:40px;margin:24px 0 32px}
.km-profile-avatar{display:grid;place-items:center;width:92px;height:92px;flex:0 0 92px;background:#214f3e;color:#fff;border-radius:25px}
.km-profile-avatar .km-icon{width:44px;height:44px}
.km-profile-banner p{display:flex;align-items:center;gap:7px;font-size:15px;line-height:1.7;margin:8px 0;color:#425e4d}
.km-profile-banner .km-profile-since{font-size:13px}
.km-profile-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px;align-items:start}
.km-profile-tip{border-top:1px solid #e0e7dc;padding-top:24px;margin-top:28px}
.km-profile-listings{min-width:0}.km-profile-listings .km-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.km-profile-bio{white-space:normal;overflow-wrap:anywhere}
.km-report-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;min-height:44px;text-decoration:underline}
.km-message-error{color:#8b3026;background:#fff0ec;padding:12px;line-height:1.6;border-radius:8px}
@media(max-width:850px){.km-profile-layout{grid-template-columns:1fr}.km-community-columns{grid-template-columns:1fr}.km-profile-layout>aside{order:2}}
@media(max-width:600px){.km-saved-grid{grid-template-columns:1fr}.km-community-page h1,.km-profile-banner h1{font-size:30px}.km-site .km-community-card{padding:22px 20px}.km-profile-banner{padding:24px 20px;gap:18px;align-items:start}.km-profile-avatar{width:56px;height:56px;flex-basis:56px;border-radius:16px}.km-profile-avatar .km-icon{width:29px;height:29px}.km-profile-banner h1{overflow-wrap:anywhere;font-size:26px}.km-profile-banner>div{min-width:0}.km-profile-banner p{display:block}.km-profile-listings .km-search-grid{grid-template-columns:1fr}.km-site .km-save-search{padding:15px}.km-community-intro{font-size:16px}.km-site .km-community-form>.km-button{width:100%}}
