:root {
  --primary: #7c5ce7;
  --primary-light: #a78bfa;
  --navy: #0d1b3d;
  --purple: var(--primary);
  --purple-dark: #6344d7;
  --lavender: #eadcff;
  --lavender-soft: #f7f1ff;
  --coral: #ff5f62;
  --coral-text: #c7464d;
  --mint: #43d6b2;
  --yellow: #ffd166;
  --background: #fcfaff;
  --surface: #ffffff;
  --white: #ffffff;
  --ink-soft: #546079;
  --line: #dfd8ef;
  --shadow: 0 20px 55px rgba(50, 27, 118, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); font: 16px/1.55 Inter, ui-rounded, "Segoe UI", system-ui, sans-serif; background: linear-gradient(180deg, #fff 0, #fffaff 45%, var(--lavender-soft) 100%); }
img { max-width: 100%; }
a { color: var(--purple-dark); text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }

/* V58 — foco de teclado visível sem alterar o foco por clique. */
:where(a,button,summary,input,select,textarea):focus-visible {
  outline: 3px solid rgba(99, 68, 215, .72);
  outline-offset: 3px;
}
:where(input,select,textarea):focus-visible { outline-offset: 1px; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.narrow { max-width: 680px; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(117,84,232,.14); backdrop-filter: blur(14px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav nav { display: flex; align-items: center; gap: 20px; }
.nav nav > a { font-weight: 750; text-decoration: none; }
.logout-form { margin: 0; }
.logout-link, .logout-link:hover { padding: 0; border: 0; border-radius: 0; color: var(--purple-dark); background: transparent; box-shadow: none; font-weight: 750; transform: none; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 23px; font-weight: 650; text-decoration: none; letter-spacing: -.03em; }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 14px; box-shadow: 0 6px 18px rgba(117,84,232,.2); }
.brand strong { color: var(--purple); font-weight: 900; }
.user-chip { display: flex; align-items: center; gap: 7px; color: var(--navy); font-weight: 750; text-decoration: none; }
.user-chip b { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--white); background: linear-gradient(135deg, var(--purple), var(--coral)); }

main { min-height: 65vh; padding: 54px 0; }
.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding-top: 78px; padding-bottom: 86px; }
.hero h1, .list-hero h1 { margin: .22em 0; font-size: clamp(44px, 7vw, 76px); line-height: 1.01; letter-spacing: -.058em; }
.hero h1 em { color: var(--purple); font-style: normal; }
.hero p { max-width: 660px; color: var(--ink-soft); font-size: 20px; }
.hero-card, .panel { border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.hero-card { position: relative; overflow: hidden; padding: 24px 30px 30px; }
.hero-card::before { position: absolute; inset: 0 0 auto; height: 7px; content: ""; background: linear-gradient(90deg, var(--purple), var(--coral), var(--yellow), var(--mint)); }
.hero-card > img { display: block; width: 190px; height: 190px; margin: 0 auto 8px; border-radius: 28px; object-fit: cover; }
.hero-card > span { display: block; color: var(--purple-dark); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-card ol { margin-bottom: 0; padding-left: 24px; }
.hero-card li { padding: 11px 0; border-bottom: 1px solid var(--line); font-weight: 800; }
.hero-card li::marker { color: var(--coral); font-weight: 900; }

.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 96px; }
.features article { position: relative; overflow: hidden; min-height: 210px; padding: 28px; border: 1px solid rgba(117,84,232,.13); border-radius: 22px; background: var(--white); box-shadow: 0 12px 35px rgba(41,25,91,.06); }
.features article:nth-child(1) { background: #f4edff; }
.features article:nth-child(2) { background: #fff0f1; }
.features article:nth-child(3) { background: #eafbf6; }
.features b { color: var(--purple); font-size: 34px; }
.features article:nth-child(2) b { color: var(--coral); }
.features article:nth-child(3) b { color: var(--mint); }

.button, button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; border: 0; border-radius: 13px; color: var(--white); background: linear-gradient(135deg, var(--purple), var(--purple-dark)); box-shadow: 0 8px 20px rgba(117,84,232,.22); font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover, button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(117,84,232,.28); }
.button.small { padding: 9px 15px; }
.button.ghost, button.secondary { border: 1px solid var(--line); color: var(--purple-dark); background: var(--white); box-shadow: none; }
h1 { font-size: clamp(36px, 6vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
h2 { line-height: 1.2; letter-spacing: -.02em; }
.eyebrow { color: var(--coral-text); font-size: 12px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.badge { display: inline-block; padding: 5px 10px; border-radius: 99px; color: var(--purple-dark); background: var(--lavender); font-size: 12px; font-weight: 850; }

.panel { margin-bottom: 24px; padding: 30px; }
.stack, .stack-form, .form-grid { display: grid; gap: 18px; }
.form-grid { grid-template-columns: repeat(3, 1fr); }
.wide { grid-column: 1 / -1; }
label { display: grid; gap: 6px; color: var(--navy); font-size: 13px; font-weight: 850; }
input, select, textarea { width: 100%; padding: 12px 13px; border: 1px solid #cfc4e5; border-radius: 12px; outline: 0; color: var(--navy); background: var(--white); }
input:focus, select:focus, textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(117,84,232,.12); }
textarea { min-height: 88px; resize: vertical; }
.toast { position: fixed; top: 90px; right: 18px; z-index: 100; display: flex; width: min(420px, calc(100vw - 32px)); align-items: center; justify-content: space-between; gap: 14px; padding: 13px 14px 13px 18px; border-radius: 13px; color: var(--white); background: var(--purple); box-shadow: var(--shadow); animation: toast-in .24s ease both; }
.toast.error, .form-error { background: var(--coral); }
.toast-close, .toast-close:hover { flex: 0 0 34px; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 9px; color: white; background: rgba(255,255,255,.16); box-shadow: none; font-size: 22px; line-height: 1; transform: none; }
.toast-leaving { animation: toast-out .24s ease both; }
@keyframes toast-in { from { opacity: 0; transform: translateY(-12px); } }
@keyframes toast-out { to { opacity: 0; transform: translateY(-12px); } }
.form-error { margin: 12px 0; padding: 12px; border-radius: 10px; color: white; }
.notice { padding: 14px; border-radius: 12px; background: var(--lavender-soft); }
.notice.error { color: #851d35; background: #fff0f2; border: 1px solid #ffc8d2; }
.auth-shell { max-width: 620px; }
.auth-card { padding: clamp(26px, 6vw, 44px); }
.auth-card h1 { margin: 8px 0 10px; }
.auth-intro { margin: 0 0 26px; color: var(--ink-soft); }
.auth-form { gap: 17px; }
.auth-form button { width: 100%; margin-top: 4px; }
.field-help { margin-top: -10px; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.auth-switch { margin: 22px 0 0; text-align: center; }
.google-auth-button { display: flex; align-items: center; justify-content: center; gap: 11px; width: 100%; min-height: 50px; margin: 0 0 22px; padding: 11px 18px; border: 1px solid #cfd5df; border-radius: 12px; color: #17213a; background: #fff; font-weight: 800; text-decoration: none; box-shadow: 0 2px 8px rgba(7,22,61,.06); }
.google-auth-button:hover { border-color: #9e88dd; box-shadow: 0 5px 16px rgba(68,45,130,.11); transform: translateY(-1px); }
.google-auth-button > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #4285f4; background: #f2f6ff; font: 900 17px/1 Arial,sans-serif; }
.google-auth-button.disabled { color: #7a8292; background: #f5f6f8; box-shadow: none; cursor: not-allowed; }
.google-auth-shell { width: 100%; min-height: 40px; margin: 0 0 22px; }
.google-auth-container { display: flex; justify-content: center; width: 100%; max-width: 100%; min-height: 40px; visibility: hidden; opacity: 0; overflow: hidden; transition: opacity .12s ease; }
.google-auth-container.google-auth-ready { visibility: visible; opacity: 1; }
.google-auth-container > div { max-width: 100%; }
.google-auth-shell.is-loading .google-auth-container { pointer-events: none; opacity: .55; }
.google-auth-status { min-height: 20px; margin: 7px 0 0; color: #59647b; font-size: .84rem; text-align: center; }
.google-auth-shell.google-auth-load-failed { min-height: 0; }
.google-auth-shell.google-auth-load-failed .google-auth-container { display: none; min-height: 0; }
.google-auth-shell.google-auth-load-failed .google-auth-status { margin-top: 0; }
.google-auth-unavailable { margin: 0 0 22px; padding: 12px 16px; border-radius: 10px; color: #59647b; background: #f5f6f8; font-size: .9rem; text-align: center; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--ink-soft); font-size: 12px; }
.auth-divider::before,.auth-divider::after { flex: 1; height: 1px; content: ""; background: var(--line); }
.auth-divider span { white-space: nowrap; }
.auth-pending { text-align: center; }
.auth-mail-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 18px; color: #fff; background: linear-gradient(145deg,var(--purple),#a77df2); font-size: 30px; box-shadow: 0 12px 24px rgba(112,72,232,.22); }
.auth-resend-form { margin-top: 24px; text-align: left; }
.link-account-email { padding: 12px 16px; border-radius: 12px; background: var(--lavender-soft); color: var(--purple-dark); font-weight: 800; text-align: center; overflow-wrap: anywhere; }
.diagnostic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; margin: 22px 0; }
.diagnostic-grid > div { min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #faf8ff; }
.diagnostic-grid dt { color: var(--ink-soft); font-size: 12px; font-weight: 850; }
.diagnostic-grid dd { margin: 4px 0 0; overflow-wrap: anywhere; font-weight: 850; }
.integration-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 20px 0; }
.integration-actions form { margin: 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.table-wrap table { width: 100%; border-collapse: collapse; background: var(--white); font-size: 13px; }
.table-wrap th, .table-wrap td { padding: 11px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; white-space: nowrap; }
.table-wrap th { color: var(--purple-dark); background: var(--lavender-soft); }
.table-wrap tbody tr:last-child td { border-bottom: 0; }

.page-head { margin-bottom: 28px; }
.page-head h1 { margin: 5px 0 8px; }
.page-head p { margin: 0; color: var(--ink-soft); }
.list-panel { position: relative; overflow: hidden; padding-top: 36px; }
.list-panel::before { position: absolute; inset: 0 0 auto; height: 6px; content: ""; background: linear-gradient(90deg, var(--purple), var(--coral), var(--yellow), var(--mint)); }
.list-panel > .split h2 { margin: 10px 0 4px; }
.list-panel > .split p { margin: 0; color: var(--ink-soft); }
.list-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.list-panel-head h2 { margin: 10px 0 4px; }
.list-panel-head p { margin: 0; color: var(--ink-soft); }
.share-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.share-actions form { margin: 0; }
.share-button { min-height: 48px; }
.link-button { padding: 8px 4px; border: 0; color: var(--purple-dark); background: transparent; box-shadow: none; font-size: 12px; text-decoration: underline; }
.link-button:hover { transform: none; box-shadow: none; }
.danger-link, .danger-link:hover { color: #b4233e; }
.danger-button, .danger-button:hover { color: white; background: #b4233e; box-shadow: 0 8px 20px rgba(180,35,62,.18); }
.confirm-dialog { width: min(520px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 22px; color: var(--navy); background: white; box-shadow: 0 28px 80px rgba(13,27,61,.28); }
.confirm-dialog::backdrop { background: rgba(13,27,61,.55); backdrop-filter: blur(3px); }
.confirm-dialog > form { display: grid; gap: 14px; padding: 27px; }
.confirm-dialog h2, .confirm-dialog p { margin: 0; }
.confirm-dialog p { color: var(--ink-soft); }
.confirm-dialog form > div { display: flex; justify-content: flex-end; gap: 10px; margin-top: 7px; }
.list-share-actions { justify-content: center; margin-top: 24px; }
.reservation-self { width: fit-content; padding: 7px 10px; border-radius: 999px; color: #176853; background: #e3f9f2; font-size: 12px; font-weight: 900; }
.profile-hero { display: flex; align-items: center; gap: 22px; padding: 28px 0 38px; }
.profile-hero > img, .profile-hero > span { display: grid; flex: 0 0 96px; width: 96px; height: 96px; place-items: center; border-radius: 50%; object-fit: cover; color: white; background: linear-gradient(135deg,var(--purple),var(--coral)); font-size: 38px; font-weight: 900; }
.profile-hero h1 { margin: 5px 0; }
.profile-hero p { margin: 0; color: var(--ink-soft); }
.profile-page { align-items: flex-start; }
.profile-page > div { min-width: 0; }
.profile-page .username { margin: -2px 0 8px; color: var(--purple-dark); font-weight: 800; overflow-wrap: anywhere; }
.profile-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 17px; }
.profile-actions form { margin: 0; }
.public-list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.public-list-grid > a { display: grid; gap: 5px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; color: var(--navy); background: var(--lavender-soft); text-decoration: none; }
.public-list-grid > a span { color: var(--ink-soft); font-size: 13px; }
.gift-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; margin: 28px 0; }
.gift-card { position: relative; display: grid; grid-template-rows: auto 1fr; min-width: 0; overflow: hidden; isolation: isolate; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 34px rgba(41,25,91,.07); }
.gift-image { position: relative; z-index: 1; display: grid; width: 100%; height: auto; aspect-ratio: 1 / 1; overflow: hidden; padding: 18px; place-items: center; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #faf7ff, #f0e8ff); }
.gift-image img { display: block; width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; object-position: center; }
.gift-body { position: relative; z-index: 2; display: grid; align-content: start; gap: 12px; min-width: 0; padding: 20px; color: var(--navy); background: var(--white); }
.gift-body h3 { margin: 0; overflow-wrap: anywhere; font-size: 18px; line-height: 1.35; }
.gift-body form { display: grid; gap: 8px; }
.remove-gift { justify-self: start; }
.preview-box { display: none; width: 160px; height: 130px; padding: 8px; border: 1px solid var(--line); border-radius: 12px; }
.preview-box.has-image { display: block; }
.preview-box img { width: 100%; height: 100%; object-fit: contain; }
.preview-status { margin: 0; color: var(--ink-soft); }
.preview-status.success { width: fit-content; padding: 7px 10px; border-radius: 999px; color: #12634f; background: #e7faf4; font-weight: 750; }
.price-kind { margin-left: 5px; color: var(--purple-dark); font-size: 12px; font-weight: 850; }
.add-gift { margin-top: 26px; }
.add-gift-toggle { display: flex; align-items: center; gap: 14px; padding: 17px 20px; list-style: none; border: 1px solid transparent; border-radius: 16px; color: var(--white); background: linear-gradient(135deg, var(--purple), var(--purple-dark)); box-shadow: 0 10px 26px rgba(93,61,207,.25); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.add-gift-toggle::-webkit-details-marker { display: none; }
.add-gift-toggle:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(93,61,207,.32); }
.add-gift-toggle:focus-visible { outline: 3px solid rgba(255,83,91,.35); outline-offset: 3px; }
.add-gift-toggle > span:last-child { display: grid; gap: 1px; }
.add-gift-toggle strong { font-size: 16px; }
.add-gift-toggle small { color: rgba(255,255,255,.82); font-size: 12px; font-weight: 650; }
.add-gift-icon { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: rgba(255,255,255,.16); font-size: 24px; line-height: 1; transition: transform .2s ease; }
.add-gift[open] .add-gift-icon { transform: rotate(45deg); }
.item-form { margin-top: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #fbf9ff, #fff); }
.item-form > button { grid-column: 1 / -1; justify-self: start; min-width: 220px; margin-top: 2px; }
.list-hero { padding: 45px 0; text-align: center; }
.split, .page-head { display: flex; align-items: center; justify-content: space-between; }
.install-body { min-height: 100vh; padding: 40px 16px; background: linear-gradient(145deg, var(--lavender-soft), #fff, #fff1f2); }
.install-card { width: min(900px, 100%); margin: auto; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.install-card .brand { margin-bottom: 22px; }

.friends-tabs { display: flex; gap: 9px; margin: -8px 0 24px; overflow-x: auto; padding-bottom: 4px; }
.friends-tabs a { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: white; font-weight: 800; text-decoration: none; }
.friends-tabs span { display: inline-grid; min-width: 23px; height: 23px; margin-left: 4px; padding: 0 6px; place-items: center; border-radius: 99px; color: var(--purple-dark); background: var(--lavender-soft); font-size: 11px; }
.people-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.person-card { position: relative; display: grid; grid-template-columns: 64px minmax(0,1fr); align-items: center; gap: 15px; min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fdfcff; }
.person-card > img, .person-avatar { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; object-fit: cover; color: white; background: linear-gradient(135deg,var(--purple),var(--coral)); font-size: 24px; font-weight: 900; }
.person-card h3, .person-card p { margin: 0; overflow-wrap: anywhere; }
.person-card p { color: var(--purple-dark); font-size: 13px; font-weight: 750; }
.person-card small { display: block; margin-top: 3px; color: var(--ink-soft); font-size: 10px; overflow-wrap: anywhere; }
.person-actions { display: flex; grid-column: 1 / -1; flex-wrap: wrap; align-items: center; gap: 9px; }
.person-actions form { margin: 0; }
.person-actions .button, .person-actions button { min-height: 42px; padding: 9px 13px; }
.request-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.request-columns > div { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: #fdfcff; }
.request-columns h3 { margin-top: 0; }
.request-row { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 13px 0; border-top: 1px solid var(--line); }
.request-row > div { display: grid; flex: 1 1 150px; }
.request-row small { color: var(--purple-dark); overflow-wrap: anywhere; }
.request-row form { margin: 0; }
.request-row button { min-height: 40px; padding: 8px 12px; }
.empty-state { grid-column: 1 / -1; margin: 8px 0; color: var(--ink-soft); }
.friend-search { display: grid; gap: 7px; }
.friend-search > div { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.friend-search small { color: var(--ink-soft); }
.search-results { margin-top: 22px; }

footer { padding: 48px 0 24px; color: var(--white); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 35px; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-grid a { color: var(--white); }
footer .brand { color: var(--white); }
footer .brand strong { color: #ae94ff; }
.copyright { width: min(1120px, calc(100% - 32px)); margin: 36px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #bfc7da; font-size: 13px; }
code { overflow-wrap: anywhere; }

@media (max-width: 760px) {
  .nav nav > a:not(.button) { display: none; }
  .brand { font-size: 20px; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-top: 52px; }
  .features, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .gift-grid { grid-template-columns: 1fr 1fr; }
  .item-form > button { width: 100%; }
  .people-grid, .request-columns { grid-template-columns: 1fr; }
  .page-head { align-items: flex-start; gap: 14px; }
  .toast { top: 78px; right: 16px; left: 16px; width: auto; }
}

@media (max-width: 500px) {
  .gift-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 44px; }
  .panel, .install-card { padding: 22px; }
  .user-chip { display: none; }
  .profile-hero { align-items: flex-start; gap: 15px; }
  .profile-hero > img, .profile-hero > span { flex-basis: 76px; width: 76px; height: 76px; font-size: 30px; }
  .profile-actions { display: grid; grid-template-columns: 1fr; }
  .profile-actions .button, .profile-actions button, .profile-actions form { width: 100%; }
  .confirm-dialog form > div { display: grid; grid-template-columns: 1fr; }
  .confirm-dialog form > div button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Home 2026 */
.nav .mobile-nav { display: none; }
.nav-highlight { padding: 8px 12px; border-radius: 10px; color: var(--purple-dark); background: var(--lavender-soft); }
.home { min-height: 0; padding: 0; overflow: clip; background: var(--background); }
.home h2 { margin: 0; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.home h3 { margin: 0; font-size: 20px; }
.home p { color: var(--ink-soft); }
.home-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 84% 22%, rgba(167,139,250,.22), transparent 31%), radial-gradient(circle at 12% 88%, rgba(67,214,178,.11), transparent 26%), linear-gradient(180deg, #fff 0%, #fcf9ff 100%); }
.home-hero::after { position: absolute; inset: auto -70px -120px auto; width: 300px; height: 300px; border: 56px solid rgba(124,92,231,.055); border-radius: 50%; content: ""; }
.home .hero { position: relative; z-index: 1; grid-template-columns: minmax(0, 1fr) minmax(450px, .94fr); gap: clamp(38px, 6vw, 80px); min-height: 690px; padding-top: 62px; padding-bottom: 74px; }
.hero-copy { max-width: 630px; }
.home .hero .eyebrow { display: inline-flex; padding: 7px 12px; border: 1px solid rgba(124,92,231,.14); border-radius: 999px; color: var(--purple-dark); background: rgba(255,255,255,.8); box-shadow: 0 7px 22px rgba(76,46,142,.06); }
.home .hero h1 { margin: 20px 0 22px; font-size: clamp(52px, 6.2vw, 78px); }
.home .hero h1 em { background: linear-gradient(105deg, var(--purple-dark), var(--primary-light)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.home .hero-copy > p { margin: 0 0 28px; max-width: 590px; font-size: clamp(18px, 1.7vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.hero-primary { min-height: 52px; padding-inline: 25px; }
.hero-login { color: var(--ink-soft); font-size: 14px; text-decoration: none; }
.hero-login strong { color: var(--purple-dark); }
.hero-note { display: block; margin-top: 16px; color: var(--ink-soft); font-weight: 650; }
.hero-note i { padding: 0 7px; color: var(--coral); font-style: normal; }

.hero-visual { position: relative; min-height: 520px; }
.hero-visual::before { position: absolute; inset: 32px 4px 10px 36px; border: 1px solid rgba(124,92,231,.14); border-radius: 44% 56% 52% 48% / 47% 43% 57% 53%; background: linear-gradient(145deg, rgba(234,220,255,.82), rgba(255,255,255,.95)); box-shadow: 0 32px 70px rgba(60,35,130,.13); content: ""; transform: rotate(-3deg); }
.hero-gift { position: absolute; z-index: 2; top: -24px; right: -10px; width: 205px; height: 205px; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(76,43,166,.2)); animation: gentle-float 5s ease-in-out infinite; }
.wishlist-mock { position: absolute; z-index: 3; top: 126px; left: 6px; width: min(390px, 86%); padding: 22px; border: 1px solid rgba(124,92,231,.13); border-radius: 25px; background: rgba(255,255,255,.96); box-shadow: 0 24px 55px rgba(42,24,90,.16); transform: rotate(-1.2deg); }
.mock-head { display: flex; align-items: start; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.mock-head div { display: grid; gap: 3px; }
.mock-head small { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.mock-head strong { font-size: 18px; }
.mock-head > span { padding: 5px 9px; border-radius: 99px; color: var(--purple-dark); background: var(--lavender-soft); font-size: 11px; font-weight: 800; }
.wishlist-mock ul { display: grid; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.wishlist-mock li { display: grid; grid-template-columns: 40px minmax(0,1fr) auto; align-items: center; gap: 10px; min-height: 50px; padding: 7px; border-radius: 13px; background: #fbfaff; }
.wishlist-mock li b { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.mock-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; }
.mock-icon.lilac { background: #eee7ff; }.mock-icon.coral { background: #fff0f1; }.mock-icon.mint { background: #e7fbf5; }
.wishlist-mock li small { padding: 4px 7px; border-radius: 99px; font-size: 9px; font-weight: 850; }
.available { color: #237863; background: #e1f8f1; }.reserved { color: #6d43cf; background: #eee7ff; }
.float-card { position: absolute; z-index: 4; padding: 10px 14px; border: 1px solid rgba(124,92,231,.13); border-radius: 13px; background: white; box-shadow: 0 15px 32px rgba(46,25,102,.13); font-size: 12px; font-weight: 850; }
.float-link { left: -20px; bottom: 64px; transform: rotate(-3deg); }.float-reserved { right: -22px; bottom: 22px; color: #19735d; transform: rotate(2deg); }
.confetti { position: absolute; z-index: 2; font-weight: 900; }.confetti-star { top: 24px; left: 22px; color: var(--yellow); font-size: 38px; transform: rotate(15deg); }.confetti-heart { top: 78px; left: 87px; color: var(--mint); font-size: 29px; }.confetti-dot { top: 45px; left: 148px; width: 18px; height: 18px; border-radius: 50%; background: var(--coral); }

.home-section { padding: 94px 0; }
.section-heading { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-heading p { margin: 15px auto 0; max-width: 650px; font-size: 18px; }
.section-kicker { display: inline-block; margin-bottom: 12px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.benefits { background: white; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-grid article { min-height: 285px; padding: 26px; border: 1px solid rgba(13,27,61,.06); border-radius: 24px; transition: transform .2s ease, box-shadow .2s ease; }
.benefit-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(45,25,100,.09); }
.benefit-grid article p { margin: 12px 0 0; font-size: 14px; }
.benefit-lilac { background: #f4efff; }.benefit-coral { background: #fff1f2; }.benefit-mint { background: #ebfbf7; }.benefit-yellow { background: #fff9e8; }
.feature-icon { display: grid; width: 52px; height: 52px; margin-bottom: 28px; place-items: center; border-radius: 16px; background: rgba(255,255,255,.72); box-shadow: 0 8px 20px rgba(50,27,118,.08); font-size: 23px; }

.how { background: linear-gradient(180deg, var(--background), white); }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps::before { position: absolute; top: 59px; right: 16%; left: 16%; height: 2px; background: repeating-linear-gradient(90deg, rgba(124,92,231,.35) 0 8px, transparent 8px 16px); content: ""; }
.steps li { position: relative; z-index: 1; padding: 0 26px; text-align: center; }
.steps li > span { display: block; color: var(--primary-light); font-size: 12px; font-weight: 950; letter-spacing: .12em; }
.step-icon { display: grid; width: 76px; height: 76px; margin: 15px auto 20px; place-items: center; border: 7px solid white; border-radius: 24px; background: var(--lavender-soft); box-shadow: 0 12px 28px rgba(68,39,134,.1); font-size: 29px; }
.steps p { font-size: 14px; }

.occasions { padding-top: 60px; background: white; }
.occasion-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.occasion-grid span { padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px; background: white; box-shadow: 0 8px 22px rgba(45,25,100,.055); font-weight: 750; transition: transform .18s ease, border-color .18s ease; }
.occasion-grid span:hover { border-color: var(--primary-light); transform: translateY(-2px); }

.store-freedom { background: linear-gradient(135deg, #f4edff, #faf8ff 55%, #eefbf8); }
.freedom-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.freedom-grid h2 em { color: var(--purple); font-style: normal; }
.freedom-grid p { max-width: 560px; font-size: 18px; }
.links-visual { display: grid; grid-template-columns: 1fr 38px 180px; align-items: center; gap: 16px; }
.source-links { display: grid; gap: 11px; }
.source-links span { overflow: hidden; padding: 12px 14px; border: 1px solid rgba(124,92,231,.13); border-radius: 12px; background: rgba(255,255,255,.85); box-shadow: 0 8px 22px rgba(45,25,100,.06); color: var(--ink-soft); font: 12px ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }
.links-visual > b { color: var(--coral); font-size: 30px; text-align: center; }
.single-list { display: grid; justify-items: center; padding: 22px 12px; border: 1px solid rgba(124,92,231,.15); border-radius: 22px; background: white; box-shadow: var(--shadow); text-align: center; }
.single-list img { width: 86px; height: 86px; object-fit: contain; }.single-list span { font-weight: 900; }.single-list small { color: var(--ink-soft); }

.reservation { background: white; }
.reservation-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; }
.reservation-copy > p { font-size: 18px; }
.reservation-copy ul { display: grid; gap: 8px; padding: 0; color: #287c68; list-style: none; font-weight: 750; }
.reserve-demo { display: grid; grid-template-columns: minmax(220px, 1fr) 40px minmax(170px, .8fr); align-items: center; gap: 14px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: #faf8ff; box-shadow: 0 22px 55px rgba(45,25,100,.09); }
.demo-product { display: grid; gap: 6px; padding: 18px; border-radius: 19px; background: white; box-shadow: 0 12px 28px rgba(45,25,100,.08); }.demo-picture { display: grid; height: 130px; margin-bottom: 7px; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #f0e9ff, #fff); font-size: 66px; }.demo-product > span { color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .08em; }.demo-product strong { color: var(--navy); font-size: 20px; }.demo-product button { min-height: 46px; margin-top: 7px; }
.reserve-arrow { color: var(--purple); font-size: 30px; font-weight: 900; text-align: center; }
.reserve-success { display: grid; justify-items: center; gap: 8px; padding: 24px 18px; border: 1px solid rgba(67,214,178,.28); border-radius: 20px; color: #1a6c58; background: #e7faf4; text-align: center; }.reserve-success > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: white; background: var(--mint); font-size: 23px; font-weight: 900; }.reserve-success small { color: #4e776d; }

.final-cta { padding: 30px 0 94px; background: white; }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 260px 1fr; align-items: center; min-height: 350px; overflow: hidden; padding: 44px clamp(30px, 6vw, 75px); border-radius: 34px; color: white; background: linear-gradient(125deg, #a68afa, #7c5ce7 55%, #6443d3); box-shadow: 0 28px 65px rgba(83,53,170,.25); }
.final-cta-inner::after { position: absolute; right: -70px; bottom: -150px; width: 330px; height: 330px; border: 55px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.final-cta img { position: relative; z-index: 1; width: 230px; height: 230px; object-fit: contain; filter: drop-shadow(0 20px 25px rgba(44,24,102,.2)); }
.final-cta-inner > div { position: relative; z-index: 1; }
.final-cta h2 { margin: 8px 0 12px; max-width: 670px; }.final-cta p { margin: 0 0 22px; color: rgba(255,255,255,.88); font-size: 18px; }.final-cta-inner > div > span { font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }.final-cta .button { color: var(--navy); background: white; box-shadow: none; }.cta-login { margin-left: 18px; color: white; font-weight: 800; }
.footer-brand img { width: 245px; height: auto; max-height: 82px; object-fit: contain; object-position: left center; }.footer-brand p { margin: 4px 0 0; color: #bfc7da; }

@keyframes gentle-float { 0%,100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-8px) rotate(1deg); } }

@media (max-width: 980px) {
  .home .hero { grid-template-columns: 1fr 410px; gap: 30px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid article { min-height: 230px; }
  .reservation-grid { grid-template-columns: 1fr; }
  .reservation-copy { max-width: 720px; }
}

@media (max-width: 760px) {
  .site-header { position: sticky; }
  .nav { min-height: 70px; gap: 10px; }
  .nav > .brand { flex: 0 1 auto; min-width: 0; gap: 7px; font-size: 17px; }
  .nav > .brand img { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 0; object-fit: contain; box-shadow: none; }
  .desktop-nav { display: none !important; }
  .nav .mobile-nav { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }
  .nav .mobile-nav > .mobile-login { display: inline-flex; color: var(--navy); font-size: 14px; font-weight: 850; text-decoration: none; }
  .mobile-create { min-height: 42px; padding: 8px 12px !important; font-size: 13px; white-space: nowrap; }
  .mobile-account { display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: 12px; text-decoration: none; }
  .mobile-account span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--purple), var(--coral)); font-weight: 900; }
  .mobile-menu { position: relative; }
  .mobile-menu summary { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--navy); cursor: pointer; font-size: 20px; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu > div { position: absolute; top: 50px; right: 0; display: grid; width: 190px; gap: 3px; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: var(--shadow); }
  .mobile-menu a, .mobile-menu .logout-link { display: block; width: 100%; padding: 10px; border-radius: 9px; color: var(--navy); font-weight: 750; text-align: left; text-decoration: none; }
  .home .hero { grid-template-columns: 1fr; gap: 24px; min-height: 0; padding-top: 34px; padding-bottom: 44px; }
  .home .hero h1 { margin: 15px 0 17px; font-size: clamp(42px, 12vw, 58px); }
  .home .hero-copy > p { margin-bottom: 22px; font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 11px; }
  .hero-primary { width: 100%; min-height: 50px; }
  .hero-login { min-height: 42px; padding: 9px; text-align: center; }
  .hero-note { margin-top: 10px; text-align: center; }
  .hero-visual { min-height: 430px; margin-top: 0; }
  .hero-visual::before { inset: 30px 8px 0; }
  .hero-gift { top: 2px; right: 6px; width: 150px; height: 150px; }
  .wishlist-mock { top: 105px; left: 4%; width: 84%; padding: 17px; }
  .float-link { left: 0; bottom: 29px; }.float-reserved { right: 0; bottom: -4px; }
  .home-section { padding: 68px 0; }
  .section-heading { margin-bottom: 30px; text-align: left; }
  .home h2 { font-size: 36px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 0; padding: 23px; }
  .feature-icon { margin-bottom: 18px; }
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .steps::before { top: 10px; bottom: 10px; left: 37px; width: 2px; height: auto; }
  .steps li { display: grid; grid-template-columns: 76px 1fr; column-gap: 18px; padding: 0; text-align: left; }
  .steps li > span { grid-column: 2; align-self: end; }
  .step-icon { grid-row: 1 / 4; grid-column: 1; margin: 0; }
  .steps h3, .steps p { grid-column: 2; }.steps p { margin-top: 6px; }
  .occasion-grid { justify-content: flex-start; gap: 9px; }
  .occasion-grid span { padding: 11px 14px; font-size: 14px; }
  .freedom-grid { grid-template-columns: 1fr; gap: 35px; }
  .links-visual { grid-template-columns: 1fr 30px 145px; gap: 8px; }
  .source-links span { padding: 10px; font-size: 10px; }
  .single-list { padding: 15px 8px; }.single-list img { width: 70px; height: 70px; }
  .reserve-demo { grid-template-columns: 1fr; padding: 20px; }
  .reserve-arrow { transform: rotate(90deg); }
  .final-cta { padding-bottom: 60px; }
  .final-cta-inner { grid-template-columns: 1fr; padding: 30px 24px; text-align: center; }
  .final-cta img { width: 150px; height: 150px; margin: 0 auto -5px; }
  .final-cta h2 { font-size: 35px; }
  .final-cta .button { width: 100%; min-height: 50px; }.cta-login { display: block; margin: 15px 0 0; }
  footer { padding: 34px 0 20px; }
  .footer-grid { grid-template-columns: 1.25fr 1fr; gap: 25px 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: 210px; max-height: 70px; }
  .copyright { margin-top: 25px; padding-top: 15px; }
  .list-panel-head { display: grid; }
  .share-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .share-actions .button { width: 100%; min-height: 48px; }
  .share-actions form, .share-actions .link-button { grid-column: 1 / -1; width: 100%; }
  .public-list-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .container { width: min(100% - 32px, 1120px); }
  .nav > .brand span { font-size: 16px; }
  .home .hero { padding-top: 26px; }
  .home .hero .eyebrow { padding: 6px 9px; font-size: 10px; }
  .home .hero h1 { font-size: clamp(40px, 12vw, 50px); }
  .hero-visual { min-height: 405px; }
  .wishlist-mock { top: 98px; left: 2%; width: 91%; }
  .wishlist-mock li { grid-template-columns: 36px minmax(0,1fr) auto; gap: 7px; }
  .mock-icon { width: 36px; height: 36px; }
  .float-card { padding: 8px 10px; font-size: 10px; }
  .float-link { bottom: 25px; }.float-reserved { bottom: 0; }
  .links-visual { grid-template-columns: 1fr; }
  .links-visual > b { transform: rotate(90deg); }
  .single-list { width: 180px; margin: auto; }
}

/* Pesquisa explícita de opções de produto — 2026-08-25 */
.product-options-search { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 12px; }
.product-options-search button { min-height: 48px; white-space: nowrap; }
.product-options-panel { display: grid; gap: 15px; min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.product-options-status { margin: 0; color: var(--ink-soft); font-size: 13px; font-weight: 750; }
.product-options-status.is-loading { color: var(--purple-dark); }
.product-options-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; min-width: 0; }
.product-option-card { display: grid; grid-template-rows: auto 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 8px 22px rgba(41,25,91,.06); }
.product-option-image { display: grid; width: 100%; aspect-ratio: 4 / 3; padding: 12px; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); color: var(--ink-soft); background: linear-gradient(145deg,#faf7ff,#f2ecff); font-size: 12px; font-weight: 750; }
.product-option-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.product-option-body { display: grid; align-content: start; gap: 9px; min-width: 0; padding: 14px; }
.product-option-body h3 { min-height: 3.9em; margin: 0; overflow: hidden; color: var(--navy); font-size: 15px; line-height: 1.3; overflow-wrap: anywhere; }
.product-option-body strong { color: var(--purple-dark); font-size: 16px; }
.product-option-body span { color: var(--ink-soft); font-size: 12px; font-weight: 750; }
.product-option-body button { width: 100%; min-height: 46px; margin-top: 3px; }
.product-options-more { width: fit-content; min-height: 46px; justify-self: center; }

@media (max-width: 760px) {
  .product-options-search { grid-template-columns: 1fr; }
  .product-options-search button,.product-options-more { width: 100%; }
  .product-options-panel { padding: 14px; }
  .product-options-grid { grid-template-columns: 1fr; }
  .product-option-card { grid-template-columns: 112px minmax(0,1fr); grid-template-rows: 1fr; }
  .product-option-image { height: 100%; min-height: 150px; aspect-ratio: auto; border-right: 1px solid var(--line); border-bottom: 0; }
  .product-option-body h3 { min-height: 0; }
}

@media (max-width: 430px) {
  .product-option-card { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .product-option-image { min-height: 0; aspect-ratio: 4 / 3; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 350px) {
  .container { width: min(100% - 24px, 1120px); }
  .nav > .brand span { display: none; }
  .nav > .brand img { width: 44px; height: 44px; }
  .mobile-nav { gap: 7px; }
  .mobile-create { padding-inline: 10px !important; }
  .home .hero h1 { font-size: 39px; }
  .hero-visual { min-height: 385px; }
  .hero-gift { width: 128px; height: 128px; }
  .wishlist-mock { top: 88px; width: 96%; }
  .wishlist-mock li small { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-gift { animation: none; }
}

/* Social + lista geral — 2026-08-24 */
.dashboard { display: grid; gap: 24px; }
.dashboard-head { margin-bottom: 2px; }
.dashboard-profile-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; min-width: 0; }
.dashboard-profile-actions .button { min-height: 46px; }
.gift-edit-link { min-height: 40px; padding: 8px 12px; font-size: 13px; box-shadow: none; }
.edit-gift-page { padding-block: 10px 34px; }
.edit-gift-page > .panel { margin: 0; }
.edit-gift-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.edit-gift-actions .button { min-width: 150px; }
.image-remove-option { display: flex; align-items: center; gap: 9px; width: fit-content; color: var(--ink-soft); font-size: 13px; font-weight: 750; }
.image-remove-option input { width: 18px; height: 18px; margin: 0; }
.add-gift-panel { position: relative; overflow: hidden; border-color: rgba(124,92,231,.28); box-shadow: 0 18px 45px rgba(77,46,161,.12); }
.add-gift-panel::before { position: absolute; inset: 0 0 auto; height: 7px; content: ""; background: linear-gradient(90deg,var(--purple),var(--coral),var(--yellow),var(--mint)); }
.add-gift-panel > .section-heading { display: flex; align-items: center; justify-content: flex-start; gap: 14px; margin: 0; text-align: left; }
.add-gift-panel .add-gift-icon { color: white; background: linear-gradient(135deg,var(--purple),var(--purple-dark)); }
.add-gift-panel .section-heading h2,.add-gift-panel .section-heading p { margin: 0; }
.add-gift-panel .section-heading p { margin-top: 3px; color: var(--ink-soft); }
.add-gift-panel .item-form { margin-top: 22px; padding: 0; border: 0; background: transparent; }
.add-gift-submit { min-height: 50px; }
.create-list-disclosure { padding-block: 20px; }
.create-list-disclosure > summary { color: var(--purple-dark); font-size: 16px; font-weight: 900; cursor: pointer; }
.create-list-disclosure > form { margin-top: 20px; }
.general-list-panel { margin: 0; }
.specific-lists-section { display: grid; gap: 15px; margin-bottom: 20px; }
.specific-lists-section > .section-heading { margin: 8px 0 0; text-align: left; }
.specific-lists-section h2 { margin: 5px 0 0; }
.specific-list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.specific-list-card { display: flex; min-width: 0; margin: 0; flex-direction: column; justify-content: space-between; gap: 20px; }
.specific-list-card h3 { margin: 10px 0 5px; overflow-wrap: anywhere; font-size: 22px; }
.specific-list-card p { margin: 0; color: var(--ink-soft); }
.specific-list-card small { display: block; margin-top: 8px; color: var(--ink-soft); }
.specific-list-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.specific-list-actions .button { min-height: 44px; padding: 9px 13px; }
.source-list-tag { width: fit-content; max-width: 100%; padding: 5px 9px; overflow: hidden; border-radius: 999px; color: var(--purple-dark); background: var(--lavender-soft); font-size: 11px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.copy-gift-form { margin: 0; }
.copy-gift-button { width: 100%; min-height: 46px; padding-inline: 12px; color: white; background: linear-gradient(135deg,var(--coral),#e84466); box-shadow: 0 8px 18px rgba(224,68,97,.16); }
.follow-page { display: grid; gap: 22px; }
.follow-page > .panel { margin: 0; }
.section-help { margin: -8px 0 20px; color: var(--ink-soft); }
.follow-counts { margin: 2px 0 10px !important; font-size: 13px; }
.public-list-grid > a small { color: var(--purple-dark); font-size: 11px; font-weight: 800; }
.public-list-grid > a > .badge { width: fit-content; color: var(--purple-dark); }

@media (max-width: 760px) {
  .dashboard { gap: 18px; }
  .dashboard-head { display: grid; }
  .dashboard-profile-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .dashboard-profile-actions .button { width: 100%; min-width: 0; min-height: 48px; padding-inline: 12px; }
  .edit-gift-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .edit-gift-actions .button { width: 100%; min-width: 0; }
  .add-gift-panel { padding: 24px 20px; }
  .add-gift-panel .item-form { padding: 0; }
  .specific-list-grid { grid-template-columns: 1fr; }
  .specific-list-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .specific-list-actions .button { width: 100%; }
  .specific-list-actions .link-button { grid-column: 1 / -1; width: 100%; min-height: 42px; }
  .general-list-panel { padding-inline: 20px; }
  .general-list-panel .gift-grid { margin-bottom: 0; }
  .follow-page .page-head { display: grid; }
  .follow-page .page-head > .button { width: 100%; }
}

@media (max-width: 430px) {
  .dashboard-profile-actions,.edit-gift-actions { grid-template-columns: 1fr; }
  .add-gift-panel > .section-heading { align-items: flex-start; }
  .add-gift-panel .section-heading h2 { font-size: 25px; }
  .create-list-disclosure { padding: 18px; }
  .list-panel-head h2 { font-size: 26px; }
  .specific-list-actions { grid-template-columns: 1fr; }
  .specific-list-actions .link-button { grid-column: auto; }
  .gift-body { padding: 17px; }
  .friends-tabs { margin-top: 0; }
  .friend-search > div,.share-actions { grid-template-columns: 1fr; }
  .friend-search button,.share-actions .button { width: 100%; }
  .share-actions form,.share-actions .link-button { grid-column: auto; }
  .profile-page { display: grid; grid-template-columns: 76px minmax(0,1fr); }
  .profile-page > div { min-width: 0; }
}

/* Notificações, navegação ativa e avatar — 2026-08-24 */
.desktop-nav > a.is-active,.desktop-nav > .user-chip.is-active,.mobile-menu a.is-active,.mobile-account.is-active { color: var(--purple-dark); background: var(--lavender-soft); box-shadow: inset 0 0 0 1px rgba(124,92,231,.12); }
.desktop-nav > a.is-active { padding: 8px 12px; border-radius: 10px; }
.desktop-nav > .nav-highlight:not(.is-active) { padding: 0; color: var(--navy); background: transparent; }
.header-avatar,.account-avatar { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; object-fit: cover; color: white; background: linear-gradient(135deg,var(--purple),var(--coral)); font-size: 14px; font-weight: 900; }
.user-chip { padding: 5px 8px; border-radius: 12px; }
.notification-menu { position: relative; flex: 0 0 auto; }
.notification-menu > summary { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 13px; color: var(--navy); background: white; cursor: pointer; font-size: 19px; list-style: none; transition: border-color .18s ease,background .18s ease; }
.notification-menu > summary::-webkit-details-marker { display: none; }
.notification-menu > summary:hover,.notification-menu.is-active > summary { border-color: rgba(124,92,231,.38); background: var(--lavender-soft); }
.notification-badge { position: absolute; top: -6px; right: -7px; display: grid; min-width: 20px; height: 20px; padding: 0 5px; place-items: center; border: 2px solid white; border-radius: 99px; color: white; background: var(--coral); box-shadow: 0 4px 10px rgba(255,95,98,.28); font-size: 10px; line-height: 1; }
.notification-dropdown { position: absolute; z-index: 30; top: calc(100% + 12px); right: 0; width: min(390px,calc(100vw - 28px)); overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: 0 22px 55px rgba(38,21,82,.2); }
.notification-dropdown-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 16px 12px; border-bottom: 1px solid var(--line); }
.notification-dropdown-head form { margin: 0; }
.notification-dropdown-head .link-button { padding: 3px; font-size: 11px; }
.notification-dropdown-list { max-height: 390px; overflow-y: auto; }
.notification-row { margin: 0; border-bottom: 1px solid #eeeaf5; }
.notification-row > button { display: grid; width: 100%; min-height: 68px; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 11px; padding: 11px 14px; border: 0; border-radius: 0; color: var(--navy); background: white; box-shadow: none; text-align: left; }
.notification-row > button:hover { background: #faf8ff; box-shadow: none; transform: none; }
.notification-row.is-unread > button { background: #f5f0ff; }
.notification-row.is-unread > button::after { position: absolute; right: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--purple); content: ""; }
.notification-row > button { position: relative; }
.notification-row > button > span:not(.notification-avatar) { display: grid; min-width: 0; gap: 3px; padding-right: 10px; }
.notification-row strong { overflow-wrap: anywhere; font-size: 13px; line-height: 1.32; }
.notification-row small { color: var(--ink-soft); font-size: 11px; font-weight: 650; }
.notification-avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; object-fit: cover; color: white; background: linear-gradient(135deg,var(--purple),var(--coral)); font-weight: 900; }
.notification-all-link { display: block; padding: 12px 15px; color: var(--purple-dark); background: white; font-size: 12px; font-weight: 850; text-align: center; text-decoration: none; }
.notification-empty { margin: 0; padding: 25px 16px; color: var(--ink-soft); text-align: center; }
.notifications-page .page-head { align-items: end; }
.notification-page-list { overflow: hidden; padding: 0; }
.notification-page-row > button { grid-template-columns: 48px minmax(0,1fr) auto; min-height: 82px; padding: 15px 18px; }
.notification-page-row .notification-avatar { width: 48px; height: 48px; }
.notification-page-row i { color: var(--purple); font-style: normal; }
.account-profile-page { display: grid; gap: 22px; }
.avatar-settings { display: grid; grid-template-columns: 160px minmax(0,1fr); align-items: start; gap: 30px; }
.avatar-preview { display: grid; width: 160px; height: 160px; place-items: center; overflow: hidden; border: 6px solid var(--lavender-soft); border-radius: 50%; background: white; box-shadow: 0 14px 35px rgba(50,27,118,.12); }
.profile-avatar-large { display: grid; width: 100%; height: 100%; place-items: center; border-radius: 50%; object-fit: cover; color: white; background: linear-gradient(135deg,var(--purple),var(--coral)); font-size: 54px; font-weight: 900; }
.avatar-settings h2 { margin: 0 0 7px; }
.avatar-settings p { margin: 0 0 20px; color: var(--ink-soft); }
.avatar-upload-form { display: grid; gap: 13px; }
.avatar-upload-form label { display: grid; gap: 7px; font-weight: 850; }
.avatar-upload-form input[type="file"] { min-height: 49px; padding: 9px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.avatar-upload-form button { min-height: 48px; }
.avatar-remove-form { margin-top: 14px; }
.person-card > img,.profile-hero > img { object-position: center; }

@media (max-width: 760px) {
  .mobile-account { padding: 4px; border-radius: 11px; }
  .mobile-account b { display: none; }
  .mobile-account .header-avatar { width: 34px; height: 34px; }
  .notification-menu-mobile .notification-dropdown { position: fixed; top: 76px; right: 12px; left: auto; width: min(390px,calc(100vw - 24px)); }
  .notifications-page .page-head { display: grid; align-items: start; }
  .notifications-page .page-head form,.notifications-page .page-head button { width: 100%; }
  .avatar-settings { grid-template-columns: 1fr; justify-items: center; gap: 22px; text-align: center; }
  .avatar-settings > div:last-child { width: 100%; }
  .avatar-upload-form { text-align: left; }
  .dashboard-profile-actions { grid-template-columns: 1fr; }
}

@media (max-width: 350px) {
  .notification-menu-mobile .notification-dropdown { right: 8px; width: calc(100vw - 16px); }
  .notification-menu > summary { width: 38px; height: 38px; }
  .mobile-account .header-avatar { width: 32px; height: 32px; }
}

/* Afiliados Mercado Livre em lote — 2026-08-24 */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.ml-affiliate-admin { display: grid; gap: 22px; }
.affiliate-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.affiliate-stats > div { display: grid; gap: 3px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 28px rgba(50,27,118,.07); }
.affiliate-stats strong { color: var(--purple-dark); font-size: 28px; line-height: 1; }
.affiliate-stats span { color: var(--ink-soft); font-size: 12px; font-weight: 750; }
.affiliate-step { position: relative; margin: 0; padding-top: 32px; }
.affiliate-step-number { position: absolute; top: -14px; left: 26px; display: grid; width: 40px; height: 40px; place-items: center; border: 4px solid var(--background); border-radius: 50%; color: white; background: linear-gradient(135deg,var(--purple),var(--purple-dark)); font-weight: 900; }
.affiliate-step-heading { margin: 0 0 20px 38px; }
.affiliate-step-heading h2,.affiliate-step-heading p { margin: 0; }
.affiliate-step-heading p { margin-top: 4px; color: var(--ink-soft); }
.affiliate-select-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 16px; }
.affiliate-select-actions .button { min-height: 42px; padding: 9px 13px; }
.affiliate-product-table { min-width: 880px; }
.affiliate-product-table th:first-child,.affiliate-product-table td:first-child { width: 48px; text-align: center; }
.affiliate-product-table input[type="checkbox"] { width: 19px; height: 19px; accent-color: var(--purple); }
.affiliate-product-table td:nth-child(2) { max-width: 250px; }
.affiliate-product-table td:nth-child(3) { max-width: 370px; }
.affiliate-product-table td:nth-child(3) a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.affiliate-status { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-size: 11px; font-weight: 850; white-space: nowrap; }
.affiliate-status.missing { color: #785313; background: #fff5d6; }
.affiliate-status.configured { color: #176a55; background: #e0f8f0; }
.affiliate-status.stale { color: #a03344; background: #ffe8ec; }
.affiliate-batch-submit { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 17px; }
.affiliate-batch-submit span { color: var(--ink-soft); font-weight: 800; }
.affiliate-batch label,.affiliate-paste-form { display: grid; gap: 8px; font-weight: 850; }
.affiliate-batch textarea { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 14px; color: var(--navy); background: #fbfaff; font: 13px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace; resize: vertical; }
.affiliate-batch textarea:focus { outline: 3px solid rgba(124,92,231,.16); border-color: var(--purple); }
.affiliate-batch > .button { width: fit-content; margin-top: 10px; }
.affiliate-instructions { display: grid; gap: 6px; margin: 24px 0; padding: 20px 20px 20px 42px; border-radius: 16px; background: var(--lavender-soft); }
.affiliate-paste-form { padding-top: 22px; border-top: 1px solid var(--line); }
.affiliate-paste-form h2 { margin: 0; }
.affiliate-paste-form p { margin: 0; color: var(--ink-soft); font-size: 13px; font-weight: 650; }
.affiliate-paste-form button { width: fit-content; min-height: 48px; }

@media (max-width: 760px) {
  .affiliate-stats { grid-template-columns: 1fr 1fr; }
  .affiliate-step { padding: 28px 18px 20px; }
  .affiliate-step-number { left: 18px; }
  .affiliate-step-heading { margin-left: 32px; }
  .affiliate-select-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .affiliate-select-actions .button,.affiliate-select-actions .link-button { width: 100%; }
  .affiliate-batch-submit { display: grid; }
  .affiliate-batch-submit button,.affiliate-paste-form button,.affiliate-batch > .button { width: 100%; }
}

@media (max-width: 390px) {
  .affiliate-stats,.affiliate-select-actions { grid-template-columns: 1fr; }
}

/* Origem da sugestão e leitura administrativa — 2026-08-25 */
[hidden] { display: none !important; }
.add-product-form { margin-top: 18px; }
.suggestion-origin-badge,.admin-readonly-note { display: inline-flex; width: fit-content; padding: 6px 9px; border-radius: 999px; color: #5937bb; background: #eee7ff; font-size: 10px; font-weight: 900; letter-spacing: .02em; }
.admin-readonly-note { margin-bottom: 10px; color: #784b0a; background: #fff1c9; }
.affiliate-origin-note { display: block; margin-top: 5px; color: var(--purple-dark); font-size: 10px; font-weight: 850; }
.admin-lists-page { display: grid; gap: 20px; }
.admin-search-form { display: grid; gap: 9px; margin: 0; }
.admin-search-form label { font-weight: 850; }
.admin-search-form > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
.admin-user-list { display: grid; gap: 13px; }
.admin-user-card { margin: 0; padding: 0; overflow: hidden; }
.admin-user-card > summary { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 17px 20px; cursor: pointer; list-style: none; }
.admin-user-card > summary::-webkit-details-marker { display: none; }
.admin-user-card > summary > span:nth-child(2) { display: grid; gap: 3px; min-width: 0; }
.admin-user-card > summary small { overflow-wrap: anywhere; color: var(--ink-soft); }
.admin-user-card > summary > b { color: var(--purple-dark); font-size: 12px; }
.admin-avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg,var(--purple),var(--coral)); font-weight: 900; }
.admin-user-content { display: grid; gap: 16px; padding: 18px 20px 22px; border-top: 1px solid var(--line); background: #fcfbff; }
.admin-user-content > .button { width: fit-content; }
.admin-list-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.admin-list-grid article { display: grid; align-content: start; gap: 8px; min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.admin-list-grid article small { color: var(--ink-soft); }
.admin-list-grid article a { width: fit-content; margin-top: 3px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--purple-dark); background: white; font-size: 12px; font-weight: 850; text-decoration: none; }
.admin-pagination { display: flex; align-items: center; justify-content: center; gap: 16px; }
.admin-pagination span { color: var(--ink-soft); font-weight: 750; }

@media (max-width: 760px) {
  .admin-list-grid { grid-template-columns: 1fr; }
  .admin-user-card > summary { grid-template-columns: 42px minmax(0,1fr); padding-inline: 15px; }
  .admin-user-card > summary > b { grid-column: 2; }
}

@media (max-width: 430px) {
  .admin-search-form > div { grid-template-columns: 1fr; }
  .admin-search-form button { width: 100%; min-height: 48px; }
  .admin-pagination { display: grid; grid-template-columns: 1fr 1fr; text-align: center; }
  .admin-pagination span { grid-column: 1 / -1; grid-row: 1; }
}

/* Preferência do presente + opções de compra — V43 */
.purchase-preference-choice { display:flex !important; align-items:flex-start; gap:12px; padding:14px 16px; border:1px solid var(--line); border-radius:16px; background:linear-gradient(145deg,#fbf9ff,#f4efff); cursor:pointer; }
.purchase-preference-choice input { width:20px; height:20px; margin-top:2px; accent-color:var(--purple); flex:0 0 auto; }
.purchase-preference-choice span { display:grid; gap:4px; }
.purchase-preference-choice strong { color:var(--navy); font-size:14px; }
.purchase-preference-choice small { color:var(--ink-soft); line-height:1.45; }
.purchase-preference-tag { display:inline-flex; align-items:center; width:fit-content; max-width:100%; padding:6px 10px; border-radius:999px; font-size:11px; font-weight:900; line-height:1.2; }
.purchase-preference-tag.is-exact { color:#73420a; background:#fff0ce; border:1px solid #f4d18b; }
.purchase-preference-tag.is-similar { color:#315c78; background:#e9f5ff; border:1px solid #c8e5f7; }
.gift-buying-links { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.gift-buying-links .button { width:100%; min-height:44px; padding-inline:10px; text-align:center; }
.gift-options-link { color:var(--purple-dark); background:var(--lavender-soft); border-color:#d9ccff; }

.purchase-options-page { padding-block:34px 70px; }
.purchase-options-head { align-items:flex-start; }
.purchase-options-head > div { display:grid; gap:10px; }
.purchase-options-head h1 { margin-bottom:0; }
.purchase-original-product { display:grid; grid-template-columns:minmax(0,1fr) minmax(220px,340px); gap:28px; align-items:center; margin-bottom:34px; overflow:hidden; }
.purchase-original-copy { display:grid; gap:12px; align-content:center; }
.purchase-original-copy h2,.purchase-original-copy p { margin:0; }
.purchase-original-copy strong { color:var(--purple-dark); font-size:22px; }
.purchase-original-copy .button { width:fit-content; }
.purchase-original-image { display:grid; place-items:center; min-height:240px; padding:20px; border-radius:18px; background:linear-gradient(145deg,#faf7ff,#f0eaff); }
.purchase-original-image img { display:block; width:100%; max-height:280px; object-fit:contain; }
.purchase-market-options { display:grid; gap:18px; }
.purchase-options-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.purchase-option-image { text-decoration:none; }
.purchase-option-match { display:inline-flex; width:fit-content; padding:5px 8px; border-radius:999px; font-size:10px !important; font-weight:900 !important; }
.purchase-option-match.is-exact { color:#176853; background:#e3f9f2; }
.purchase-option-match.is-similar { color:#5937bb; background:#eee7ff; }
.purchase-option-card .product-option-body .button { width:100%; margin-top:4px; }
.purchase-options-empty { text-align:center; }

@media (max-width:760px) {
  .gift-buying-links { grid-template-columns:1fr; }
  .purchase-options-head { display:grid; gap:18px; }
  .purchase-options-head > .button { width:100%; }
  .purchase-original-product { grid-template-columns:1fr; }
  .purchase-original-image { order:-1; min-height:190px; }
  .purchase-original-copy .button { width:100%; }
  .purchase-options-grid { grid-template-columns:1fr; }
}


/* Confirmação obrigatória de similares ao adicionar — V44 */
.purchase-preference-dialog { width:min(520px,calc(100% - 28px)); padding:0; border:0; border-radius:24px; color:var(--navy); background:#fff; box-shadow:0 28px 80px rgba(13,27,61,.28); }
.purchase-preference-dialog::backdrop { background:rgba(13,27,61,.58); backdrop-filter:blur(3px); }
.purchase-preference-dialog-content { display:grid; gap:14px; padding:28px; text-align:center; }
.purchase-preference-dialog-icon { display:grid; place-items:center; width:52px; height:52px; margin:0 auto; border-radius:18px; background:var(--lavender-soft); font-size:26px; }
.purchase-preference-dialog h2,.purchase-preference-dialog p { margin:0; }
.purchase-preference-dialog p { color:var(--ink-soft); line-height:1.55; }
.purchase-preference-dialog-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:6px; }
.purchase-preference-dialog-actions .button { width:100%; min-height:48px; white-space:normal; }
.gift-buying-links .button { min-height:40px; padding:8px 10px; font-size:13px; }

@media (max-width:760px) {
  .gift-buying-links { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:430px) {
  .purchase-preference-dialog-content { padding:22px 18px; }
  .purchase-preference-dialog-actions { grid-template-columns:1fr; }
}

/* V46 — Hub administrativo e estatísticas */
.admin-page-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.admin-hub-page{padding-bottom:44px}.admin-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.admin-hub-card{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit;min-height:158px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.admin-hub-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(3,21,67,.10)}.admin-hub-card strong{font-size:1.05rem;color:#031543}.admin-hub-card small{line-height:1.45;color:#64708d}.admin-hub-card-primary{border-color:#8a67f5}.admin-hub-icon{width:38px;height:38px;border-radius:12px;background:#f0ebff;color:#6a49e2;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.site-stats-page{padding-bottom:48px}.stats-period-panel{margin-bottom:18px}.stats-quick-periods{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.stats-quick-periods a{padding:8px 12px;border:1px solid #ddd7f8;border-radius:999px;text-decoration:none;font-weight:700;color:#4c36b6;background:#fff}.stats-quick-periods a[aria-current="page"]{background:#6a49e2;color:#fff;border-color:#6a49e2}.stats-custom-period{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.stats-custom-period label{display:grid;gap:5px}.stats-period-caption{margin:12px 0 0;color:#64708d}.stats-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.stats-kpi-grid article{background:#fff;border:1px solid #e7e3f4;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(3,21,67,.05)}.stats-kpi-grid span,.stats-kpi-grid small{display:block;color:#66708b}.stats-kpi-grid strong{display:block;font-size:2rem;line-height:1.05;color:#031543;margin:6px 0}.stats-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px}.stats-section-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.stats-section-heading h2{margin:0}.stats-chart-wrap{overflow-x:auto}.stats-chart{display:block;width:100%;min-width:560px;height:auto}.stats-chart-legend{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:8px;font-size:.85rem}.stats-chart-legend span{display:inline-flex;align-items:center;gap:6px}.stats-chart-legend i{width:18px;height:4px;border-radius:999px;background:currentColor}.stats-legend-users,.stats-series-users{color:#6a49e2;stroke:#6a49e2}.stats-legend-lists,.stats-series-lists{color:#ff5a67;stroke:#ff5a67}.stats-legend-items,.stats-series-items{color:#12827a;stroke:#12827a}.stats-legend-clicks,.stats-series-clicks{color:#e79626;stroke:#e79626}.stats-grid-line{stroke:#e9e7f1;stroke-width:1}.stats-axis-text{font-size:11px;fill:#7c8498}.stats-series{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.stats-table-section{margin-bottom:18px}.stats-small-tables{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.stats-table-sub{display:block;color:#7c8498;margin-top:3px}
@media(max-width:900px){.admin-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-chart-grid,.stats-small-tables{grid-template-columns:1fr}}
@media(max-width:600px){.admin-hub-grid,.stats-kpi-grid{grid-template-columns:1fr}.admin-page-actions{width:100%}.admin-page-actions .button{flex:1;text-align:center}.stats-custom-period{display:grid;grid-template-columns:1fr 1fr}.stats-custom-period button{grid-column:1/-1}.stats-kpi-grid strong{font-size:1.7rem}}


/* V58 — Home social, favoritos e densidade responsiva */
.favorite-list-form{display:inline-flex;margin:0}.favorite-list-button{display:inline-grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid #ded7f8;border-radius:15px;background:#fff;color:#7253de;box-shadow:0 5px 18px rgba(55,35,120,.07);cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.favorite-list-button:hover{transform:translateY(-1px);border-color:#bcaef3;background:#faf8ff}.favorite-list-button.is-active{background:#fff8db;border-color:#e8c64d;color:#8a6700}.favorite-star-icon{width:31px;height:31px;overflow:visible}.favorite-star-shape{fill:transparent;stroke:currentColor;stroke-width:2.5;stroke-linejoin:round}.favorite-star-icon.is-favorite .favorite-star-shape{fill:#ffd75a;stroke:#8a6700}.list-share-actions{align-items:center}
.social-home{padding-block:30px 62px}.social-home-welcome{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;margin-bottom:22px;padding:20px 22px;border:1px solid #e5e0f5;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#faf7ff 62%,#f4efff 100%);box-shadow:0 10px 28px rgba(34,22,80,.055)}.social-home-welcome h1,.social-home-welcome p{margin:0}.social-home-welcome h1{font-size:clamp(1.55rem,3vw,2.15rem);margin-top:3px}.social-home-welcome p{margin-top:5px;color:var(--ink-soft)}.social-home-avatar{width:62px;height:62px;font-size:1.4rem}
.social-home-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.85fr);grid-template-areas:"feed priority" "feed secondary";gap:18px;align-items:start}.social-home-priority{grid-area:priority}.social-feed-panel{grid-area:feed;padding:0;overflow:hidden}.social-home-secondary{grid-area:secondary;display:grid;gap:18px;min-width:0}.social-home-sidebar{display:grid;gap:18px;position:static;top:auto;min-width:0}.social-home-sidebar>.panel,.social-home-secondary>.panel{margin-bottom:0}
.social-box-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.social-feed-panel>.social-box-head{padding:20px 22px 14px;border-bottom:1px solid #eeeaf8}.social-box-head h2{margin:2px 0 0;font-size:1.3rem}.social-box-head>a{font-size:.86rem;font-weight:800;text-decoration:none;color:var(--purple-dark);white-space:nowrap}.social-feed-list{display:grid}.social-feed-card{padding:18px 22px;border-bottom:1px solid #f0edf7}.social-feed-card:last-child{border-bottom:0}.social-feed-person{display:flex;gap:10px;align-items:center;color:inherit;text-decoration:none;margin-bottom:12px}.social-feed-person>span:last-child{display:grid;gap:2px}.social-feed-person strong{font-size:.94rem}.social-feed-person small{color:var(--ink-soft);font-size:.78rem}.social-feed-avatar{width:40px;height:40px;font-size:.92rem}.social-feed-product{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:13px;align-items:center;padding:11px;border:1px solid #e9e4f5;border-radius:17px;background:#fcfbff;text-decoration:none;color:inherit;transition:border-color .16s ease,transform .16s ease}.social-feed-product:hover{border-color:#cfc2f6;transform:translateY(-1px)}.social-feed-product img,.social-feed-placeholder{width:72px;height:64px;border-radius:12px;object-fit:cover;background:#f3effd}.social-feed-placeholder{display:grid;place-items:center;font-size:28px}.social-feed-product>span{display:grid;gap:3px;min-width:0}.social-feed-product small{color:#7b7392;font-size:.72rem;text-transform:uppercase;font-weight:800}.social-feed-product strong{font-size:.98rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis}.social-feed-product b{color:var(--purple-dark);font-size:.88rem}.social-feed-product i{font-style:normal;color:#8a75d8;font-size:1.25rem}.social-empty-state{display:grid;justify-items:center;text-align:center;padding:42px 24px;gap:8px}.social-empty-state>span{font-size:34px}.social-empty-state p{max-width:430px;margin:0 0 6px;color:var(--ink-soft)}
.social-favorites-box,.social-friends-box,.social-shortcuts-box{display:grid;gap:14px}.favorite-list-stack{display:grid;gap:9px}.favorite-home-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px;border:1px solid #eee9f8;border-radius:16px;background:#fdfcff}.favorite-home-card>a{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;min-width:0}.favorite-home-card>a>span:last-child{display:grid;gap:2px;min-width:0}.favorite-home-card strong{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.favorite-home-card small{font-size:.75rem;color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.favorite-home-card .favorite-list-button{width:38px;height:38px;border-radius:12px;box-shadow:none}.favorite-home-card .favorite-star-icon{width:27px;height:27px}.favorite-owner-avatar{width:38px;height:38px;font-size:.82rem}
.social-follow-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;border-radius:14px;background:#f4f0ff}.social-follow-tabs a{display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 8px;border-radius:11px;color:#746b8f;font-size:.79rem;font-weight:800;text-decoration:none;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.social-follow-tabs a span{display:inline-grid;min-width:21px;height:21px;padding:0 5px;place-items:center;border-radius:99px;background:rgba(124,92,231,.1);font-size:.68rem}.social-follow-tabs a.is-active{background:#fff;color:var(--purple-dark);box-shadow:0 4px 12px rgba(61,38,120,.08)}.social-follow-tabs a.is-active span{background:#eee8ff;color:var(--purple-dark)}.social-friends-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.social-friends-grid>a{display:flex;gap:8px;align-items:center;padding:9px;border-radius:14px;text-decoration:none;color:inherit;background:#faf8ff;min-width:0}.social-friends-grid>a>span:last-child{display:grid;gap:1px;min-width:0}.social-friends-grid strong{font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-friends-grid small{font-size:.7rem;color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-friend-avatar{width:34px;height:34px;font-size:.75rem;flex:0 0 auto}.social-empty-compact{display:grid;justify-items:center;text-align:center;gap:8px;padding:14px 8px;color:var(--ink-soft)}.social-empty-compact .favorite-star-icon{width:42px;height:42px}.social-empty-compact p{margin:0;font-size:.86rem;line-height:1.45}.social-empty-compact a{font-weight:800;color:var(--purple-dark);text-decoration:none}.social-empty-icon{font-size:30px}
.social-app-box{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:start;background:linear-gradient(145deg,#f0ebff,#fff)}.social-app-box h2,.social-app-box p{margin:0}.social-app-box h2{font-size:1.15rem;margin-top:3px}.social-app-box p{margin:7px 0 12px;color:var(--ink-soft);font-size:.88rem;line-height:1.5}.social-app-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#7c5ce7;color:#fff;font-size:22px}.social-app-box .button{width:100%;text-align:center}.social-shortcuts-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.social-shortcuts-grid a{display:grid;grid-template-columns:auto 1fr;gap:7px;align-items:center;padding:11px;border:1px solid #eee9f8;border-radius:14px;text-decoration:none;color:inherit;background:#fff}.social-shortcuts-grid span{font-size:19px}.social-shortcuts-grid strong{font-size:.78rem;line-height:1.2}
@media(max-width:940px){.social-home-layout{grid-template-columns:1fr;grid-template-areas:"priority" "feed" "secondary"}.social-home-priority,.social-home-secondary{grid-template-columns:1fr 1fr}.social-home-secondary>.social-app-box,.social-home-secondary>.social-shortcuts-box{grid-column:1/-1}}
@media(max-width:700px){.social-home{padding-top:16px;padding-bottom:44px}.social-home-welcome{grid-template-columns:auto 1fr;gap:12px;margin-bottom:14px;padding:14px 16px;border-radius:19px;box-shadow:0 7px 22px rgba(34,22,80,.045)}.social-home-welcome>.button{grid-column:1/-1;width:100%;min-height:44px}.social-home-welcome p{font-size:.9rem;line-height:1.4}.social-home-avatar{width:50px;height:50px}.social-home-layout{gap:14px}.social-home-sidebar,.social-home-secondary{grid-template-columns:1fr;gap:14px}.social-home .social-favorites-box,.social-home .social-friends-box,.social-home .social-shortcuts-box,.social-home .social-app-box{margin-bottom:0;padding:15px;border-radius:19px;box-shadow:0 6px 20px rgba(34,22,80,.045)}.social-box-head{gap:8px}.social-box-head h2{font-size:1.12rem}.social-box-head>a{font-size:.8rem}.favorite-list-stack{display:flex;gap:9px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:1px 2px 5px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.favorite-list-stack::-webkit-scrollbar,.social-friends-grid::-webkit-scrollbar{display:none}.favorite-home-card{flex:0 0 clamp(198px,66vw,238px);min-width:0;height:64px;padding:7px 8px;border-radius:14px;scroll-snap-align:start}.favorite-home-card .favorite-list-button{width:44px;height:44px;border-radius:12px}.favorite-home-card .favorite-star-icon{width:25px;height:25px}.favorite-owner-avatar{width:38px;height:38px}.social-follow-tabs a{min-height:44px;padding:8px 7px}.social-friends-grid{display:flex;gap:9px;overflow-x:auto;overscroll-behavior-inline:contain;padding:1px 2px 5px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.social-friends-grid>a{flex:0 0 138px;min-height:58px;padding:7px 8px;border:1px solid #eee9f8;border-radius:14px}.social-friend-avatar{width:42px;height:42px}.social-friends-grid small{display:none}.social-empty-compact{min-width:100%;padding:10px 6px}.social-feed-panel>.social-box-head,.social-feed-card{padding-inline:15px}.social-feed-panel>.social-box-head{padding-block:16px 12px}.social-feed-product{grid-template-columns:58px minmax(0,1fr) auto}.social-feed-product img,.social-feed-placeholder{width:58px;height:56px}.social-feed-card{padding-block:15px}}
@media(max-width:430px){.social-home-welcome{grid-template-columns:1fr;padding:14px}.social-home-welcome>div:first-child{display:none}.social-home-welcome h1{font-size:1.45rem}.social-home .social-favorites-box,.social-home .social-friends-box,.social-home .social-shortcuts-box,.social-home .social-app-box{padding:14px;border-radius:17px}.favorite-home-card{flex-basis:clamp(194px,72vw,226px)}.social-friends-grid>a{flex-basis:124px}.social-feed-product{grid-template-columns:52px minmax(0,1fr)}.social-feed-product img,.social-feed-placeholder{width:52px;height:52px}.social-feed-product i{display:none}.social-shortcuts-grid{grid-template-columns:1fr 1fr}}

.public-list-grid>.public-list-card{position:relative;display:grid}.public-list-grid>.public-list-card>a{display:grid;gap:5px;padding:18px 62px 18px 18px;border:1px solid var(--line);border-radius:16px;color:var(--navy);background:var(--lavender-soft);text-decoration:none;min-height:100%}.public-list-grid>.public-list-card>a span{color:var(--ink-soft);font-size:13px}.public-list-grid>.public-list-card>a small{color:var(--purple-dark);font-size:11px;font-weight:800}.public-list-grid>.public-list-card>a>.badge{width:fit-content;color:var(--purple-dark)}.public-list-grid>.public-list-card>form{position:absolute;top:12px;right:12px;margin:0}.public-list-grid>.public-list-card .favorite-list-button{width:38px;height:38px;border-radius:12px;box-shadow:none}.public-list-grid>.public-list-card .favorite-star-icon{width:27px;height:27px}
@media(max-width:760px){.list-share-actions .favorite-list-form{width:auto;grid-column:auto;justify-self:center}.public-list-grid>.public-list-card>a{padding-right:62px}.public-list-grid>.public-list-card .favorite-list-button{width:44px;height:44px}.public-list-grid>.public-list-card>form{top:9px;right:9px}}


/* V51 — notificações, aniversário e admin */
.notification-message{display:block;font-style:normal;font-weight:500;color:#675d78;margin-top:2px;line-height:1.28}
.profile-reminder-settings{margin-top:20px;display:grid;gap:16px}
.birthday-form{display:flex;gap:12px;align-items:end;flex-wrap:wrap}
.birthday-form label{min-width:150px}
.admin-notifications-page{padding-bottom:48px}
.admin-notification-compose{margin-bottom:22px}
.admin-notification-history{display:grid;gap:10px}
.admin-notification-history article{display:grid;gap:4px;padding:12px 0;border-bottom:1px solid var(--border,#e9e1f5)}
.admin-notification-history article:last-child{border-bottom:0}
.admin-notification-history span{color:#443b55}.admin-notification-history small{color:#756b86}
.social-app-box small{display:block;margin-top:10px;color:#756b86;line-height:1.4}
@media(max-width:680px){.birthday-form{display:grid;grid-template-columns:1fr 1fr}.birthday-form button{grid-column:1/-1;width:100%}}

/* V54 — edição centralizada de perfil */
.profile-head-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.profile-overview-card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:26px;align-items:center}.profile-overview-main h2{margin:3px 0 0;font-size:1.65rem}.profile-overview-username{margin:2px 0 14px;color:var(--purple-dark);font-weight:850}.profile-overview-bio{margin:0;color:var(--ink-soft)}.profile-overview-bio.is-empty{font-style:italic;color:#817997}.profile-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.profile-info-card{display:flex;align-items:center;gap:14px;margin:0}.profile-info-card>span{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:var(--lavender-soft);font-size:22px;flex:0 0 auto}.profile-info-card>div{display:grid;gap:2px;min-width:0}.profile-info-card small{color:var(--ink-soft);font-size:.75rem}.profile-info-card strong{overflow:hidden;text-overflow:ellipsis}.profile-info-card em{color:var(--purple-dark);font-size:.72rem;font-style:normal;font-weight:800}.profile-edit-cta{display:flex;align-items:center;justify-content:space-between;gap:20px}.profile-edit-cta h2,.profile-edit-cta p{margin:0}.profile-edit-cta p{margin-top:6px;color:var(--ink-soft)}
.google-profile-source{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:18px 20px;margin-bottom:18px;background:#fbfaff;box-shadow:none}.google-profile-source.is-connected{border-color:#d9cff4}.google-profile-source-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#fff;border:1px solid var(--line);font-weight:950;font-size:19px}.google-profile-source strong{display:block}.google-profile-source p{margin:2px 0;color:var(--ink-soft);font-size:.86rem}.google-profile-source small{color:var(--purple-dark);font-weight:750}.profile-edit-form{display:grid;gap:26px}.profile-edit-avatar{display:grid;grid-template-columns:140px minmax(0,1fr);gap:24px;align-items:start;padding-bottom:24px;border-bottom:1px solid var(--line)}.profile-edit-avatar h2{margin:0 0 6px}.profile-edit-avatar p{margin:0 0 14px;color:var(--ink-soft)}.profile-remove-avatar{display:flex;align-items:center;gap:8px;margin-top:10px;font-weight:700}.profile-remove-avatar input{width:18px;height:18px;margin:0;accent-color:var(--purple)}.profile-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.profile-edit-grid label.wide{grid-column:1/-1}.profile-edit-grid small,.profile-birthday-editor small{color:var(--ink-soft);font-weight:500;line-height:1.4}.profile-username-field{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;border:1px solid #cfc4e5;border-radius:12px;background:#fff;overflow:hidden}.profile-username-field:focus-within{border-color:var(--purple);box-shadow:0 0 0 4px rgba(117,84,232,.12)}.profile-username-field span{padding-left:12px;color:var(--ink-soft);font-weight:900}.profile-username-field input{border:0;border-radius:0;box-shadow:none!important}.profile-birthday-editor{display:grid;gap:14px;padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--lavender-soft)}.profile-birthday-editor h2,.profile-birthday-editor p{margin:0}.profile-birthday-editor p{margin-top:5px;color:var(--ink-soft)}.profile-birthday-editor .birthday-form{margin:0}.profile-edit-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:2px}
@media(max-width:680px){.profile-head-actions{width:100%;display:grid}.profile-head-actions .button{width:100%}.profile-overview-card{grid-template-columns:1fr;justify-items:center;text-align:center}.profile-info-grid{grid-template-columns:1fr}.profile-edit-cta{display:grid}.profile-edit-cta .button{width:100%}.profile-edit-avatar{grid-template-columns:1fr;justify-items:center;text-align:center}.profile-edit-avatar>div:last-child{width:100%}.profile-edit-grid{grid-template-columns:1fr}.profile-edit-grid label.wide{grid-column:auto}.profile-birthday-editor .birthday-form{grid-template-columns:1fr 1fr}.profile-edit-actions{display:grid;grid-template-columns:1fr}.profile-edit-actions .button,.profile-edit-actions button{width:100%}}
