:root{--ink:#181b18;--green:#41523f;--green2:#687765;--cream:#f5f4ef;--paper:#fff;--line:#e5e5df;--muted:#777d75;--danger:#a34842;--gold:#b89d62;--shadow:0 10px 32px rgba(22,31,22,.07)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:15px/1.45 Arial,sans-serif}button,input,textarea,select{font:inherit}button,a{tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}.social-topbar{position:fixed;z-index:80;top:0;right:0;left:236px;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(16px)}.social-brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.social-brand>span,.condo-logo>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--green);color:#fff;font:700 16px Georgia,serif}.social-brand strong,.social-brand small{display:block}.social-brand strong{font-size:15px}.social-brand small{font-size:10px;color:var(--muted)}.social-account{display:flex;align-items:center;gap:10px}.top-user{text-align:right}.top-user strong,.top-user small{display:block}.top-user strong{font-size:12px}.top-user small{font-size:10px;color:var(--muted)}.unit-link,.social-account button{border:1px solid var(--line);border-radius:9px;background:#fff;padding:8px 10px;color:var(--green);text-decoration:none;font-size:11px;font-weight:800}.social-sidebar{position:fixed;z-index:70;inset:0 auto 0 0;width:236px;padding:21px 16px;display:flex;flex-direction:column;background:#364a39;color:#fff}.condo-logo{display:flex;align-items:center;gap:10px;padding:0 7px 22px;border-bottom:1px solid #ffffff1d}.condo-logo>span{background:#f1efe7;color:#364a39}.condo-logo strong,.condo-logo small{display:block}.condo-logo small{font-size:10px;color:#c9d0c7}.social-sidebar nav{display:grid;gap:6px;margin-top:22px}.social-sidebar nav a{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:10px;color:#dce2da;text-decoration:none;font-weight:700}.social-sidebar nav a b{font-size:18px;width:20px;text-align:center}.social-sidebar nav a.active,.social-sidebar nav a:hover{background:#ffffff16;color:#fff}.privacy-note{margin-top:auto;padding:13px;border:1px solid #ffffff1b;border-radius:12px;background:#ffffff0b}.privacy-note strong{font-size:11px}.privacy-note p{margin:5px 0 0;color:#c9d0c7;font-size:10px}.social-layout{margin-left:236px;padding:86px 24px 60px;display:grid;grid-template-columns:minmax(0,610px) 300px;gap:24px;justify-content:center}.social-feed{min-width:0}.social-alert{position:sticky;top:72px;z-index:20;margin-bottom:12px;padding:11px 13px;border-radius:10px;background:#e9f0e7;color:#3f633f;font-size:12px;font-weight:700;box-shadow:var(--shadow)}.social-alert.error{background:#f8e7e4;color:var(--danger)}.stories-card,.composer,.social-post,.notice-board{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow)}.stories-card{border-radius:14px;padding:14px 15px;margin-bottom:14px;overflow:hidden}.stories-card>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.stories-card>header strong,.stories-card>header small{display:block}.stories-card>header small{font-size:10px;color:var(--muted)}.stories-card>header button{width:34px;height:34px;border:0;border-radius:50%;background:#f0f2ed;color:var(--green);font-weight:900}.story-strip{display:flex;gap:13px;overflow-x:auto;padding:2px 2px 5px;scrollbar-width:none}.story-strip::-webkit-scrollbar{display:none}.story{flex:0 0 72px;border:0;background:none;padding:0;color:inherit;text-align:center}.story-ring{width:58px;height:58px;margin:0 auto 6px;padding:3px;border-radius:50%;background:linear-gradient(135deg,#b89d62,#5c7358,#d1b374)}.story-ring>span{display:grid;place-items:center;width:100%;height:100%;border:3px solid #fff;border-radius:50%;background:#eef1eb;color:#43553f;font-weight:900}.story.urgent .story-ring{background:linear-gradient(135deg,#c44d43,#eb936c,#b54138)}.story b{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.story small{font-size:9px;color:var(--muted)}.story-loading{color:var(--muted);font-size:11px}.composer{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:15px;border-radius:14px}.avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e8ece4;color:var(--green);font-size:12px;font-weight:900}.composer textarea{display:block;width:100%;min-height:54px;border:0;resize:vertical;outline:0;font-size:14px}.composer-actions{display:flex;align-items:center;gap:9px;padding-top:10px;border-top:1px solid #eeeeea}.media-button{cursor:pointer;color:var(--green);font-size:11px;font-weight:800}.media-button input{display:none}.composer-actions span{flex:1;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.composer-actions button{border:0;border-radius:9px;background:var(--green);color:#fff;padding:8px 14px;font-size:11px;font-weight:800}.feed-tabs{display:flex;align-items:center;justify-content:space-between;padding:15px 4px 8px}.feed-tabs button{border:0;border-bottom:2px solid var(--green);background:none;padding:8px 2px;color:var(--ink);font-weight:900}.feed-tabs span{font-size:10px;color:var(--muted)}.feed-list{display:grid;gap:15px}.social-post{overflow:hidden;border-radius:14px}.post-head{display:flex;align-items:center;gap:10px;padding:13px 14px}.post-head>div:nth-child(2){flex:1;min-width:0}.post-head strong,.post-head small{display:block}.post-head strong{font-size:13px}.post-head small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.official-badge{padding:4px 7px;border-radius:999px;background:#e8eee5;color:#4c6748;font-size:8px;font-weight:900;letter-spacing:.04em}.post-delete{border:0;background:none;color:var(--danger);font-size:11px}.post-body{padding:0 14px 13px;white-space:pre-wrap;font-size:14px;line-height:1.55}.post-image{display:block;width:100%;max-height:680px;object-fit:cover;background:#eef0eb}.post-file,.private-file{display:inline-block;margin:0 14px 13px;padding:9px 11px;border-radius:9px;background:#f2f3ef;color:var(--green);font-size:11px;font-weight:800;text-decoration:none}.post-actions{display:flex;align-items:center;gap:2px;padding:8px 10px;border-top:1px solid #eeeeea}.post-actions button{display:flex;align-items:center;gap:5px;border:0;background:none;padding:8px 9px;border-radius:9px;color:#41483f;font-size:12px;font-weight:800}.post-actions button:hover{background:#f4f5f1}.post-actions button.liked{color:#b0443f}.post-actions button.liked .heart{font-variation-settings:'FILL' 1}.post-stats{padding:0 14px 8px;color:var(--muted);font-size:10px}.comment-list{display:grid;gap:7px;padding:0 14px 10px}.comment{font-size:12px}.comment strong{margin-right:5px}.comment small{color:var(--muted);font-size:9px}.comment p{display:inline;margin:0}.comment-form{display:flex;gap:7px;padding:0 12px 13px}.comment-form input{flex:1;min-width:0;border:1px solid var(--line);border-radius:999px;background:#f8f8f5;padding:9px 12px;font-size:11px}.comment-form button{border:0;background:none;color:var(--green);padding:0 7px;font-size:11px;font-weight:900}.notice-board{position:sticky;top:84px;height:max-content;padding:16px;border-radius:14px}.notice-board header{display:flex;justify-content:space-between;align-items:center}.notice-board header small{font-size:9px;color:var(--green2);font-weight:900;letter-spacing:.08em}.notice-board h2{margin:2px 0;font:500 21px Georgia,serif}.notice-board header button{width:32px;height:32px;border:0;border-radius:50%;background:var(--green);color:#fff;font-size:18px}.notice-card{padding:12px 0;border-top:1px solid #eeeeea}.notice-card:first-child{margin-top:10px}.notice-card>span{display:inline-block;padding:3px 7px;border-radius:999px;background:#edf0e9;color:#5b654f;font-size:8px;font-weight:900}.notice-card>span.urgent{background:#f7e7e3;color:var(--danger)}.notice-card h3{margin:6px 0 3px;font-size:13px}.notice-card p{margin:0;color:#666d64;font-size:11px}.notice-card small{display:block;margin-top:6px;color:#92978e;font-size:9px}.notice-card button{margin-top:7px;border:0;background:none;color:var(--danger);padding:0;font-size:10px}.empty-feed{padding:34px;text-align:center;color:var(--muted);font-size:12px}.social-modal-backdrop{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:15px;background:#1d261db3}.social-modal-backdrop[hidden]{display:none}.social-modal{width:min(700px,100%);max-height:calc(100dvh - 30px);overflow:auto;border-radius:16px;background:#fff}.social-modal>header{display:flex;justify-content:space-between;padding:19px 21px;border-bottom:1px solid var(--line)}.social-modal header small{font-size:9px;color:var(--green2);font-weight:900}.social-modal h2{margin:2px 0;font:500 25px Georgia,serif}.social-modal header button{border:0;background:none;font-size:24px}.social-modal form{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:20px}.social-modal label{font-size:11px;font-weight:800}.social-modal input,.social-modal select,.social-modal textarea{display:block;width:100%;margin-top:5px;border:1px solid var(--line);border-radius:9px;padding:10px;font:inherit}.social-modal .wide{grid-column:1/-1}.social-modal footer{display:flex;justify-content:flex-end;gap:8px}.social-modal footer button{border:1px solid var(--line);border-radius:9px;background:#fff;padding:9px 13px;font-weight:800}.social-modal footer button:last-child{border-color:var(--green);background:var(--green);color:#fff}.mobile-bottom-nav{display:none}
@media(max-width:1000px){.social-layout{grid-template-columns:minmax(0,610px)}.notice-board{display:none}}
@media(max-width:760px){body{background:#fff}.social-sidebar{display:none}.social-topbar{left:0;height:58px;padding:0 12px}.social-brand>span{width:33px;height:33px;border-radius:10px;font-size:14px}.social-brand strong{font-size:14px}.social-brand small,.top-user,.unit-link{display:none}.social-account button{border:0;background:transparent;padding:7px;font-size:10px}.social-layout{margin-left:0;padding:68px 0 calc(82px + env(safe-area-inset-bottom));display:block}.social-feed{width:100%}.social-alert{margin:0 10px 10px}.stories-card,.composer,.social-post{border-left:0;border-right:0;border-radius:0;box-shadow:none}.stories-card{margin-bottom:8px;padding:12px 10px}.story-strip{gap:11px}.composer{grid-template-columns:36px 1fr;padding:12px}.composer>.avatar{width:36px;height:36px}.feed-tabs{padding:8px 12px}.feed-list{gap:8px}.post-head{padding:11px 12px}.post-body{padding:0 12px 11px}.post-actions{padding:6px 8px}.comment-list{padding:0 12px 9px}.mobile-bottom-nav{position:fixed;z-index:100;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);padding:7px 6px calc(7px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,255,255,.97);backdrop-filter:blur(14px)}.mobile-bottom-nav a{display:grid;place-items:center;gap:1px;color:#60685e;text-decoration:none;font-size:9px;font-weight:700}.mobile-bottom-nav a b{font-size:19px;font-weight:500}.mobile-bottom-nav a.active{color:var(--green)}.mobile-bottom-nav .mobile-create b{display:grid;place-items:center;width:38px;height:28px;border-radius:9px;background:var(--green);color:#fff;font-size:20px}.social-modal form{grid-template-columns:1fr}.social-modal .wide{grid-column:auto}}
@media(max-width:420px){.composer>.avatar{display:none}.composer{grid-template-columns:1fr}.official-badge{max-width:86px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-actions button{padding:8px 7px;font-size:11px}.story{flex-basis:66px}.story-ring{width:54px;height:54px}}

/* feed quadrado e simétrico */
.social-post .post-image{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#eef2ef}.social-post{overflow:hidden}.feed-list{align-items:stretch}@media(min-width:980px){.social-feed{max-width:680px}.social-post .post-image{aspect-ratio:1/1}}

@media(min-width:1100px){.social-layout{grid-template-columns:minmax(0,720px) 320px;gap:28px}.social-feed{max-width:720px}.social-post,.stories-card,.composer{border-radius:18px}.social-post .post-image{aspect-ratio:1/1;max-height:none}}
@media(max-width:760px){.social-post .post-image{aspect-ratio:1/1;max-height:none}.feed-list{gap:10px}}


/* Proprietário/Anfitrião: mesma navegação usada em todo o portal */
.host-feed-bottom-nav{
  display:none;
}

body.social-host{
  padding-bottom:calc(130px + env(safe-area-inset-bottom));
}

body.social-host .mobile-bottom-nav{
  display:none !important;
}

body.social-host .host-feed-bottom-nav{
  position:fixed !important;
  left:50% !important;
  right:auto !important;
  bottom:calc(var(--boa-luz-visual-bottom, 0px) + max(8px, env(safe-area-inset-bottom))) !important;
  transform:translateX(-50%) !important;
  z-index:2147483000 !important;
  width:min(560px,calc(100% - 20px));
  min-height:72px;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:stretch;
  background:rgba(255,255,255,.98);
  border:1px solid #dfe4df;
  border-radius:22px;
  box-shadow:0 14px 38px rgba(22,55,44,.18);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

body.social-host .host-feed-bottom-nav a{
  min-width:0;
  min-height:70px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  text-decoration:none;
  color:#77817b;
  font-size:10px;
  font-weight:800;
}

body.social-host .host-feed-bottom-nav a.active{
  color:#0f5e47;
}

body.social-host .host-feed-bottom-nav .host-icon{
  width:24px;
  height:24px;
  object-fit:contain;
  display:block;
  flex:0 0 auto;
}

body.social-host .host-feed-bottom-nav .publish{
  position:relative;
}

body.social-host .host-feed-bottom-nav .publish .host-icon{
  width:48px;
  height:48px;
  margin-top:-20px;
  padding:9px;
  border-radius:50%;
  background:#0f5e47;
  box-shadow:0 9px 20px rgba(15,94,71,.30);
}

body.social-host .host-feed-bottom-nav .publish span{
  margin-top:-2px;
}

@media(max-width:679px){
  body.social-host .social-layout{
    padding-bottom:18px;
  }
  body.social-host .host-feed-bottom-nav{
    width:calc(100% - 20px);
  }
}

@media(min-width:680px){
  body.social-host .host-feed-bottom-nav{
    width:min(650px,calc(100% - 40px));
    bottom:calc(var(--boa-luz-visual-bottom, 0px) + 12px) !important;
  }
}

@media(min-width:960px){
  body.social-host{
    padding-bottom:145px;
  }
  body.social-host .host-feed-bottom-nav{
    width:min(650px,calc(100% - 48px));
  }
}
