.agenda-item .period-text { white-space: nowrap; }
.agenda-item small { display: block; }

/* PraVer 2.5.1 — compromissos de todo o mês, com os dias passados esmaecidos. */
.agenda-items-text { max-height: 390px; overflow-y: auto; padding-right: 3px; scrollbar-width: thin; }
.agenda-item.is-past-entry { opacity: .42; filter: saturate(.45); }
.agenda-item.is-past-entry:hover { opacity: .66; }
.agenda-item.is-today-entry { margin: 2px 3px; border: 1px solid #c084fc; border-radius: 10px; background: rgba(168,85,247,.13); box-shadow: inset 0 0 0 1px rgba(216,180,254,.52), 0 0 12px rgba(168,85,247,.3); }
.agenda-item.is-today-entry .home-agenda-date { border-color: #d8b4fe; background: rgba(168,85,247,.35); box-shadow: 0 0 10px rgba(192,132,252,.28); }

/* PraVer 2.5.4 — agenda inicial compacta com navegação por setas. */
.home-agenda-carousel { position: relative; display: grid; grid-template-rows: auto minmax(0,1fr) auto; min-height: 0; }
.agenda-items-viewport { max-height: 390px; overflow-y: auto; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior: contain; }
.agenda-items-viewport::-webkit-scrollbar { display: none; }
.agenda-items-text { max-height: none; overflow: visible; padding-right: 0; }
.home-agenda-arrow {
    width: 100%;
    min-height: 30px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    color: #fff;
    background: rgba(124,58,237,.78);
    cursor: pointer;
}
.home-agenda-arrow:hover,
.home-agenda-arrow:focus-visible { background: #8b5cf6; }
.home-agenda-arrow[hidden] { display: none; }
.home-agenda-arrow svg { width: 17px; height: 17px; }
.home-agenda-arrow-up { border-radius: 9px 9px 0 0; }
.home-agenda-arrow-down { border-radius: 0 0 9px 9px; }
.home-agenda-arrow-up svg,
.home-agenda-arrow-down svg { transform: rotate(90deg); }
.home-agenda-date {
    width: 40px;
    min-height: 44px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(124,58,237,.48);
    border-radius: 11px;
    color: #fff;
    background: rgba(124,58,237,.2);
    line-height: 1;
}
.home-agenda-date strong { font-size: 17px; }
.home-agenda-date span { margin-top: 3px; color: #ddd6fe; font-size: 7.5px; font-weight: 900; }
.agenda-item { grid-template-columns: 40px minmax(0,1fr); }

/* PraVer 2.6.0 — apresentação pública atualizada. */
.guest-hero-v260 { align-items: stretch; }
.guest-product-preview { align-self: stretch; display: grid; align-content: center; gap: 15px; padding: 22px; border: 1px solid rgba(124,58,237,.3); border-radius: 22px; background: linear-gradient(145deg, rgba(124,58,237,.12), rgba(255,255,255,.025)); }
.guest-preview-top { display: flex; align-items: center; gap: 10px; }
.guest-preview-top > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: #7c3aed; }
.guest-preview-top svg { width: 20px; height: 20px; fill: currentColor; }
.guest-preview-list { display: grid; gap: 8px; }
.guest-preview-list article { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 9px; align-items: center; padding: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(0,0,0,.13); }
.guest-preview-list svg { width: 19px; height: 19px; color: #c4b5fd; }
.guest-preview-list article > div { min-width: 0; display: grid; gap: 2px; }
.guest-preview-list b { font-size: 12px; }
.guest-preview-list small { color: var(--muted); font-size: 10px; }
.guest-feature-intro { max-width: 760px; margin: 30px auto 16px; text-align: center; }
.guest-feature-intro h2 { margin: 4px 0 8px; }
.guest-feature-intro > p:last-child { color: var(--muted); }
.guest-features-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 11px; }
.guest-features-grid article { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 11px; align-items: start; padding: 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(255,255,255,.025); }
.guest-features-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: rgba(124,58,237,.24); }
.guest-features-grid svg { width: 19px; height: 19px; }
.guest-features-grid h3 { margin: 0 0 5px; font-size: 13px; }
.guest-features-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.guest-final-cta { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 20px 0 0; padding: 20px; border: 1px solid rgba(212,175,55,.25); border-radius: 17px; background: rgba(212,175,55,.045); }
.guest-final-cta h2 { margin: 4px 0 6px; }
.guest-final-cta p:last-child { margin: 0; color: var(--muted); }
@media (max-width: 980px) { .guest-features-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 680px) { .guest-features-grid { grid-template-columns: 1fr; } .guest-final-cta { align-items: stretch; flex-direction: column; } .guest-final-cta .button { width: 100%; } }


/* PraVer 2.7.0 — apresentação pública mais compacta. */
.home-page:not(.personalized-home) .corner-brand { display:none; }
.guest-hero-v260 { margin-top:4px; margin-bottom:12px; }
.guest-product-preview { width:min(100%, 420px); justify-self:end; align-self:center; gap:10px; padding:16px; }
.guest-preview-top > span { width:36px; height:36px; border-radius:11px; }
.guest-preview-top strong { font-size:14px; }
.guest-preview-list { gap:6px; }
.guest-preview-list article { padding:8px 9px; }
.guest-account-shortcuts { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; margin:10px 0 20px; }
.guest-account-shortcuts a { min-width:0; display:grid; grid-template-columns:28px minmax(0,1fr); grid-template-rows:auto auto; column-gap:8px; padding:11px; border:1px solid rgba(255,255,255,.07); border-radius:12px; color:rgba(255,255,255,.56); background:rgba(255,255,255,.018); text-decoration:none; filter:saturate(.45); }
.guest-account-shortcuts a:hover { color:#ddd6fe; border-color:rgba(124,58,237,.28); background:rgba(124,58,237,.07); filter:none; }
.guest-account-shortcuts svg { grid-row:1/3; width:21px; height:21px; align-self:center; }
.guest-account-shortcuts span { font-size:11px; font-weight:800; }
.guest-account-shortcuts small { font-size:8px; color:var(--muted); }
@media (max-width:760px){ .guest-product-preview{width:100%;justify-self:stretch}.guest-account-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))} }

/* PraVer 2.7.1 — cards da tela inicial mais baixos e densos. */
.personalized-home .media-card-text { min-height:205px; }
.personalized-home .media-card-symbol { min-height:50px; gap:9px; padding:4px 10px; }
.personalized-home .media-card-symbol > span { width:40px; height:40px; border-radius:11px; font-size:1.22rem; }
.personalized-home .media-card-symbol small { font-size:10px; }
.personalized-home .media-card-text .media-card-info { padding:11px 12px 12px; }
.personalized-home .media-card-text .media-card-title { margin-top:5px; font-size:calc(1.05rem - 1px); }
.personalized-home .media-card-description { margin-top:6px; font-size:calc(.86rem - 1px); line-height:1.35; -webkit-line-clamp:2; }
.personalized-home .media-card-genres { gap:4px; padding-top:8px; }
.personalized-home .media-card-genres span, .personalized-home .media-source { font-size:.62rem; }
@media (max-width:600px){
    .personalized-home .media-card-text { min-height:190px; }
    .personalized-home .media-card-symbol > span { width:36px; height:36px; }
}

/* PraVer 2.8.0 — ajuste de alinhamento e tamanho no atalho dos cards. */
.personalized-home .view-in-list-link { font-size: calc(.72rem - 1px); line-height: 1; align-items: center; }
.personalized-home .view-in-list-link svg { align-self: center; }
