:root {
    --home-ink: #35170a;
    --home-muted: #715b4f;
    --home-surface: #ffffff;
    --home-soft: #fff7f1;
    --home-line: #f1d7c8;
    --home-cyan: #f97316;
    --home-cyan-dark: #c84c08;
    --home-orange: #f97316;
    --home-shadow: 0 24px 60px rgba(124, 45, 18, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--home-ink); background: #fff; font-family: "Inter", "Segoe UI", Arial, sans-serif; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.home-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    background: linear-gradient(135deg, #f97316, #ff8a3d);
    backdrop-filter: blur(16px);
}

.site-header-inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark { width: 43px; height: 43px; flex: 0 0 auto; border: 2px solid rgba(255, 255, 255, 0.55); border-radius: 13px; }
.brand-copy { display: grid; gap: 0; color: #fff; line-height: 1; }
.brand-copy strong { font-family: "Sora", "Segoe UI", sans-serif; font-size: 1.12rem; letter-spacing: -0.055em; }
.brand-copy strong span { margin-left: 2px; color: #fff7ed; }
.brand-copy small { margin-top: 4px; color: rgba(255, 255, 255, 0.8); font-size: 0.61rem; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.home-link { padding: 10px 12px; color: #fff; font-size: 0.86rem; font-weight: 800; }
.home-link:hover { color: #fff7ed; }

.home-btn {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 800;
    line-height: 1.15;
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.home-btn::after {
    position: absolute;
    z-index: 2;
    top: -65%;
    left: -55%;
    width: 34%;
    height: 230%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
    content: "";
    pointer-events: none;
    transform: rotate(18deg) translateX(-220%);
    animation: home-button-shine 2.7s ease-in-out infinite;
}

@keyframes home-button-shine {
    0%, 45% { transform: rotate(18deg) translateX(-220%); }
    72%, 100% { transform: rotate(18deg) translateX(620%); }
}

.home-btn:hover { transform: translateY(-2px); }
.home-btn:disabled { cursor: wait; opacity: 0.65; transform: none; }
.home-btn--large { min-height: 50px; padding: 13px 20px; border-radius: 14px; }
.home-btn--primary { color: #fff; background: linear-gradient(135deg, var(--home-cyan), #dc5609); box-shadow: 0 12px 25px rgba(249, 115, 22, 0.24); }
.home-btn--primary:hover { box-shadow: 0 16px 32px rgba(249, 115, 22, 0.32); }
.home-btn--ghost { border-color: #ecd6ca; color: #6b2a0d; background: #fff; }
.home-btn--light { border-color: rgba(255, 255, 255, 0.34); color: #f8fafc; background: rgba(255, 255, 255, 0.1); }
.home-btn--dark { color: #fff; background: #7c2d12; }
.site-header .home-btn--ghost { border-color: rgba(255, 255, 255, 0.52); color: #fff; background: rgba(255, 255, 255, 0.1); }
.site-header .home-btn--primary { color: #d14f08; background: #fff; box-shadow: 0 10px 24px rgba(124, 45, 18, 0.17); }

.mobile-menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.6); border-radius: 12px; background: #fff; }
.mobile-menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: #d9570b; }

.home-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(105, 37, 5, 0.62) 0%, rgba(122, 43, 6, 0.56) 54%, rgba(132, 47, 7, 0.48) 100%), url("../../bgground.png") center / 100% 100% no-repeat; }
.home-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.93fr) minmax(440px, 1.07fr); gap: 62px; align-items: center; min-height: 610px; padding-block: 76px 86px; }
.home-hero-copy { max-width: 610px; transform: translateY(-72px); }
.home-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.38); border-radius: 999px; color: #fff; background: rgba(255, 255, 255, 0.11); font-size: 0.75rem; font-weight: 800; }
.home-eyebrow img { width: 25px; height: 25px; }
.home-hero h1 { max-width: 690px; margin: 19px 0 18px; font-family: "Sora", sans-serif; font-size: clamp(2.6rem, 5.4vw, 4.7rem); line-height: 0.98; letter-spacing: -0.075em; text-shadow: 0 3px 18px rgba(92, 31, 5, 0.45); }
.home-hero h1 span { color: #fff7ed; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, 0.34); text-decoration-thickness: 6px; text-underline-offset: 8px; }
.home-hero-copy > p { max-width: 590px; margin: 0; color: rgba(255, 255, 255, 0.88); font-size: 1.04rem; line-height: 1.7; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.home-hero .home-btn--primary { color: #c84c08; background: #fff; box-shadow: 0 14px 30px rgba(124, 45, 18, 0.2); }
.home-trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: rgba(255, 255, 255, 0.9); font-size: 0.76rem; }
.home-trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.home-trust-row i { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: #d6530a; background: #fff; font-style: normal; font-size: 0.65rem; }

.home-hero-visual { position: relative; min-width: 0; }
.home-browser-card { overflow: hidden; padding: 8px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 24px; background: rgba(255, 255, 255, 0.08); box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36); transform: rotate(1.5deg); }
.home-browser-bar { display: flex; height: 34px; align-items: center; gap: 5px; padding-inline: 8px; }
.home-browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, 0.36); }
.home-browser-bar strong { overflow: hidden; margin-left: 7px; color: #fff; font-size: 0.61rem; font-weight: 800; text-shadow: 0 1px 4px rgba(88, 31, 5, 0.72); text-overflow: ellipsis; white-space: nowrap; }
.home-browser-card > img { display: block; width: 100%; height: auto; min-height: 0; border-radius: 17px; object-fit: cover; background: #eef6f7; }
.home-floating-card { position: absolute; display: grid; gap: 3px; width: 195px; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, 0.42); border-radius: 15px; color: #6b2508; background: rgba(255, 255, 255, 0.94); box-shadow: 0 18px 40px rgba(124, 45, 18, 0.24); backdrop-filter: blur(12px); }
.home-floating-card strong { font-size: 0.75rem; }
.home-floating-card span { color: #8b5b43; font-size: 0.65rem; line-height: 1.4; }
.home-floating-card--top { top: -24px; right: -25px; }
.home-floating-card--bottom { bottom: -26px; left: -27px; }

.home-choice-section, .home-features { padding: 88px 0; background: var(--home-soft); }
.home-section-heading { max-width: 550px; }
.home-section-heading--center { margin: 0 auto 34px; text-align: center; }
.home-section-heading > span { color: var(--home-cyan-dark); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.home-section-heading h2 { margin: 10px 0 12px; font-family: "Sora", sans-serif; font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.08; letter-spacing: -0.055em; }
.home-section-heading p { margin: 0; color: var(--home-muted); line-height: 1.65; }

.home-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.home-choice-card { display: grid; align-content: start; min-height: 315px; padding: 25px; border: 1px solid var(--home-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgba(26, 67, 78, 0.06); }
.home-choice-card--featured { border-color: rgba(249, 115, 22, 0.38); box-shadow: 0 18px 42px rgba(249, 115, 22, 0.13); }
.home-choice-icon { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 13px; color: var(--home-cyan-dark); background: #fff0e6; font-size: 1.3rem; font-weight: 800; }
.home-choice-card > span { color: #72808c; font-size: 0.69rem; font-weight: 800; text-transform: uppercase; }
.home-choice-card h3 { margin: 8px 0 9px; font-family: "Sora", sans-serif; font-size: 1.2rem; letter-spacing: -0.04em; }
.home-choice-card p { margin: 0 0 22px; color: var(--home-muted); font-size: 0.84rem; line-height: 1.6; }
.home-choice-card .home-btn { align-self: end; justify-self: start; margin-top: auto; }

.home-how { padding: 94px 0; }
.home-how-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 74px; align-items: center; }
.home-text-link { display: inline-flex; margin-top: 22px; color: var(--home-cyan-dark); font-size: 0.84rem; font-weight: 900; }
.home-steps { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.home-steps li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; align-items: start; padding: 18px; border: 1px solid var(--home-line); border-radius: 16px; background: #fff; }
.home-steps li > strong { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: #fff; background: var(--home-cyan); font-family: "Sora", sans-serif; }
.home-steps h3 { margin: 1px 0 5px; font-family: "Sora", sans-serif; font-size: 0.95rem; }
.home-steps p { margin: 0; color: var(--home-muted); font-size: 0.8rem; line-height: 1.5; }

.home-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.home-feature-grid article { padding: 21px; border: 1px solid var(--home-line); border-radius: 18px; background: #fff; }
.home-feature-grid i { display: inline-block; color: var(--home-cyan); font-style: normal; font-size: 0.71rem; font-weight: 900; }
.home-feature-grid h3 { margin: 14px 0 7px; font-family: "Sora", sans-serif; font-size: 0.94rem; }
.home-feature-grid p { margin: 0; color: var(--home-muted); font-size: 0.77rem; line-height: 1.55; }

.home-demo { padding: 94px 0; }
.home-demo-card { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1.15fr); overflow: hidden; align-items: center; border-radius: 28px; color: #fff; background: linear-gradient(135deg, #9a3412, #ea580c); box-shadow: var(--home-shadow); }
.home-demo-card > div { padding: 48px; }
.home-demo-card .home-btn--primary { color: #c84c08; background: #fff; }
.home-eyebrow--dark { color: #fff; }
.home-demo-card h2 { margin: 15px 0 12px; font-family: "Sora", sans-serif; font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.08; letter-spacing: -0.055em; }
.home-demo-card p { margin: 0; color: rgba(255, 255, 255, 0.84); line-height: 1.65; }
.home-demo-card > img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }

.home-final-cta { padding: 0 0 88px; }
.home-final-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 26px 30px; border: 1px solid rgba(249, 115, 22, 0.28); border-radius: 22px; background: #fff3ea; }
.home-final-card > img { width: 48px; }
.home-final-card span { color: var(--home-cyan-dark); font-size: 0.72rem; font-weight: 800; }
.home-final-card h2 { margin: 4px 0 0; font-family: "Sora", sans-serif; font-size: 1.45rem; letter-spacing: -0.04em; }

.site-footer { padding: 36px 0; border-top: 1px solid var(--home-line); background: #fff; }
.site-footer-inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px 30px; align-items: center; }
.site-footer .brand-mark { width: 40px; height: 40px; border-color: rgba(249, 115, 22, 0.28); }
.footer-brand .brand-copy { color: #8f360d; }
.footer-brand .brand-copy strong span { color: #f97316; }
.footer-brand .brand-copy small { color: #9a6a52; }
.site-footer p { margin: 0; color: var(--home-muted); font-size: 0.78rem; }
.site-footer div > div { display: flex; gap: 15px; font-size: 0.76rem; font-weight: 800; }
.site-footer button { padding: 0; border: 0; color: inherit; background: none; cursor: pointer; font-weight: 800; }
.site-footer small { grid-column: 1 / -1; color: #8a98a2; font-size: 0.68rem; }
.site-footer a:hover, .site-footer button:hover { color: var(--home-cyan-dark); }

.modal[hidden], .reset-form[hidden] { display: none !important; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-overlay { position: absolute; inset: 0; background: rgba(3, 10, 18, 0.76); backdrop-filter: blur(7px); }
.modal-panel { position: relative; z-index: 1; width: min(470px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 29px; border: 1px solid #dbe7e9; border-radius: 22px; background: #fff; box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34); }
.modal-panel--wide { width: min(760px, 100%); }
.modal-close { position: absolute; top: 13px; right: 13px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--home-line); border-radius: 10px; color: #53636e; background: #f7fafb; cursor: pointer; font-size: 1.3rem; }
.modal-kicker { color: var(--home-cyan-dark); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.modal-panel h2 { margin: 8px 38px 7px 0; font-family: "Sora", sans-serif; font-size: 1.55rem; letter-spacing: -0.045em; }
.modal-panel > p { margin: 0 0 20px; color: var(--home-muted); font-size: 0.82rem; line-height: 1.55; }
.entry-modal-panel { width: min(850px, 100%); padding: 30px; text-align: center; }
.entry-modal-logo { width: 58px; height: 58px; margin: 0 auto 12px; border-radius: 17px; box-shadow: 0 12px 28px rgba(249, 115, 22, 0.2); }
.entry-modal-panel h2 { margin: 8px 38px 7px; font-size: clamp(1.55rem, 3.2vw, 2.1rem); }
.entry-modal-panel > p { margin-bottom: 20px; }
.entry-option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; text-align: left; }
.entry-option {
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
    min-height: 205px;
    padding: 17px;
    border: 1px solid #f0d8c9;
    border-radius: 16px;
    color: var(--home-ink);
    background: #fffaf7;
    cursor: pointer;
    text-align: left;
    transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}
.entry-option:hover { transform: translateY(-3px); border-color: rgba(249, 115, 22, 0.52); box-shadow: 0 15px 30px rgba(124, 45, 18, 0.11); }
.entry-option--buy { background: linear-gradient(145deg, #fff7ed, #fff); }
.entry-option-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: #fff; background: var(--home-cyan); }
.entry-option-icon svg { width: 27px; height: 27px; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.entry-option strong { margin-top: 3px; font-family: "Sora", "Segoe UI", sans-serif; font-size: 0.95rem; }
.entry-option small { color: var(--home-muted); font-size: 0.7rem; line-height: 1.48; }
.entry-option b { align-self: end; margin-top: auto; color: var(--home-cyan-dark); font-size: 0.7rem; }
.entry-dismiss-note { margin: 15px 0 0 !important; font-size: 0.68rem !important; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.field { display: grid; align-content: start; gap: 6px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { color: #344955; font-size: 0.72rem; font-weight: 800; }
.field input, .field select { width: 100%; min-height: 43px; padding: 10px 12px; border: 1px solid #d7e2e5; border-radius: 11px; outline: none; color: var(--home-ink); background: #f9fbfc; }
.field input:focus, .field select:focus { border-color: var(--home-cyan); box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12); }
.field-help { color: #80909a; font-size: 0.63rem; line-height: 1.4; }
.register-cep-status { padding: 6px 8px; border-radius: 8px; }
.register-cep-status[data-tone="success"] { color: #166534; background: #f0fdf4; }
.register-cep-status[data-tone="error"] { color: #b91c1c; background: #fef2f2; }
.register-cep-status[data-tone="info"] { color: #9a3412; background: #fff7ed; }
.access-options { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.check-row { display: inline-flex; align-items: center; gap: 7px; color: var(--home-muted); font-size: 0.72rem; }
.link-btn { padding: 0; border: 0; color: var(--home-cyan-dark); background: none; cursor: pointer; font-size: 0.72rem; font-weight: 800; }
.modal-submit { width: 100%; margin-top: 2px; }
.reset-form { display: grid; gap: 12px; margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--home-line); }
.form-note { margin-top: 17px; padding: 11px 12px; border-radius: 11px; color: #60717c; background: var(--home-soft); font-size: 0.7rem; line-height: 1.5; }
.form-note button { padding: 0; border: 0; color: var(--home-cyan-dark); background: none; cursor: pointer; font-weight: 900; }

.toast-stack { position: fixed; z-index: 160; top: 86px; right: 20px; display: grid; gap: 10px; width: min(390px, calc(100% - 40px)); }
.toast-stack--center { inset: 0; width: 100%; place-content: center; padding: 20px; pointer-events: none; }
.toast { position: relative; display: grid; gap: 6px; padding: 14px 42px 14px 15px; border: 1px solid #dbe7e9; border-radius: 14px; background: #fff; box-shadow: var(--home-shadow); font-size: 0.77rem; pointer-events: auto; }
.toast[data-tone="success"] { border-color: #86efac; }
.toast[data-tone="error"] { border-color: #fda4af; }
.toast--center { width: min(440px, calc(100vw - 40px)); padding: 22px; text-align: center; }
.toast-title { font-family: "Sora", sans-serif; font-size: 1rem; }
.toast-message { color: var(--home-muted); line-height: 1.5; }
.toast-close { position: absolute; top: 8px; right: 8px; border: 0; background: none; cursor: pointer; }
.toast-actions { display: flex; justify-content: center; gap: 8px; margin-top: 8px; }
.toast-whatsapp, .toast-back { padding: 8px 10px; border: 0; border-radius: 9px; color: #fff; background: var(--home-ink); cursor: pointer; font-weight: 800; }

@media (max-width: 980px) {
    .home-hero-grid { grid-template-columns: 1fr; gap: 60px; padding-block: 64px 78px; }
    .home-hero-copy { max-width: 760px; transform: none; }
    .home-hero-visual { width: min(650px, 100%); margin-inline: auto; }
    .home-choice-grid, .home-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-how-grid { gap: 40px; }
    .home-demo-card { grid-template-columns: 1fr; }
    .home-demo-card > img { min-height: 330px; }
}

@media (max-width: 800px) {
    .site-header-inner { min-height: 64px; }
    .mobile-menu-toggle { display: block; }
    .header-actions { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; align-items: stretch; padding: 12px; border: 1px solid var(--home-line); border-radius: 15px; background: #fff; box-shadow: var(--home-shadow); }
    .site-header.is-menu-open .header-actions { display: grid; }
    .header-actions .home-link { color: var(--home-ink); text-align: center; }
    .site-header .header-actions .home-btn--ghost { border-color: var(--home-line); color: #7c2d12; background: #fff7f1; }
    .site-header .header-actions .home-btn--primary { color: #fff; background: var(--home-cyan); }
    .home-how-grid { grid-template-columns: 1fr; }
    .home-final-card { grid-template-columns: auto 1fr; }
    .home-final-card .home-btn { grid-column: 1 / -1; }
    .site-footer-inner { grid-template-columns: 1fr; text-align: center; }
    .site-footer .brand-lockup { margin-inline: auto; }
    .site-footer div > div { justify-content: center; }
    .site-footer small { grid-column: auto; }
}

@media (max-width: 620px) {
    .home-shell { width: min(100% - 28px, 1160px); }
    .home-hero-grid { min-height: 0; padding-block: 52px 70px; }
    .home-hero h1 { font-size: clamp(2.35rem, 13vw, 3.55rem); }
    .home-hero-copy > p { font-size: 0.92rem; }
    .home-hero-actions .home-btn { width: 100%; }
    .home-browser-card > img { min-height: 0; }
    .home-floating-card { display: none; }
    .home-choice-section, .home-features, .home-how, .home-demo { padding: 66px 0; }
    .home-choice-grid, .home-feature-grid { grid-template-columns: 1fr; }
    .home-choice-card { min-height: 280px; }
    .home-demo-card > div { padding: 30px 23px; }
    .home-demo-card > img { min-height: 250px; }
    .home-final-card { grid-template-columns: 1fr; padding: 23px; text-align: center; }
    .home-final-card > img { margin-inline: auto; }
    .form-grid { grid-template-columns: 1fr; }
    .field--full { grid-column: auto; }
    .modal { padding: 16px; }
    .modal-panel { max-height: calc(100dvh - 32px); padding: 24px 18px; border-radius: 18px; }
    .entry-modal-panel { width: min(410px, 100%); padding: 17px 14px 14px; border-radius: 17px; }
    .entry-modal-logo { width: 42px; height: 42px; margin-bottom: 7px; border-radius: 12px; }
    .entry-modal-panel .modal-kicker { font-size: 0.58rem; }
    .entry-modal-panel h2 { margin: 5px 30px 4px; font-size: 1.24rem; line-height: 1.12; }
    .entry-modal-panel > p { margin-bottom: 11px; font-size: 0.7rem; }
    .entry-option-grid { grid-template-columns: 1fr; }
    .entry-option {
        grid-template-columns: 44px minmax(0, 1fr);
        grid-template-areas: "icon title" "icon description" "icon action";
        gap: 2px 10px;
        min-height: 0;
        padding: 10px 11px;
        border-radius: 12px;
    }
    .entry-option-icon { grid-area: icon; width: 42px; height: 42px; align-self: start; border-radius: 11px; }
    .entry-option-icon svg { width: 24px; height: 24px; }
    .entry-option strong { grid-area: title; margin: 0; font-size: 0.82rem; line-height: 1.25; }
    .entry-option small { grid-area: description; font-size: 0.61rem; line-height: 1.32; }
    .entry-option b { grid-area: action; margin-top: 2px; font-size: 0.62rem; }
    .entry-dismiss-note { display: none; }
    .access-options { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .home-btn::after { animation: none; }
}
