/* Blog Plus — accounts, "Sua Viagem", moderation, comments and profiles.
   Loaded after blog.css on every Blog Plus view. */

/* author styles would otherwise beat the UA [hidden] rule */
.bp-page [hidden] { display: none !important; }
.bp-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 640px) { .bp-hide-sm { display: none; } }

/* ---------- buttons (the theme styles every <button>) ---------- */
.bp-page .bp-btn, .bp-page .bp-btn:hover, .bp-page .bp-btn:focus { border: 0; text-decoration: none; white-space: nowrap; }
.bp-page button.bp-btn { padding: 13px 22px; border-radius: 999px; font: 700 15px/1.2 "Source Sans 3", sans-serif; }
.bp-page button.bp-btn--sm { padding: 9px 16px; font-size: 14px; }
.bp-page .bp-btn--blue, .bp-page .bp-btn--blue:focus { background: var(--bp-blue); color: #fff; }
.bp-page .bp-btn--blue:hover { background: var(--bp-navy); color: #fff; }
.bp-page .bp-btn--gold, .bp-page .bp-btn--gold:hover, .bp-page .bp-btn--gold:focus { background: var(--bp-gold); color: var(--bp-navy-950); }
.bp-page .bp-btn--ghost, .bp-page .bp-btn--ghost:focus { background: #fff; color: var(--bp-navy); box-shadow: inset 0 0 0 1.5px #c9d5e6; }
.bp-page .bp-btn--ghost:hover { background: #fff; color: var(--bp-navy); box-shadow: inset 0 0 0 1.5px var(--bp-navy); }
.bp-page .bp-btn--ghost-light, .bp-page .bp-btn--ghost-light:hover, .bp-page .bp-btn--ghost-light:focus { background: rgba(255, 255, 255, .1); color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .35); }
.bp-page .bp-btn--ok, .bp-page .bp-btn--ok:hover, .bp-page .bp-btn--ok:focus { background: #13875a; color: #fff; }
.bp-page .bp-btn--warn, .bp-page .bp-btn--warn:hover, .bp-page .bp-btn--warn:focus { background: #f4b400; color: #3a2a00; }
.bp-page .bp-btn--danger, .bp-page .bp-btn--danger:hover, .bp-page .bp-btn--danger:focus { background: #c62f3b; color: #fff; }
.bp-page .bp-btn--sm { padding: 9px 16px; font-size: 14px; }
.bp-page .bp-btn--block { width: 100%; }
.bp-page .bp-link-danger, .bp-page .bp-link-danger:hover, .bp-page .bp-link-danger:focus { padding: 0; border: 0; background: none; color: #b4232c; font: 700 14px/1.4 "Source Sans 3", sans-serif; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

/* ---------- notices ---------- */
.bp-notice { margin: 0 0 20px; padding: 14px 18px; border-radius: 14px; font-weight: 600; }
.bp-notice--success { background: #e6f6ee; color: #0f5b3d; border: 1px solid #b9e4cf; }
.bp-notice--error { background: #fdeced; color: #8e1d25; border: 1px solid #f5c2c6; }
.bp-banner { margin: 0 0 20px; padding: 16px 20px; border-radius: 16px; display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; justify-content: space-between; }
.bp-banner p { margin: 0; flex: 1 1 320px; }
.bp-banner ul { margin: 0; padding-left: 20px; flex-basis: 100%; }
.bp-banner--warn { background: #fff6dc; border: 1px solid #f3dc92; color: #5b4400; }
.bp-banner--bad { background: #fdeced; border: 1px solid #f5c2c6; color: #7d1a21; }
.bp-banner__body { flex: 1 1 100%; }
.bp-banner__body > * + * { margin-top: 4px; }

/* ---------- form fields ---------- */
.bp-form { display: grid; gap: 18px; }
.bp-field { display: grid; gap: 6px; min-width: 0; }
.bp-page .bp-field label, .bp-page .bp-choices legend { display: block; margin: 0; padding: 0; font-weight: 700; font-size: 15px; color: var(--bp-navy); line-height: 1.3; }
.bp-page .bp-field input:not([type=checkbox]):not([type=radio]):not([type=file]), .bp-page .bp-field select, .bp-page .bp-field textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #c9d5e6; border-radius: 12px; background: #fff; color: var(--bp-ink);
  font: 400 16px/1.5 "Source Sans 3", sans-serif; transition: border-color .15s, box-shadow .15s;
}
.bp-page .bp-field textarea { min-height: 120px; resize: vertical; }
.bp-page .bp-field input:focus, .bp-page .bp-field select:focus, .bp-page .bp-field textarea:focus { outline: none; border-color: var(--bp-blue); box-shadow: 0 0 0 4px rgba(26, 86, 196, .15); }
.bp-page [aria-invalid="true"] { border-color: #c62f3b !important; }
.bp-help { margin: 0; color: var(--bp-muted); font-size: 14.5px; line-height: 1.5; }
.bp-page .bp-help a, .bp-page .bp-check a, .bp-page .bp-auth a, .bp-page .bp-account a:not(.bp-btn), .bp-page .bp-banner a { color: var(--bp-blue); }
.bp-error { margin: 2px 0 0; color: #b4232c; font-size: 14px; font-weight: 700; }
.bp-static { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
.bp-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bp-form__row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 15px; }
.bp-page .bp-check { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; font-weight: 400; line-height: 1.5; cursor: pointer; }
.bp-check input { flex: none; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--bp-blue); }
.bp-page .bp-check--danger { color: #8e1d25; font-weight: 700; font-size: 14px; }
.bp-check--danger input { accent-color: #c62f3b; }
.bp-choices { margin: 0; padding: 0; border: 0; min-width: 0; display: grid; gap: 10px; }
.bp-chips-input { display: flex; flex-wrap: wrap; gap: 8px; }
.bp-chips-input label { position: relative; cursor: pointer; }
.bp-chips-input input { position: absolute; opacity: 0; pointer-events: none; }
.bp-chips-input span { display: inline-block; padding: 9px 16px; border-radius: 999px; border: 1.5px solid #c9d5e6; background: #fff; font-weight: 700; font-size: 15px; color: var(--bp-navy); transition: all .15s; }
.bp-chips-input input:checked + span { background: var(--bp-navy); border-color: var(--bp-navy); color: #fff; }
.bp-chips-input input:focus-visible + span { outline: 3px solid var(--bp-gold); outline-offset: 2px; }
.bp-password { display: flex; gap: 8px; }
.bp-password input { flex: 1; min-width: 0; }
.bp-page .bp-password__toggle, .bp-page .bp-password__toggle:hover, .bp-page .bp-password__toggle:focus { flex: none; padding: 0 14px; border: 1.5px solid #c9d5e6; border-radius: 12px; background: #fff; color: var(--bp-navy); font: 700 14px "Source Sans 3", sans-serif; }

/* ---------- sign-in / sign-up ---------- */
.bp-auth { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - var(--bp-top) - 64px); }
.bp-auth__side { position: relative; overflow: hidden; background: var(--bp-navy); }
.bp-auth__side img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bp-auth__side::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 14, 31, .1) 30%, rgba(5, 14, 31, .88) 100%); }
.bp-auth__quote { position: absolute; left: 48px; right: 48px; bottom: 48px; z-index: 1; color: #fff; }
.bp-auth__big { margin: 8px 0 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(38px, 4vw, 58px); line-height: .95; }
.bp-auth__card { align-self: center; width: min(460px, 100%); margin: 0 auto; padding: 48px 24px; }
.bp-auth__lead { margin: 8px 0 22px; color: var(--bp-muted); }
.bp-auth__switch { margin: 20px 0 0; text-align: center; }
@media (max-width: 900px) { .bp-auth { grid-template-columns: 1fr; min-height: 0; } .bp-auth__side { display: none; } .bp-auth__card { padding: 32px 20px 48px; } }

/* ---------- account + moderation header ---------- */
.bp-page .bp-subnav__account { display: inline-flex; align-items: center; gap: 8px; color: var(--bp-navy); font-weight: 700; font-size: 15px; text-decoration: none; white-space: nowrap; }
.bp-page .bp-subnav__account:hover { color: var(--bp-blue); }
.bp-account-head { padding: 40px 0 36px; color: #dce8fb; background: radial-gradient(800px 300px at 0% 0%, rgba(33, 102, 219, .5), transparent 60%), linear-gradient(135deg, #0a1f3d, #0f3a78); }
.bp-account-head__row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 22px; }
.bp-account-head__text { flex: 1 1 280px; }
.bp-account-head__text p { margin: 0; }
.bp-account-head__title { margin: 4px 0 6px; font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: clamp(36px, 5vw, 56px); line-height: .95; color: #fff; }
.bp-account-head__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.bp-page .bp-account-head__logout { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.bp-account { padding: 32px 0 72px; }
.bp-tabs { display: flex; gap: 6px; margin: 0 0 26px; padding: 4px 0 6px; border-bottom: 1px solid var(--bp-line); overflow-x: auto; scrollbar-width: none; }
.bp-tabs::-webkit-scrollbar { display: none; }
.bp-page .bp-tabs a:not(.bp-btn) { position: relative; padding: 10px 14px; color: var(--bp-muted); font-weight: 700; text-decoration: none; white-space: nowrap; }
.bp-page .bp-tabs a[aria-current] { color: var(--bp-navy); }
.bp-tabs a[aria-current]::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: -7px; height: 3px; border-radius: 3px; background: var(--bp-gold-600); }
.bp-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; margin-left: 4px; padding: 0 6px; border-radius: 999px; background: #c62f3b; color: #fff; font-size: 12px; }

.bp-status { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.bp-status--muted { background: #eef2f7; color: #56647d; }
.bp-status--info { background: #e7efff; color: var(--bp-blue); }
.bp-status--warn { background: #fff1c9; color: #7a5300; }
.bp-status--ok { background: #e6f6ee; color: #0f5b3d; }
.bp-status--bad { background: #fdeced; color: #8e1d25; }

.bp-mylist, .bp-mycomments, .bp-mod-queue { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.bp-myitem, .bp-mod-card { display: grid; grid-template-columns: 160px 1fr; gap: 18px; padding: 16px; background: #fff; border: 1px solid var(--bp-line); border-radius: 18px; box-shadow: var(--bp-shadow); }
.bp-myitem__thumb, .bp-mod-card__thumb { border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; background: #dfe7f3; }
.bp-myitem__thumb img, .bp-mod-card__thumb img, .bp-myitem__thumb .bp-img-fallback, .bp-mod-card__thumb .bp-img-fallback { width: 100%; height: 100%; object-fit: cover; }
.bp-myitem__title, .bp-mod-card__title { margin: 8px 0 4px; font-size: 20px; line-height: 1.3; color: var(--bp-navy); }
.bp-myitem__meta, .bp-mod-card__meta, .bp-myitem__hint { margin: 0; color: var(--bp-muted); font-size: 15px; }
.bp-myitem__note, .bp-mod-card__note { margin: 12px 0 0; padding: 12px 14px; border-radius: 12px; background: #fff6dc; color: #5b4400; font-size: 15px; }
.bp-myitem__note p { margin: 4px 0 0; }
.bp-myitem__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 14px; }
.bp-myitem__actions form { margin: 0; }
@media (max-width: 560px) { .bp-myitem { grid-template-columns: 1fr; } .bp-myitem__thumb { aspect-ratio: 16 / 9; } }
.bp-mycomments li { padding: 16px 18px; background: #fff; border: 1px solid var(--bp-line); border-radius: 16px; }
.bp-mycomments p { margin: 8px 0; }
.bp-mycomments time { margin-left: 12px; color: var(--bp-muted); font-size: 14px; }

.bp-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
@media (max-width: 860px) { .bp-panels { grid-template-columns: 1fr; } }
.bp-panel { padding: 24px; background: #fff; border: 1px solid var(--bp-line); border-radius: 18px; box-shadow: var(--bp-shadow); }
.bp-panel > p { margin: 0 0 14px; }
.bp-panel__title { margin: 0 0 12px; font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: 28px; line-height: 1; color: var(--bp-navy); }
.bp-panel hr { margin: 18px 0; border: 0; border-top: 1px solid var(--bp-line); }
details.bp-panel > summary { cursor: pointer; list-style: none; margin: 0; }
details.bp-panel > summary::-webkit-details-marker { display: none; }
details.bp-panel[open] > summary { margin-bottom: 14px; }
.bp-danger { border-color: #f5c2c6; }
.bp-page .bp-danger > summary { color: #8e1d25; }
.bp-consents summary { cursor: pointer; color: var(--bp-blue); font-weight: 700; font-size: 14.5px; }
.bp-consents ul { margin: 8px 0 0; padding-left: 18px; font-size: 14px; color: var(--bp-muted); }

/* ---------- "Sua Viagem" ---------- */
.bp-share { padding: 36px 0 80px; }
.bp-how { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0 0 28px; padding: 0; list-style: none; counter-reset: bphow; }
.bp-how li { position: relative; padding: 22px 22px 22px 70px; background: #fff; border: 1px solid var(--bp-line); border-radius: 18px; box-shadow: var(--bp-shadow); counter-increment: bphow; }
.bp-how li::before { content: counter(bphow); position: absolute; left: 22px; top: 20px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--bp-gold); color: var(--bp-navy-950); font-weight: 800; }
.bp-how strong { display: block; color: var(--bp-navy); font-size: 18px; }
.bp-how span { color: var(--bp-muted); font-size: 15px; }
@media (max-width: 860px) { .bp-how { grid-template-columns: 1fr; } }
.bp-share-intro__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 24px; border-radius: 18px; background: #eaf1fb; }
.bp-share-intro__cta p { flex: 1 1 100%; margin: 0 0 4px; font-weight: 700; color: var(--bp-navy); }
.bp-share-intro__cta .bp-help { margin: -4px 0 6px; font-weight: 400; color: var(--bp-muted); }
.bp-share-intro__cta form { margin: 0; }

.bp-exp-form { max-width: 820px; margin: 0 auto; }
.bp-share > .bp-banner { max-width: 820px; margin-left: auto; margin-right: auto; }
.bp-stepper { display: none; }
.bp-js .bp-stepper { display: flex; gap: 6px; margin: 0 0 6px; padding: 0; list-style: none; }
.bp-stepper li { flex: 1; display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; color: var(--bp-muted); }
.bp-stepper li::before { content: ""; height: 5px; border-radius: 5px; background: #dbe4f0; }
.bp-stepper li.is-done::before, .bp-stepper li.is-current::before { background: var(--bp-blue); }
.bp-stepper li.is-current { color: var(--bp-navy); }
.bp-stepper span { display: none; }
@media (max-width: 560px) { .bp-stepper li { font-size: 0; } .bp-stepper li.is-current { font-size: 13px; } }
.bp-step { display: grid; gap: 18px; margin: 0 0 18px; padding: 28px; min-width: 0; border: 1px solid var(--bp-line); border-radius: 20px; background: #fff; box-shadow: var(--bp-shadow); }
.bp-page .bp-step__title { float: left; width: 100%; margin: 0; padding: 0; font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: clamp(30px, 4vw, 40px); line-height: 1; color: var(--bp-navy); }
.bp-step__title + * { clear: both; }
.bp-step__title small, .bp-choices legend small { font-family: "Source Sans 3", sans-serif; font-size: 15px; color: var(--bp-muted); font-weight: 600; }
.bp-counter { margin: 0; font-size: 14px; font-weight: 700; color: #b45309; }
.bp-counter.is-ok { color: #13875a; }
.bp-tip-rows { display: grid; gap: 14px; }
.bp-tip-row { display: grid; grid-template-columns: 1fr 220px; gap: 12px; padding: 14px; border-radius: 14px; background: #f7f9fd; border: 1px solid var(--bp-line); }
@media (max-width: 640px) { .bp-tip-row { grid-template-columns: 1fr; } .bp-step { padding: 20px 16px; } .bp-field-row { gap: 10px; } }

.bp-photos { display: grid; gap: 12px; }
.bp-photos__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.bp-photos__grid:empty { display: none; }
.bp-photo { position: relative; display: grid; gap: 6px; padding: 8px; border-radius: 14px; background: #f7f9fd; border: 1px solid var(--bp-line); }
.bp-photo > img, .bp-photo__ph { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; background: #dfe7f3; overflow: hidden; }
.bp-photo__ph img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.bp-photo progress { width: 100%; height: 6px; accent-color: var(--bp-blue); }
.bp-photo__cover { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--bp-navy); }
.bp-photo__cover input { accent-color: var(--bp-blue); }
.bp-page .bp-photo__caption { width: 100%; min-height: 38px; padding: 6px 10px; border: 1.5px solid #c9d5e6; border-radius: 10px; font: 400 14px "Source Sans 3", sans-serif; }
.bp-page .bp-photo__remove, .bp-page .bp-photo__remove:hover, .bp-page .bp-photo__remove:focus { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; background: rgba(5, 14, 31, .75); color: #fff; font-size: 20px; line-height: 1; cursor: pointer; }
.bp-photo.is-error { border-color: #f5c2c6; background: #fdeced; }
.bp-photo__msg { margin: 0; color: #8e1d25; font-size: 13.5px; font-weight: 700; }
.bp-page .bp-photo__retry, .bp-page .bp-photo__retry:hover, .bp-page .bp-photo__retry:focus { padding: 6px 10px; border: 0; border-radius: 999px; background: #fff; color: var(--bp-navy); font: 700 13px "Source Sans 3", sans-serif; cursor: pointer; }
.bp-photos__add { position: relative; display: flex; align-items: center; justify-content: center; min-height: 96px; border: 2px dashed #a9bbd6; border-radius: 16px; background: #f7f9fd; color: var(--bp-blue); font-weight: 800; cursor: pointer; }
.bp-photos__add:hover { background: #eef3fb; }
.bp-photos__add span { display: inline-flex; align-items: center; gap: 8px; }
.bp-js .bp-photos__add input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.bp-photos__status { margin: 0; color: #b45309; font-weight: 700; font-size: 14.5px; }

.bp-summary dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; margin: 0; padding: 18px; border-radius: 14px; background: #f7f9fd; border: 1px solid var(--bp-line); }
.bp-summary dt { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--bp-blue); }
.bp-summary dd { margin: 2px 0 0; font-weight: 700; color: var(--bp-navy); overflow-wrap: anywhere; }
.bp-form-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
@media (max-width: 640px) {
  .bp-js .bp-form-actions { position: sticky; bottom: 0; z-index: 30; margin: 0 -20px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-top: 1px solid var(--bp-line); }
  .bp-form-actions .bp-btn { flex: 1 1 auto; }
  /* the sticky bar owns the bottom of the screen: the site's WhatsApp button would cover it */
  .bp-view-compartilhar:has(.bp-exp-form) .vp-wa-float { display: none; }
}

/* ---------- moderation ---------- */
.bp-mod-card { grid-template-columns: 140px 1fr auto; align-items: center; }
.bp-mod-card--comment { grid-template-columns: 1fr auto; }
.bp-mod-card__text p { margin: 8px 0 0; }
.bp-mod-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.bp-mod-card__actions form { margin: 0; }
@media (max-width: 760px) { .bp-mod-card, .bp-mod-card--comment { grid-template-columns: 1fr; } .bp-mod-card__thumb { aspect-ratio: 16 / 9; } }
.bp-mod-review { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
@media (max-width: 980px) { .bp-mod-review { grid-template-columns: 1fr; } }
.bp-mod-review__main { padding: 26px; background: #fff; border: 1px solid var(--bp-line); border-radius: 20px; box-shadow: var(--bp-shadow); min-width: 0; }
.bp-mod-review__title { margin: 10px 0 18px; font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: clamp(32px, 4vw, 46px); line-height: 1; color: var(--bp-navy); }
.bp-mod-review__story { font-size: 17px; }
.bp-mod-review__h { margin: 26px 0 12px; font-size: 20px; color: var(--bp-navy); }
.bp-mod-review__side { display: grid; gap: 18px; position: sticky; top: calc(var(--bp-top) + 16px); }
@media (max-width: 980px) { .bp-mod-review__side { position: static; } }
.bp-mod-photos { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.bp-mod-photos li { display: grid; gap: 8px; padding: 8px; border-radius: 14px; background: #f7f9fd; border: 1px solid var(--bp-line); }
.bp-mod-photos img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; }
.bp-mod-photos p { margin: 0; font-size: 14px; color: var(--bp-muted); }
.bp-mod-tips { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.bp-mod-tips li { padding: 12px 14px; border-left: 4px solid var(--bp-gold-600); border-radius: 10px; background: #f7f9fd; }
.bp-mod-tips p { margin: 4px 0 8px; }
.bp-mod-author { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; overflow-wrap: anywhere; }
.bp-mod-facts { margin: 0; padding-left: 18px; color: var(--bp-muted); font-size: 14.5px; }
.bp-panel .bp-field + .bp-field { margin-top: 16px; }
.bp-mod-buttons { display: grid; gap: 8px; margin: 16px 0 10px; }
.bp-page .bp-mod-buttons .bp-btn { width: 100%; }
.bp-mod-secondary { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 14px; }
.bp-mod-log { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; font-size: 14px; }
.bp-mod-log time { display: block; color: var(--bp-muted); font-size: 13px; }
.bp-mod-log span { display: block; margin-top: 4px; padding: 8px 10px; border-radius: 8px; background: #f7f9fd; }

/* ---------- comments ---------- */
.bp-comments { max-width: 780px; padding: 16px 0 48px; }
.bp-comments__box > summary { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 16px; padding: 18px 0; border-top: 1px solid var(--bp-line); cursor: pointer; list-style: none; }
.bp-comments__box > summary::-webkit-details-marker { display: none; }
.bp-comments__count { color: var(--bp-blue); font-weight: 700; }
.bp-comments__box[open] .bp-comments__count { display: none; }
.bp-comments__list, .bp-comments__children { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.bp-comments__children { margin: 14px 0 0 28px; }
.bp-comment { padding: 18px; border-radius: 16px; background: #fff; border: 1px solid var(--bp-line); }
.bp-comment.is-pending { border-style: dashed; background: #fbfcfe; }
.bp-comment__head { display: flex; align-items: center; gap: 10px; }
.bp-comment__head strong { color: var(--bp-navy); }
.bp-comment__head time { display: block; color: var(--bp-muted); font-size: 13.5px; }
.bp-comment__pending { margin: 10px 0 0; color: #7a5300; font-weight: 700; font-size: 14px; }
.bp-comment__text p { margin: 10px 0 0; }
.bp-page .bp-comment__reply, .bp-page .bp-comment__reply:hover, .bp-page .bp-comment__reply:focus { margin-top: 10px; padding: 0; border: 0; background: none; color: var(--bp-blue); font: 700 14px "Source Sans 3", sans-serif; cursor: pointer; }
.bp-comment-form { display: grid; gap: 10px; margin-top: 22px; }
.bp-comment-form label { font-weight: 700; color: var(--bp-navy); }
.bp-page .bp-comment-form textarea { width: 100%; min-height: 120px; padding: 12px 14px; border: 1.5px solid #c9d5e6; border-radius: 12px; font: 400 16px/1.5 "Source Sans 3", sans-serif; }
.bp-comment-form .bp-btn { justify-self: start; }
.bp-comment-form__replying { margin: 0; font-size: 14.5px; }
.bp-page .bp-comment-form__replying button, .bp-page .bp-comment-form__replying button:hover, .bp-page .bp-comment-form__replying button:focus { padding: 0; border: 0; background: none; color: var(--bp-blue); font: 700 14px "Source Sans 3", sans-serif; text-decoration: underline; cursor: pointer; }
.bp-comments__login { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; padding: 18px; border-radius: 16px; background: #eaf1fb; }
.bp-comments__login p { flex: 1 1 100%; margin: 0; font-weight: 700; }
.bp-comments__note { margin: 22px 0 0; color: var(--bp-muted); }

/* ---------- profile ---------- */
.bp-profile-stats { display: flex; gap: 12px; margin: 0; padding: 0; list-style: none; }
.bp-profile-stats li { display: grid; min-width: 96px; padding: 12px 16px; border-radius: 14px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); text-align: center; font-size: 14px; }
.bp-profile-stats strong { font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: 34px; line-height: 1; color: var(--bp-gold); }
.bp-profile-head + .bp-wrap .bp-chips { margin-top: 26px; }
