body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#eef6ff;color:#101828}
.top{height:48px;background:linear-gradient(135deg,#ff9818,#ff6200);display:flex;align-items:center;gap:12px;padding:0 14px;box-sizing:border-box;color:#fff;position:sticky;top:0;z-index:10}
.logo{font-weight:900;font-size:20px;text-decoration:none;color:#fff}
.search{flex:1;height:32px;border:0;border-radius:16px;padding:0 14px;font-weight:800}
.menu{margin-left:auto;text-decoration:none;color:#fff;font-weight:900}
.wrap{max-width:760px;margin:18px auto;padding:0 12px}
.card{background:#fff;border:1px solid #e4e7ec;border-radius:22px;padding:16px;margin-bottom:14px;box-shadow:0 10px 28px rgba(16,24,40,.08)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border-radius:16px;background:#f2f7ff;color:#2563eb;text-decoration:none;font-weight:900;border:0;cursor:pointer}
.danger{background:#fff1f3;color:#b42318}
.primary{background:#2563eb;color:#fff}
.input{width:100%;height:46px;border:1px solid #d0d5dd;border-radius:16px;padding:0 13px;box-sizing:border-box;font-size:16px;font-weight:800;margin:8px 0 12px}
.alert{border-radius:18px;padding:13px 14px;font-weight:850;margin:12px 0}
.warn{background:#fff8e6;color:#93370d;border:1px solid #fedf89}
.ok{background:#ecfdf3;color:#067647;border:1px solid #abefc6}
.err{background:#fff1f3;color:#b42318;border:1px solid #fecdca}

/* V72 - modo produção */
.prod-hero-title {
  font-size: 34px;
  line-height: 1.08;
  margin: 0 0 10px;
  letter-spacing: -0.8px;
}

.prod-hero-text {
  color: #667085;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.45;
  margin: 0 0 16px;
}

.prod-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.prod-mini {
  font-size: 14px;
  color: #667085;
  font-weight: 750;
}

.prod-search-note {
  margin-top: 10px;
  font-size: 13px;
  color: #667085;
  font-weight: 700;
}

@media (max-width: 560px) {
  .top {
    height: 46px;
    padding: 0 10px;
    gap: 8px;
  }

  .logo {
    font-size: 18px;
    white-space: nowrap;
  }

  .search {
    height: 30px;
    font-size: 14px;
    min-width: 0;
  }

  .prod-hero-title {
    font-size: 28px;
  }

  .prod-hero-text {
    font-size: 15px;
  }

  .wrap {
    margin-top: 14px;
  }
}

/* V73 - feed restaurado e menu nos três tracinhos */
.clb73-top-menu-wrap {
  position: relative;
  margin-left: auto;
}

.clb73-menu-btn {
  width: 38px;
  height: 34px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: #101828;
  font-weight: 950;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(16,24,40,.12);
}

.clb73-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 42px;
  width: 260px;
  background: rgba(255,255,255,.96);
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  padding: 12px;
  box-shadow: 0 24px 55px rgba(16,24,40,.18);
  z-index: 999;
}

.clb73-dropdown.open {
  display: block;
}

.clb73-dropdown-title {
  font-weight: 950;
  color: #667085;
  margin: 6px 8px 10px;
}

.clb73-dropdown a {
  display: block;
  text-decoration: none;
  color: #101828;
  font-weight: 900;
  padding: 12px 13px;
  border-radius: 16px;
  margin: 6px 0;
  background: #f2f7ff;
}

.clb73-dropdown a.danger {
  background: #fff1f3;
  color: #b42318;
}

.clb73-feed-title {
  font-size: 28px;
  font-weight: 950;
  margin: 0 0 14px;
}

.clb73-composer {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.clb73-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: #dbeafe;
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(16,24,40,.12);
  flex: 0 0 auto;
}

.clb73-avatar-fallback {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg,#2563eb,#14b8a6);
  color: #fff;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(16,24,40,.12);
  flex: 0 0 auto;
}

.clb73-post {
  border-left: 5px solid #ff9818;
}

.clb73-post-head {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 13px;
}

.clb73-author-name {
  font-size: 22px;
  font-weight: 950;
  margin: 0;
  line-height: 1.1;
}

.clb73-author-handle {
  color: #667085;
  font-weight: 900;
  margin-top: 3px;
}

.clb73-time {
  color: #667085;
  font-size: 14px;
  font-weight: 800;
  margin-top: 3px;
}

.clb73-post-text {
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  padding: 15px 16px;
  font-size: 19px;
  line-height: 1.45;
  color: #101828;
  white-space: pre-wrap;
  margin: 12px 0;
}

.clb73-actions {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding-top: 2px;
}

.clb73-action {
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 999px;
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  background: #f2f7ff;
  color: #2563eb;
}

.clb73-action.salvar {
  background: #fff8e6;
  color: #9a5b00;
}

.clb73-action.troca {
  background: #f4e8ff;
  color: #7e22ce;
}

.clb73-empty {
  color: #667085;
  font-weight: 800;
  line-height: 1.5;
}

@media (max-width: 560px) {
  .clb73-dropdown {
    right: 0;
    width: min(84vw, 280px);
  }

  .clb73-post-head {
    gap: 10px;
  }

  .clb73-avatar,
  .clb73-avatar-fallback {
    width: 48px;
    height: 48px;
  }

  .clb73-author-name {
    font-size: 20px;
  }

  .clb73-post-text {
    font-size: 17px;
    padding: 13px 14px;
  }

  .clb73-feed-title {
    font-size: 25px;
  }
}
