.livera-hub-portal,.livera-hub-login-box,.livera-hub-login-required{--pink:#ff0a78;--rose:#ffd6de;--ink:#0e0e12;--txt:#ebe7e4;--muted:#aaa1a7;color:var(--txt);font-family:Inter,Arial,sans-serif}.livera-hub-portal{width:min(1120px,100%);margin:0 auto;padding:110px 24px 86px}.livera-hub-portal-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:32px}.livera-hub-eyebrow{color:var(--rose)!important;text-transform:uppercase;letter-spacing:.09em;font-size:12px!important;font-weight:800;margin:0 0 8px!important}.livera-hub-portal h2,.livera-hub-login-box h2{color:#fafaf8!important;font-size:clamp(32px,5vw,52px)!important;line-height:1.03!important;margin:0 0 12px!important}.livera-hub-portal-head p:last-child,.livera-hub-login-box>p{color:var(--muted)!important;line-height:1.65}.livera-hub-logout{color:var(--rose)!important;text-decoration:none!important;font-weight:700}.livera-hub-project-card,.livera-hub-empty,.livera-hub-login-box,.livera-hub-login-required{background:linear-gradient(160deg,rgba(75,15,25,.48),rgba(27,27,35,.98));border:1px solid rgba(255,255,255,.10);border-radius:22px;box-shadow:0 26px 70px rgba(0,0,0,.30)}.livera-hub-project-card{padding:30px;margin-bottom:22px}.livera-hub-project-top{display:flex;justify-content:space-between;gap:18px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.08)}.livera-hub-project-code{color:#ff2b9a!important;font-size:12px!important;font-weight:850;letter-spacing:.08em;margin:0 0 8px!important}.livera-hub-project-top h3{color:#fafaf8!important;font-size:28px!important;margin:0 0 7px!important}.livera-hub-project-top p:last-child{color:var(--muted)!important;margin:0!important}.livera-hub-status-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,10,120,.13);border:1px solid rgba(255,10,120,.26);color:#ffd6de;font-size:12px;font-weight:800;height:max-content}.livera-hub-project-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}.livera-hub-project-meta>div{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:14px}.livera-hub-project-meta span{display:block;color:#9e9aa3;font-size:11px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:7px}.livera-hub-project-meta strong{color:#fafaf8;font-size:13px;line-height:1.45}.livera-hub-actions{display:flex;flex-wrap:wrap;gap:10px}.livera-hub-button{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;padding:11px 17px;border-radius:999px;background:linear-gradient(135deg,#ff0a78,#ff2b9a);border:0!important;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:850;cursor:pointer}.livera-hub-button.is-secondary{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.13)!important}.livera-hub-button.is-success{background:linear-gradient(135deg,#16864b,#35bd70)}.livera-hub-button.is-warning{background:linear-gradient(135deg,#bd7500,#f1a51d)}.livera-hub-button.is-whatsapp{background:#24c668}.livera-hub-inline-form{display:inline-flex;margin:0}.livera-hub-request-box{margin-top:20px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:20px}.livera-hub-request-box h4{color:#fafaf8!important;margin:0 0 8px!important}.livera-hub-request-box p{color:var(--muted)!important;font-size:13px!important}.livera-hub-request-box label{display:block;color:#fafaf8;font-size:13px;font-weight:700;margin:14px 0 6px}.livera-hub-request-box textarea,.livera-hub-request-box input,.livera-hub-login-box input[type=text],.livera-hub-login-box input[type=password]{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:10px;color:#fafaf8;padding:12px}.livera-hub-request-box button{margin-top:14px}.livera-hub-empty,.livera-hub-login-required,.livera-hub-login-box{width:min(560px,calc(100% - 40px));margin:100px auto;padding:36px}.livera-hub-empty h3{color:#fafaf8!important;font-size:26px!important;margin-top:0!important}.livera-hub-empty p,.livera-hub-login-required p{color:var(--muted)!important;margin-bottom:20px!important}.livera-hub-login-box form{margin-top:24px}.livera-hub-login-box label{color:#fafaf8!important;font-size:13px;font-weight:700}.livera-hub-login-box input[type=submit]{width:100%;min-height:46px;background:linear-gradient(135deg,#ff0a78,#ff2b9a);border:0;border-radius:999px;color:#fff;font-weight:850;cursor:pointer}@media(max-width:800px){.livera-hub-portal{padding:92px 18px 64px}.livera-hub-portal-head{flex-direction:column}.livera-hub-project-card{padding:22px}.livera-hub-project-top{flex-direction:column}.livera-hub-project-meta{grid-template-columns:1fr 1fr}.livera-hub-actions,.livera-hub-inline-form{display:flex;width:100%}.livera-hub-button{width:100%}}@media(max-width:520px){.livera-hub-project-meta{grid-template-columns:1fr}.livera-hub-login-box,.livera-hub-login-required,.livera-hub-empty{width:calc(100% - 32px);margin:72px auto;padding:26px 20px}}


/* Modelo visual da área do cliente */
.livera-hub-demo {
  width:min(1180px,100%);
  margin:0 auto;
  padding:110px 24px 86px;
  color:#ebe7e4;
  font-family:Inter,Arial,sans-serif;
}
.livera-hub-demo * { box-sizing:border-box; }
.livera-hub-demo-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:28px;
}
.livera-hub-demo h2 {
  margin:0 0 10px !important;
  color:#fafaf8 !important;
  font-size:clamp(36px,5vw,56px) !important;
  line-height:1 !important;
  letter-spacing:-.05em;
}
.livera-hub-demo-head p:last-child { margin:0; color:#aaa1a7; line-height:1.6; }
.livera-hub-demo-chip {
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,10,120,.10);
  border:1px solid rgba(255,10,120,.23);
  color:#ffd6de;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.livera-hub-demo-banner {
  display:flex;
  gap:13px;
  align-items:flex-start;
  padding:18px 20px;
  margin-bottom:22px;
  border-radius:16px;
  background:linear-gradient(100deg,rgba(255,10,120,.12),rgba(255,255,255,.025));
  border:1px solid rgba(255,10,120,.22);
  color:#ffd6de;
  line-height:1.55;
}
.livera-hub-demo-banner span:last-child { color:#c9bfc2; font-size:14px; }
.livera-hub-demo-banner-dot {
  width:10px; height:10px; margin-top:6px; border-radius:50%; flex:0 0 auto;
  background:#ff0a78; box-shadow:0 0 16px rgba(255,10,120,.8);
}
.livera-hub-demo-grid {
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:22px;
  align-items:stretch;
}
.livera-hub-demo-project,
.livera-hub-demo-side,
.livera-hub-demo-panel {
  background:linear-gradient(160deg,rgba(75,15,25,.48),rgba(27,27,35,.98));
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  box-shadow:0 26px 70px rgba(0,0,0,.28);
}
.livera-hub-demo-project { padding:30px; }
.livera-hub-demo-side { padding:26px; }
.livera-hub-demo-side h3 {
  margin:0 0 20px !important; color:#fafaf8 !important; font-size:20px !important;
}
.livera-hub-demo-actions {
  display:flex; flex-wrap:wrap; gap:10px;
}
.livera-hub-demo-timeline {
  list-style:none; padding:0; margin:0; display:grid; gap:15px;
}
.livera-hub-demo-timeline li {
  display:grid; grid-template-columns:30px 1fr; gap:11px; align-items:flex-start; position:relative;
}
.livera-hub-demo-timeline li:not(:last-child)::after {
  content:""; position:absolute; top:31px; left:14px; width:1px; height:26px; background:rgba(255,255,255,.12);
}
.livera-hub-demo-timeline li > span {
  width:30px; height:30px; display:flex; align-items:center; justify-content:center;
  border-radius:50%; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.13);
  color:#aaa1a7; font-size:12px; font-weight:800;
}
.livera-hub-demo-timeline li.done > span { background:rgba(53,189,112,.12); border-color:rgba(53,189,112,.35); color:#bff1d0; }
.livera-hub-demo-timeline li.active > span { background:rgba(255,10,120,.15); border-color:rgba(255,10,120,.45); color:#ffd6de; box-shadow:0 0 0 5px rgba(255,10,120,.06); }
.livera-hub-demo-timeline strong { display:block; color:#fafaf8; font-size:14px; line-height:1.25; }
.livera-hub-demo-timeline small { display:block; color:#9e9aa3; margin-top:3px; font-size:12px; }
.livera-hub-demo-bottom {
  display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:22px;
}
.livera-hub-demo-panel { padding:24px; }
.livera-hub-demo-panel h3 { color:#fafaf8 !important; font-size:20px !important; margin:0 0 10px !important; letter-spacing:-.02em; }
.livera-hub-demo-panel > p:not(.livera-hub-eyebrow) { color:#aaa1a7; font-size:14px; line-height:1.65; margin:0 0 18px; }
.livera-hub-demo-note { color:#8c8489; font-size:12px; margin:22px 0 0; text-align:center; }
@media(max-width:900px) {
  .livera-hub-demo-grid,.livera-hub-demo-bottom { grid-template-columns:1fr; }
  .livera-hub-demo-head { flex-direction:column; }
}
@media(max-width:600px) {
  .livera-hub-demo { padding:92px 18px 64px; }
  .livera-hub-demo-project,.livera-hub-demo-side,.livera-hub-demo-panel { padding:22px; }
  .livera-hub-demo-actions .livera-hub-button { width:100%; }
}


/* ===============================
   Livera Hub 1.2.1 — Correção de visibilidade
   Força o portal a ficar legível mesmo em temas claros, como Twenty Twenty-Five.
=============================== */

.livera-hub-page-shell {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: 100vh !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,10,120,.16), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(230,165,140,.10), transparent 30%),
    linear-gradient(180deg, #0E0E12 0%, #120610 48%, #07070A 100%) !important;
  color: #EDE9E4 !important;
  overflow: hidden !important;
}

.livera-hub-page-shell *,
.livera-hub-demo *,
.livera-hub-portal *,
.livera-hub-login-box *,
.livera-hub-login-required *,
.livera-hub-login-redirect * {
  box-sizing: border-box !important;
  opacity: 1 !important;
}

.livera-hub-demo,
.livera-hub-portal {
  color: #EDE9E4 !important;
  opacity: 1 !important;
}

.livera-hub-demo {
  width: min(1180px, calc(100% - 44px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 120px 0 92px !important;
}

.livera-hub-portal {
  width: min(1120px, calc(100% - 44px)) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 120px 0 92px !important;
}

.livera-hub-demo h1,
.livera-hub-demo h2,
.livera-hub-demo h3,
.livera-hub-portal h1,
.livera-hub-portal h2,
.livera-hub-portal h3,
.livera-hub-login-box h2,
.livera-hub-empty h3 {
  color: #FAFAF8 !important;
  opacity: 1 !important;
  filter: none !important;
}

.livera-hub-demo p,
.livera-hub-demo span,
.livera-hub-demo strong,
.livera-hub-demo small,
.livera-hub-demo li,
.livera-hub-portal p,
.livera-hub-portal span,
.livera-hub-portal strong,
.livera-hub-portal small,
.livera-hub-portal li {
  opacity: 1 !important;
  filter: none !important;
}

.livera-hub-eyebrow,
.livera-hub-project-code {
  color: #FF2B9A !important;
  opacity: 1 !important;
}

.livera-hub-demo-head p:last-child,
.livera-hub-portal-head > div > p:last-child,
.livera-hub-demo-panel > p:not(.livera-hub-eyebrow),
.livera-hub-project-top p:last-child,
.livera-hub-request-box p,
.livera-hub-login-box > p,
.livera-hub-empty p {
  color: #C9BFC2 !important;
}

.livera-hub-demo-project,
.livera-hub-demo-side,
.livera-hub-demo-panel,
.livera-hub-project-card,
.livera-hub-login-box,
.livera-hub-login-required,
.livera-hub-login-redirect,
.livera-hub-empty {
  background: linear-gradient(160deg, rgba(75,15,25,.84), rgba(18,18,24,.98)) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 28px 78px rgba(0,0,0,.46) !important;
  color: #EDE9E4 !important;
  opacity: 1 !important;
}

.livera-hub-demo-banner {
  background: linear-gradient(100deg, rgba(255,10,120,.18), rgba(255,255,255,.045)) !important;
  border: 1px solid rgba(255,10,120,.35) !important;
  color: #FFD6DE !important;
  opacity: 1 !important;
}

.livera-hub-project-meta > div {
  background: rgba(255,255,255,.055) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}

.livera-hub-project-meta span,
.livera-hub-demo-timeline small {
  color: #B6ABB1 !important;
}

.livera-hub-project-meta strong,
.livera-hub-demo-timeline strong,
.livera-hub-demo-panel h3,
.livera-hub-demo-side h3 {
  color: #FAFAF8 !important;
}

.livera-hub-status-pill,
.livera-hub-demo-chip {
  background: rgba(255,10,120,.18) !important;
  border: 1px solid rgba(255,10,120,.40) !important;
  color: #FFD6DE !important;
  opacity: 1 !important;
}

.livera-hub-button,
.livera-hub-demo button,
.livera-hub-portal button,
.livera-hub-login-box input[type="submit"] {
  opacity: 1 !important;
  filter: none !important;
}

.livera-hub-button.is-secondary {
  background: rgba(255,255,255,.075) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #FAFAF8 !important;
}

.livera-hub-button.is-whatsapp {
  background: #25D366 !important;
  color: #fff !important;
}

.livera-hub-demo-note {
  color: #A99FA5 !important;
}

.livera-hub-login-box input[type="text"],
.livera-hub-login-box input[type="password"],
.livera-hub-request-box textarea,
.livera-hub-request-box input {
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: #FAFAF8 !important;
}

@media (max-width: 782px) {
  .livera-hub-demo,
  .livera-hub-portal {
    width: calc(100% - 32px) !important;
    padding-top: 92px !important;
    padding-bottom: 70px !important;
  }
}

/* Serviços vinculados a produtos adicionais */
.livera-hub-added-services{margin:18px 0;padding:16px 18px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.045)}
.livera-hub-added-services>span{display:block;margin-bottom:8px;color:#ffd6de;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.livera-hub-added-services ul{margin:0;padding:0;list-style:none;display:grid;gap:8px}
.livera-hub-added-services li{color:#fafaf8;font-size:14px}
.livera-hub-added-services a{margin-left:7px;color:#ff2b9a;font-weight:800;text-decoration:none}
