*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#eef2f7;color:#1f2937}a{color:inherit;text-decoration:none}.cb-wrap{width:min(1050px,calc(100% - 32px));margin:0 auto}.cb-topbar{background:#101827;color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.18);position:sticky;top:0;z-index:100}.cb-topbar-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px}.cb-logo{display:inline-flex;align-items:baseline;gap:1px;font-size:25px;font-weight:900;letter-spacing:-.6px}.cb-logo b{color:#93c5fd}.cb-nav{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.cb-nav a{font-weight:800;font-size:14px;opacity:.92}.cb-nav-btn{background:#fff;color:#101827;padding:10px 14px;border-radius:999px}.cb-more{position:relative}.cb-more-btn{width:44px;height:44px;padding:0;display:grid;place-items:center;grid-template-columns:repeat(3,4px);justify-content:center;gap:4px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);cursor:pointer;transition:.2s ease}.cb-more-btn:hover,.cb-more.aberto .cb-more-btn{background:#fff;transform:translateY(-1px)}.cb-more-btn span{width:4px;height:4px;border-radius:999px;background:#fff;display:block}.cb-more-btn:hover span,.cb-more.aberto .cb-more-btn span{background:#101827}.cb-more-menu{display:none;position:absolute;right:0;top:54px;width:min(320px,calc(100vw - 32px));background:#fff;color:#101827;border-radius:22px;padding:10px;box-shadow:0 22px 60px rgba(0,0,0,.28);border:1px solid #e5e7eb;z-index:200}.cb-more-menu::before{content:"";position:absolute;right:18px;top:-8px;width:16px;height:16px;background:#fff;border-left:1px solid #e5e7eb;border-top:1px solid #e5e7eb;transform:rotate(45deg)}.cb-more.aberto .cb-more-menu{display:block;animation:cbMenu .16s ease-out}@keyframes cbMenu{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.cb-more-title{padding:12px 12px 8px;border-bottom:1px solid #eef2f7;margin-bottom:6px}.cb-more-title strong{display:block;font-size:16px}.cb-more-title small{color:#64748b;font-weight:700}.cb-more-item{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;padding:12px;border-radius:16px;color:#101827;opacity:1!important;transition:.18s ease}.cb-more-item:hover{background:#f3f4f6}.cb-more-item.destaque{background:#eef2ff;border:1px solid #dbeafe}.cb-more-item.destaque:hover{background:#dbeafe}.cb-more-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#101827;color:#fff;font-size:18px}.cb-more-item strong{display:block;font-size:14px}.cb-more-item small{display:block;margin-top:2px;color:#64748b;font-weight:700;font-size:12px}.cb-main{padding:28px 0 45px}.cb-hero,.cb-create,.cb-feed,.cb-card,.cb-profile-box{background:#fff;border-radius:24px;padding:24px;box-shadow:0 15px 35px rgba(17,24,39,.08);border:1px solid rgba(17,24,39,.08)}.cb-hero{background:linear-gradient(135deg,#fff,#e0f2fe);margin-bottom:20px}.cb-badge{display:inline-flex;background:#dcfce7;color:#166534;border:1px solid #86efac;padding:8px 12px;border-radius:999px;font-weight:900;font-size:13px}.cb-hero h1{font-size:clamp(34px,6vw,62px);line-height:1;letter-spacing:-2px;margin:16px 0 10px}.cb-hero p{font-size:18px;line-height:1.55;color:#4b5563;margin:0}.cb-create{margin-bottom:20px}.cb-create h2,.cb-feed h2,.cb-card h1{margin-top:0}textarea,input{width:100%;border:1px solid #cbd5e1;border-radius:16px;padding:14px 15px;font-size:16px;background:#fff;outline:none}textarea{min-height:110px;resize:vertical}textarea:focus,input:focus{border-color:#101827;box-shadow:0 0 0 4px rgba(16,24,39,.08)}button{border:0;background:#101827;color:#fff;font-weight:900;padding:12px 16px;border-radius:999px;cursor:pointer}button:hover{transform:translateY(-1px)}.cb-create button{margin-top:12px}.cb-post{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;margin-top:15px}.cb-post-head{display:flex;align-items:center;gap:12px}.cb-post-head span{display:block;color:#6b7280;font-size:13px;margin-top:2px}.cb-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#101827;color:#fff;font-weight:900}.cb-avatar-big{width:84px;height:84px;font-size:34px;border:5px solid #fff;margin-top:-54px}.cb-post p{font-size:17px;line-height:1.55}.cb-actions{display:flex;gap:10px;flex-wrap:wrap}.cb-actions button{background:#f3f4f6;color:#101827;border:1px solid #e5e7eb}.cb-actions button.ativo{background:#dcfce7;border-color:#86efac;color:#166534}.cb-form{display:grid;gap:14px}.cb-form label{display:grid;gap:7px;font-weight:900}.cb-form button{justify-self:start}.cb-cover{height:180px;border-radius:24px 24px 0 0;background:linear-gradient(135deg,#101827,#2563eb,#22c55e)}.cb-profile-box{border-radius:0 0 24px 24px}.cb-profile-box h1{margin-bottom:6px}.cb-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.cb-stats div{min-width:120px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;padding:14px}.cb-stats strong{display:block;font-size:25px}.cb-stats span{color:#6b7280}.cb-footer{background:#101827;color:#fff;text-align:center;padding:24px 0}.cb-footer p{margin:0 0 10px;color:rgba(255,255,255,.72)}.cb-footer-admin{display:inline-flex;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 14px;font-weight:900}@media(max-width:760px){.cb-topbar-inner{display:grid;padding:16px 0}.cb-nav{gap:10px}.cb-more-menu{right:auto;left:50%;transform:translateX(-50%)}.cb-more.aberto .cb-more-menu{animation:none}.cb-more-menu::before{right:auto;left:50%;margin-left:-8px}}