:root{--bg:#f3f4f8;--card:#fff;--line:#e5e7eb;--text:#111827;--muted:#6b7280;--red:#dc2626;--dark:#111827;--soft:#f9fafb;--blue:#2563eb}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f7f7fb,#eceff5);color:var(--text);font-family:Segoe UI, Helvetica Neue, Arial, sans-serif;font-weight:400}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.top-inner{max-width:1180px;margin:auto;height:72px;display:flex;align-items:center;gap:22px;padding:0 18px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--dark);font-weight:600}.brand img{width:70px;height:auto;animation:logoFloat 3.6s ease-in-out infinite}.brand span{letter-spacing:.3px}nav{display:flex;gap:8px;flex:1}nav a{padding:10px 12px;border-radius:12px;text-decoration:none;color:#374151;font-weight:500;font-size:14px}nav a:hover{background:#f1f5f9;color:#111827}.userbox{display:flex;align-items:center;gap:10px}.mini-avatar,.avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#dc2626,#111827);color:#fff;font-weight:600}.mini-avatar{width:38px;height:38px}.avatar{width:54px;height:54px}.userbox small{display:block;color:var(--muted);font-size:11px}.btn{border:0;border-radius:12px;background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;padding:10px 14px;font-weight:600;text-decoration:none;cursor:pointer}.btn.ghost{background:#f3f4f6;color:#111827}.btn.dark{background:#111827}.btn.blue{background:#2563eb}.layout{max-width:1180px;margin:24px auto;display:grid;grid-template-columns:260px 1fr 300px;gap:18px;padding:0 18px}.side,.right,.card,.post{background:var(--card);border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 32px rgba(15,23,42,.06)}.side{padding:16px;height:max-content;position:sticky;top:92px}.side h3,.right h3{margin:6px 8px 12px;font-size:13px;color:#6b7280;text-transform:uppercase;font-weight:500}.catlink{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:14px;text-decoration:none;color:#111827;font-weight:600}.catlink:hover,.catlink.active{background:#f3f4f6}.tagdot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:8px}.composer{padding:16px;margin-bottom:16px}.composer textarea,.composer input,.composer select,.field{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px;color:#111827;outline:none}.composer textarea{min-height:90px;resize:vertical}.grid2{display:grid;grid-template-columns:1fr 180px;gap:10px;margin-bottom:10px}.post{padding:0;margin-bottom:16px;overflow:hidden}.post.admin{border-color:#fecaca;box-shadow:0 12px 40px rgba(220,38,38,.12)}.post-head{display:flex;gap:12px;align-items:center;padding:16px 18px}.post-head b{display:flex;align-items:center;gap:5px;font-weight:500}.post-head small{color:var(--muted)}.staff-badge{background:#dc2626;color:#fff;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:600;margin-left:6px}.post-body{padding:0 18px 14px}.post-title{margin:0 0 8px;font-size:21px;font-weight:500}.post-title a{text-decoration:none;color:#111827}.post-text{line-height:1.6;color:#374151;white-space:pre-wrap}.post-img{width:100%;max-height:420px;object-fit:cover;margin-top:12px;border-radius:16px}.post-actions{border-top:1px solid var(--line);display:flex;gap:10px;padding:12px 18px;background:#fafafa}.action{border:0;background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-weight:600;cursor:pointer;color:#374151;text-decoration:none}.action.active{background:#fee2e2;color:#dc2626}.right{padding:16px;height:max-content;position:sticky;top:92px}.stat{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid #f1f1f1}.hero{grid-column:1/-1;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid var(--line);border-radius:24px;padding:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 14px 38px rgba(15,23,42,.07)}.hero h1{margin:0;font-size:34px;font-weight:500}.hero p{color:var(--muted);margin:6px 0 0}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:radial-gradient(circle at 20% 20%,#fee2e2,transparent 35%),linear-gradient(135deg,#fff,#f1f5f9)}.login-card{width:100%;max-width:430px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 20px 60px rgba(15,23,42,.12);text-align:center}.login-card img{width:190px;animation:logoFloat 3.6s ease-in-out infinite}.login-card form{display:grid;gap:12px;text-align:left}.alert{padding:12px;border-radius:14px;margin:12px 0;font-weight:500}.alert.err{background:#fee2e2;color:#991b1b}.alert.ok{background:#dcfce7;color:#166534}.comments{background:#fafafa;border-top:1px solid var(--line);padding:16px 18px}.comment{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid #eee}.comment:last-child{border-bottom:0}.comment p{margin:4px 0 0;color:#374151}.search{display:flex;gap:8px;margin-bottom:16px}.members{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.member{padding:16px;display:flex;gap:12px;align-items:center}.notice{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:14px;margin-bottom:16px;color:#9a3412;font-weight:500}@keyframes logoFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.025)}}@media(max-width:980px){.layout{grid-template-columns:1fr}.side,.right{position:static}.top-inner{height:auto;flex-wrap:wrap;padding:12px 18px}nav{order:3;min-width:100%;overflow:auto}.hero{display:block}.grid2{grid-template-columns:1fr}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}

.user-name,.author-name{display:inline-flex;align-items:center;gap:5px;font-weight:500}.verified-badge{width:17px;height:17px;object-fit:contain;vertical-align:middle}.post.admin{border-color:#bfdbfe;box-shadow:0 10px 32px rgba(24,119,242,.10)}.post.admin .post-head{background:linear-gradient(90deg,#eff6ff,#fff)}.side-links{margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}.social-link{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:14px;text-decoration:none;color:#111827;font-weight:400}.social-link:hover{background:#f3f4f6}.social-link img{width:22px;height:22px;object-fit:contain}.social-icon{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px}.social-icon.insta{background:linear-gradient(135deg,#f97316,#db2777,#7c3aed)}.social-icon.site{background:#111827}.social-icon.shop{background:#16a34a;font-size:12px}b,strong{font-weight:500}h1,h2,h3,h4{font-weight:500}.btn,.action{font-weight:500}.brand{font-weight:500}nav a{font-weight:400}.catlink{font-weight:400}.mini-avatar,.avatar{font-weight:500}

/* ATUALIZAÇÃO SOCIAL CREEDMU */
body{font-family:"Segoe UI",Arial,sans-serif;font-weight:400}.brand,.brand span,nav a,.catlink,.btn,.action,b,strong,h1,h2,h3,h4,.staff-badge{font-weight:500}.hero h1,.post-title{font-weight:500}.user-name,.author-name{font-weight:500}.post-head small{display:block;margin-top:3px}.verified-badge{width:18px;height:18px;object-fit:contain;vertical-align:middle;margin-left:2px}.post.admin{position:relative;border-color:#93c5fd!important;box-shadow:0 12px 38px rgba(37,99,235,.18),0 0 0 1px rgba(37,99,235,.10)!important}.post.admin::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#1877f2,#60a5fa);box-shadow:0 0 18px rgba(24,119,242,.45)}.post.admin .post-head{background:linear-gradient(90deg,#eff6ff,#fff 75%)!important}.post.admin .avatar{background:linear-gradient(135deg,#1877f2,#0f172a)}.staff-badge{background:#1877f2;color:#fff;border-radius:999px;padding:4px 9px;font-size:10px;margin-left:6px;letter-spacing:.2px}.modal-backdrop{display:none;position:fixed;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(8px);z-index:100;align-items:center;justify-content:center;padding:18px}.modal-backdrop.show{display:flex}.composer-modal{width:100%;max-width:620px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 30px 90px rgba(15,23,42,.28);overflow:hidden;animation:modalIn .18s ease-out}.modal-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:20px 22px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff,#f8fafc)}.modal-head h2{margin:0;font-size:22px}.modal-head p{margin:4px 0 0;color:var(--muted)}.modal-close{width:38px;height:38px;border:0;border-radius:50%;background:#f3f4f6;color:#111827;font-size:26px;line-height:1;cursor:pointer}.modal-close:hover{background:#e5e7eb}.modal-form{padding:20px 22px;display:grid;gap:12px}.modal-form input,.modal-form textarea,.modal-form select{width:100%;border:1px solid var(--line);background:#fff;border-radius:15px;padding:13px;color:#111827;outline:none;font-family:inherit;font-weight:400}.modal-form textarea{min-height:130px;resize:vertical}.modal-form input:focus,.modal-form textarea:focus,.modal-form select:focus{border-color:#1877f2;box-shadow:0 0 0 4px rgba(24,119,242,.10)}.upload-box{border:1px dashed #cbd5e1;border-radius:16px;padding:14px;background:#f8fafc}.upload-box label{display:block;margin-bottom:8px;color:#374151;font-weight:500}.upload-box input{padding:10px;background:#fff}.upload-box small{display:block;margin-top:7px;color:#64748b}.staff-options{display:flex;gap:12px;flex-wrap:wrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;padding:12px;color:#1e3a8a}.staff-options label{display:flex;align-items:center;gap:7px}.side-links .social-link{font-weight:400}.social-link img{width:24px;height:24px;object-fit:contain}.social-icon{font-weight:400}@keyframes modalIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}

/* PATCH SOLICITADO: comentários no feed, popup com scroll e perfil */
.img-avatar{object-fit:cover;background:#f3f4f6;color:transparent}.avatar.img-avatar{width:54px;height:54px}.mini-avatar.img-avatar{width:38px;height:38px}.avatar-link{display:inline-flex;text-decoration:none}.inline-comments{display:block;background:#fff;padding-top:10px}.inline-comments .comment{align-items:flex-start}.comment-content{flex:1}.comment-bubble{background:#f3f4f6;border-radius:16px;padding:9px 12px;display:inline-block;max-width:100%}.comment-bubble p{margin:4px 0 0;color:#374151;white-space:pre-wrap}.comment-content small{display:block;margin:4px 0 0 10px;color:#6b7280}.quick-comment{display:flex;gap:8px;margin-top:12px}.quick-comment input{flex:1;border:1px solid var(--line);background:#f3f4f6;border-radius:999px;padding:11px 14px;outline:none}.quick-comment button{border:0;background:#2563eb;color:#fff;border-radius:999px;padding:0 14px;cursor:pointer}.composer-modal.compact,.composer-modal{max-width:560px;max-height:82vh;display:flex;flex-direction:column}.modal-form{overflow-y:auto;max-height:calc(82vh - 86px);padding-bottom:18px}.modal-form::-webkit-scrollbar{width:8px}.modal-form::-webkit-scrollbar-track{background:#f1f5f9}.modal-form::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.modal-head{padding:16px 18px}.modal-head h2{font-size:20px}.modal-head p{font-size:13px}.modal-form textarea{min-height:105px}.profile-card{padding:20px}.profile-top{display:flex;align-items:center;gap:16px;margin-bottom:18px}.profile-avatar{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dc2626,#111827);color:#fff;font-size:34px;object-fit:cover}.profile-top h2{margin:0 0 4px}.profile-top p{margin:0;color:#6b7280}.profile-forms{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-form{border:1px solid var(--line);background:#fafafa;border-radius:18px;padding:16px}.profile-form h3{margin:0 0 6px}.profile-form p{margin:0 0 12px;color:#6b7280}.profile-form input{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px;background:#fff;margin-bottom:12px}@media(max-width:760px){.profile-forms{grid-template-columns:1fr}.quick-comment{flex-direction:column}.quick-comment button{height:38px}}
