:root {
  --ink: #2f2340;
  --muted: #786e86;
  --paper: #fffdf9;
  --cream: #fff6e8;
  --lavender: #e8ddff;
  --lavender-deep: #7453b8;
  --coral: #ec765f;
  --coral-dark: #c95543;
  --green: #3e986c;
  --line: #eee3d4;
  --shadow: 0 14px 34px rgba(64, 38, 91, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% -6%, #f7e5ff 0 13%, transparent 28%),
    radial-gradient(circle at 96% 4%, #ffe8d8 0 11%, transparent 23%),
    var(--paper);
  font-family: Nunito, Arial, sans-serif;
}
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }

.app-shell { min-height: 100vh; padding-bottom: 94px; }
.topbar {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px max(18px, calc((100vw - 1080px) / 2));
  border-bottom: 1px solid rgba(238, 227, 212, .9);
  background: rgba(255, 253, 249, .9);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 12px;
  color: white;
  font-size: 19px;
  background: linear-gradient(145deg, var(--coral), #f5a269);
  box-shadow: 0 6px 14px rgba(236, 118, 95, .28);
}
.brand strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: 17px;
  line-height: 1;
}
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.help-btn {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

main { width: min(1080px, 100%); margin: 0 auto; padding: 24px 18px 16px; }
.eyebrow {
  margin: 0 0 8px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Fraunces, Georgia, serif; }
h1 { max-width: 750px; margin-bottom: 14px; font-size: clamp(34px, 7vw, 62px); line-height: .98; letter-spacing: -.04em; }
h2 { margin-bottom: 8px; font-size: clamp(26px, 4vw, 38px); line-height: 1.04; letter-spacing: -.03em; }
h3 { margin-bottom: 7px; font-size: 21px; line-height: 1.1; }
.lead { max-width: 625px; color: #5c5269; font-size: clamp(16px, 2.4vw, 20px); line-height: 1.45; }
.section { margin-top: 42px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 17px; }
.section-head p { max-width: 450px; margin-bottom: 0; color: var(--muted); line-height: 1.4; }

.hero { position: relative; overflow: hidden; padding: 40px clamp(22px, 5vw, 56px); border: 1px solid #eadcf5; border-radius: 28px; background: linear-gradient(132deg, #f2ebff, #fff4e9 72%); }
.hero::after { position: absolute; right: -55px; bottom: -80px; width: 240px; height: 240px; border: 25px solid rgba(236, 118, 95, .15); border-radius: 50%; content: ""; }
.hero .lead { position: relative; z-index: 1; }
.hero-note { display: inline-flex; align-items: center; gap: 8px; margin-top: 19px; padding: 9px 12px; border: 1px solid #e2d0f6; border-radius: 12px; color: #563f79; background: rgba(255, 255, 255, .66); font-size: 13px; font-weight: 800; }
.hero-note span { font-size: 17px; }

.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 23px; }
.quick-card { min-height: 138px; padding: 17px; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: #fff; box-shadow: 0 7px 17px rgba(76, 54, 99, .05); text-align: left; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.quick-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.quick-card .icon { display: block; margin-bottom: 13px; font-size: 26px; }
.quick-card strong { display: block; font-size: 15px; }
.quick-card small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.25; }

.progress-card { display: flex; align-items: center; gap: 16px; padding: 18px; border: 1px solid #dbeee3; border-radius: 18px; background: #f4fbf7; }
.progress-ring { display: grid; flex: 0 0 auto; width: 57px; height: 57px; place-items: center; border: 5px solid #bee2cd; border-radius: 50%; color: var(--green); font-size: 13px; font-weight: 900; }
.progress-card p { margin: 3px 0 0; color: #54705f; font-size: 13px; }

.feature-grid, .guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.feature-card, .guide-card, .day-card, .publication, .reply-card { border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 7px 17px rgba(76, 54, 99, .04); }
.feature-card { padding: 20px; }
.feature-card p, .guide-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.4; }
.feature-icon { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 15px; border-radius: 13px; background: var(--cream); font-size: 21px; }

.page-intro { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.page-intro .lead { margin-bottom: 0; font-size: 16px; }
.count { flex: 0 0 auto; padding: 8px 10px; border-radius: 999px; color: #604685; background: #f0e7ff; font-size: 12px; font-weight: 900; }

.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.model-card { overflow: hidden; padding: 0 0 12px; border: 2px solid var(--line); border-radius: 16px; color: var(--ink); background: #fff; text-align: left; }
.model-card.selected { border-color: var(--lavender-deep); box-shadow: 0 10px 24px rgba(116, 83, 184, .17); }
.model-card img { display: block; width: 100%; aspect-ratio: 1.22; object-fit: cover; background: #f3ecff; }
.model-card span { display: block; padding: 10px 12px 0; font-size: 13px; font-weight: 900; }
.model-card small { display: block; padding: 3px 12px 0; color: var(--muted); font-size: 11px; }
.studio { display: grid; grid-template-columns: minmax(0, .88fr) minmax(310px, 1.12fr); gap: 23px; margin-top: 23px; }
.editor { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.editor h2 { margin-bottom: 17px; font-size: 28px; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #5e526d; font-size: 12px; font-weight: 900; }
.field input, .field select, textarea { width: 100%; border: 1px solid #dfd4ca; border-radius: 10px; padding: 11px 12px; color: var(--ink); outline-color: var(--lavender-deep); background: #fffdf9; }
.field small { color: var(--muted); font-size: 11px; line-height: 1.3; }
.subtle-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--lavender-deep); font-size: 13px; font-weight: 900; }

.phone { position: relative; min-height: 540px; padding: 10px; border: 9px solid #30283e; border-radius: 34px; background: #30283e; box-shadow: 0 22px 45px rgba(38, 24, 56, .22); }
.phone::before { position: absolute; z-index: 1; top: 12px; left: 50%; width: 92px; height: 17px; border-radius: 999px; background: #30283e; content: ""; transform: translateX(-50%); }
.phone-screen { min-height: 521px; overflow: hidden; border-radius: 24px; background: #fff; }
.shop-head { padding: 34px 18px 16px; color: #fff; background: linear-gradient(135deg, var(--coral), #f29a67); }
.shop-head .avatar { display: grid; width: 39px; height: 39px; place-items: center; margin-bottom: 8px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(255,255,255,.24); font-size: 18px; }
.shop-head strong { display: block; font-size: 17px; }
.shop-head small { display: block; margin-top: 3px; opacity: .88; }
.shop-bio { padding: 14px 18px; color: #645b70; font-size: 12px; line-height: 1.4; }
.shop-bio b { color: #3e986c; }
.shop-items { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 0 12px 13px; }
.shop-item { overflow: hidden; border-radius: 10px; background: #f7f1eb; }
.shop-item img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.shop-item span { display: block; padding: 7px 8px 1px; font-size: 10px; font-weight: 900; }
.shop-item small { display: block; padding: 0 8px 8px; color: var(--coral-dark); font-size: 10px; font-weight: 900; }
.shop-cta { display: block; margin: 1px 12px 14px; border-radius: 9px; padding: 10px; color: #fff; background: var(--green); text-align: center; font-size: 11px; font-weight: 900; }

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; }
.filter { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: #62586e; background: #fff; font-size: 12px; font-weight: 900; }
.filter.active { border-color: var(--lavender-deep); color: #fff; background: var(--lavender-deep); }
.publication-list, .reply-list { display: grid; gap: 13px; }
.publication, .reply-card { padding: 17px; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px; }
.tag { border-radius: 999px; padding: 5px 8px; color: #634b83; background: #f1e9ff; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.card-top small { color: var(--muted); font-size: 11px; }
textarea { min-height: 130px; resize: vertical; color: #4c4356; font-size: 14px; line-height: 1.45; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; }
.card-actions small { color: var(--muted); font-size: 11px; }
.copy-btn, .primary-btn { border: 0; border-radius: 10px; padding: 10px 13px; color: #fff; background: var(--coral); font-size: 13px; font-weight: 900; }
.copy-btn:hover, .primary-btn:hover { background: var(--coral-dark); }

.reply-card h3 { margin-bottom: 5px; font-size: 18px; }
.reply-card p { margin-bottom: 11px; color: var(--muted); font-size: 12px; }
.reply-card textarea { min-height: 105px; }
.guide-grid { grid-template-columns: repeat(2, 1fr); }
.guide-card { padding: 21px; }
.guide-label { display: inline-block; margin-bottom: 10px; color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.guide-card ol { display: grid; gap: 8px; margin: 16px 0 0; padding-left: 20px; color: #574e61; font-size: 13px; line-height: 1.4; }

.plan-list { display: grid; gap: 10px; }
.day-card { display: flex; align-items: center; gap: 15px; padding: 16px; transition: border-color .2s, background .2s; }
.day-card.done { border-color: #b9ddc7; background: #f7fcf8; }
.day-number { display: grid; flex: 0 0 auto; width: 37px; height: 37px; place-items: center; border-radius: 12px; color: #fff; background: var(--lavender-deep); font-size: 12px; font-weight: 900; }
.day-card.done .day-number { background: var(--green); }
.day-copy { flex: 1; }
.day-copy strong { display: block; font-size: 15px; }
.day-copy p { margin: 3px 0 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.check { width: 23px; height: 23px; accent-color: var(--green); }

.bottom-nav { position: fixed; z-index: 8; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; gap: 4px; padding: 8px max(8px, calc((100vw - 580px) / 2)); border-top: 1px solid var(--line); background: rgba(255,253,249,.94); backdrop-filter: blur(13px); }
.nav-item { display: grid; flex: 1; max-width: 115px; place-items: center; gap: 3px; border-radius: 11px; padding: 7px 3px; color: #766b80; font-size: 10px; font-weight: 900; text-decoration: none; }
.nav-item .nav-icon { font-size: 18px; line-height: 1; }
.nav-item.active { color: var(--lavender-deep); background: #f0e9fc; }
.toast { position: fixed; z-index: 20; bottom: 94px; left: 50%; padding: 10px 14px; border-radius: 999px; color: #fff; background: #2f2340; box-shadow: var(--shadow); font-size: 13px; font-weight: 800; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
dialog { width: min(430px, calc(100vw - 32px)); border: 0; border-radius: 20px; padding: 0; color: var(--ink); box-shadow: 0 25px 70px rgba(40, 23, 57, .28); }
dialog::backdrop { background: rgba(47, 35, 64, .38); backdrop-filter: blur(3px); }
.dialog-inner { padding: 25px; }
.dialog-inner p { color: var(--muted); line-height: 1.45; }
.dialog-inner ul { padding-left: 20px; color: #554c5f; font-size: 14px; line-height: 1.5; }
.close-dialog { margin-top: 9px; border: 0; border-radius: 9px; padding: 10px 14px; color: #fff; background: var(--lavender-deep); font-weight: 900; }

@media (max-width: 720px) {
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .model-grid { grid-template-columns: 1fr; }
  .model-card { display: grid; grid-template-columns: 105px 1fr; align-items: center; padding: 0; }
  .model-card img { height: 100%; aspect-ratio: 1; grid-row: 1 / span 2; }
  .model-card span { padding: 11px 11px 0; }
  .model-card small { padding: 3px 11px 11px; }
  .studio { grid-template-columns: 1fr; }
  .phone { max-width: 430px; margin: 0 auto; }
  .feature-grid, .guide-grid { grid-template-columns: 1fr; }
}
@media (max-width: 470px) {
  main { padding: 18px 14px 14px; }
  .topbar { padding: 11px 14px; }
  .brand small { display: none; }
  .hero { padding: 30px 21px; border-radius: 22px; }
  h1 { font-size: 37px; }
  .page-intro, .section-head { display: block; }
  .page-intro .count { display: inline-block; margin-top: 10px; }
  .fields { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .quick-card { min-height: 122px; padding: 14px; }
  .quick-card .icon { margin-bottom: 9px; }
  .phone { min-height: 490px; }
  .phone-screen { min-height: 471px; }
}

/* Componentes da navegação e do conteúdo do MVP */
body { font-family: "DM Sans", Arial, sans-serif; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; }
.brand > span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(145deg, var(--coral), #f5a269); font-size: 20px; }
.brand strong { font-family: "Playfair Display", Georgia, serif; font-size: 18px; }
.brand i, h1 em, h2 em { color: var(--coral-dark); font-style: italic; }
.help-button { border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; color: var(--ink); background: #fff; font-size: 12px; font-weight: 800; }
.page-head { max-width: 780px; margin: 9px 0 25px; }
.page-head h1 { margin-bottom: 12px; }
.page-head > p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.today-card { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: clamp(23px, 4vw, 37px); border: 1px solid #dccbf2; border-radius: 24px; color: #fff; background: linear-gradient(130deg, #7553b8, #966fcf); box-shadow: 0 16px 35px rgba(116, 83, 184, .18); }
.today-card .eyebrow { color: #fce4bd; }
.today-card h2 { margin-bottom: 8px; font-size: clamp(26px, 4vw, 39px); }
.today-card p { max-width: 530px; margin-bottom: 0; color: rgba(255,255,255,.86); line-height: 1.45; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 11px; padding: 12px 15px; color: #fff; background: var(--coral); font-size: 13px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.button.light { color: #51406b; background: #fff; }
.button.secondary { color: #634b83; background: #f1e9ff; }
.button:hover { transform: translateY(-1px); }
.quick-grid { grid-template-columns: repeat(3, 1fr); }
.quick { min-height: 135px; padding: 18px; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: #fff; text-decoration: none; box-shadow: 0 7px 17px rgba(76,54,99,.05); }
.quick:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.quick > span { display: block; margin-bottom: 12px; color: var(--coral); font-size: 25px; }
.quick b { display: block; font-size: 15px; }
.quick small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.guide-preview { margin-top: 24px; padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: #fff8ed; }
.guide-preview h2 { max-width: 500px; margin-bottom: 18px; font-size: 30px; }
.guide-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.guide-mini { display: block; min-height: 92px; padding: 13px; border-radius: 12px; color: var(--ink); background: #fff; text-decoration: none; }
.guide-mini span { display: block; margin-bottom: 7px; color: var(--coral-dark); font-size: 11px; font-weight: 900; }
.guide-mini b { font-size: 12px; line-height: 1.2; }
.editor-card { display: grid; grid-template-columns: minmax(220px, .75fr) minmax(0, 1fr); gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.vitrina-photo { padding: 16px; background: #f3ecff; }
.vitrina-photo img { display: block; width: 100%; height: 340px; border-radius: 13px; object-fit: cover; }
.vitrina-photo small { display: block; margin: 10px 2px 0; color: #655776; font-size: 11px; line-height: 1.35; }
.editor-fields { padding: clamp(20px, 4vw, 35px); }
.editor-fields h2 { margin-bottom: 18px; font-size: 31px; }
.editor-fields label { display: grid; gap: 6px; margin-bottom: 12px; color: #61566d; font-size: 12px; font-weight: 900; }
.editor-fields input, .editor-fields select { width: 100%; border: 1px solid #dfd4ca; border-radius: 10px; padding: 11px 12px; color: var(--ink); outline-color: var(--lavender-deep); background: #fffdf9; }
.editor-fields label small { color: var(--muted); font-weight: 500; }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.angle-note { margin: 14px 0 19px; padding: 11px; border-radius: 10px; color: #655776; background: #f5efff; font-size: 13px; line-height: 1.35; }
.calculator-link { display: block; margin-top: 14px; color: var(--lavender-deep); font-size: 13px; font-weight: 900; }
.publish-summary { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.publish-summary img { width: 60px; height: 60px; border-radius: 10px; object-fit: cover; }
.publish-summary div { display: grid; gap: 3px; flex: 1; }
.publish-summary span, .publish-summary small { color: var(--muted); font-size: 12px; }
.publish-summary a { color: var(--lavender-deep); font-size: 13px; font-weight: 900; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; }
.filter-row button { border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; color: #62586e; background: #fff; font-size: 12px; font-weight: 900; }
.filter-row button span { opacity: .72; }
.filter-row button.selected { border-color: var(--lavender-deep); color: #fff; background: var(--lavender-deep); }
.copy-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.copy-card { padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.copy-card header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.channel { border-radius: 999px; padding: 5px 8px; color: #634b83; background: #f1e9ff; font-size: 10px; font-weight: 900; text-transform: capitalize; }
.channel.whatsapp { color: #24774f; background: #e3f7eb; }
.channel.ambos { color: #9a4b3d; background: #fff0e7; }
.copy-card header small { color: var(--muted); font-size: 11px; }
.copy-card h2 { margin-bottom: 11px; font-size: 21px; }
.copy-button { margin-top: 9px; border: 0; border-radius: 9px; padding: 10px 12px; color: #fff; background: var(--coral); font-size: 12px; font-weight: 900; }
.reply-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.reply-card { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 11px; padding: 16px; }
.reply-number { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; color: #fff; background: var(--lavender-deep); font-size: 11px; font-weight: 900; }
.reply-card > div > span { color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.reply-card .customer { margin: 4px 0 11px; color: var(--ink); font-family: "Playfair Display", Georgia, serif; font-size: 18px; font-weight: 700; }
.reply-card .tip { margin: 9px 0 0; color: var(--muted); font-size: 11px; line-height: 1.35; }
.guide-list { display: grid; gap: 11px; }
.guide-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.guide-list summary { display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 12px; padding: 17px; cursor: pointer; list-style: none; }
.guide-list summary::-webkit-details-marker { display: none; }
.guide-list summary span { color: var(--coral-dark); font-size: 12px; font-weight: 900; }
.guide-list summary b { font-size: 15px; }
.guide-list summary i { color: var(--muted); font-style: normal; font-size: 20px; }
.guide-list details > div { padding: 0 17px 17px 67px; }
.guide-list details p { color: var(--muted); font-size: 14px; line-height: 1.45; }
.action-box { display: grid; gap: 3px; margin: 13px 0; padding: 11px; border-radius: 10px; color: #59466e; background: #f7f0ff; font-size: 13px; }
.action-box b { color: var(--coral-dark); font-size: 11px; text-transform: uppercase; }
.progress { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; color: #54705f; font-size: 13px; }
.progress > span { display: block; width: 100%; max-width: 330px; height: 11px; overflow: hidden; border-radius: 999px; background: #d9eee2; }
.progress > span::before { display: block; width: var(--progress); height: 100%; border-radius: inherit; background: var(--green); content: ""; }
.plan-day { display: grid; grid-template-columns: 23px 37px 1fr 22px; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.plan-day.done { border-color: #b9ddc7; background: #f7fcf8; }
.plan-day input { width: 18px; height: 18px; accent-color: var(--green); }
.plan-day .day-number { width: 37px; height: 37px; color: #fff; background: var(--lavender-deep); }
.plan-day.done .day-number { background: var(--green); }
.plan-day b { display: block; font-size: 14px; }
.plan-day small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.plan-day i { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid #cddccf; border-radius: 50%; color: transparent; font-style: normal; }
.plan-day.done i { border-color: var(--green); color: #fff; background: var(--green); }
.finish-card { margin-top: 20px; padding: 25px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #e36f59, #ee9a64); }
.finish-card h2 { margin-bottom: 7px; font-size: 27px; }
.finish-card p { color: rgba(255,255,255,.9); }
.bottom-nav a { display: grid; flex: 1; max-width: 115px; place-items: center; gap: 3px; border-radius: 11px; padding: 7px 3px; color: #766b80; font-size: 10px; font-weight: 900; text-decoration: none; }
.bottom-nav a > span { font-size: 18px; line-height: 1; }
.bottom-nav a.active { color: var(--lavender-deep); background: #f0e9fc; }
.dialog-close { position: absolute; top: 12px; right: 13px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: var(--ink); background: #f3ebff; font-size: 21px; }
#help-dialog { position: relative; font-family: "DM Sans", Arial, sans-serif; padding: 28px; }
#help-dialog h2 { max-width: 340px; font-size: 28px; }
#help-dialog li, .dialog-note { color: var(--muted); line-height: 1.5; }

@media (max-width: 720px) {
  .quick-grid, .guide-row, .copy-list, .reply-list { grid-template-columns: 1fr; }
  .editor-card { grid-template-columns: 1fr; }
  .vitrina-photo img { height: 280px; }
  .guide-list details > div { padding-left: 17px; }
}
@media (max-width: 500px) {
  .today-card { display: block; }
  .today-card .button { width: 100%; margin-top: 18px; }
  .two-fields { grid-template-columns: 1fr; }
  .publish-summary { align-items: flex-start; }
  .bottom-nav { gap: 0; }
}
