/*
 * Vivenda 3.6 — dirección visual de producto
 * Capa final no destructiva: conserva componentes y comportamiento, y
 * normaliza la interfaz pública, el panel de usuario y la administración.
 */

:root {
    --header-height: 72px;
    --shadow-xs: 0 1px 2px rgb(24 36 31 / 4%);
    --shadow-sm: 0 6px 18px rgb(24 36 31 / 6%);
    --shadow-md: 0 12px 30px rgb(24 36 31 / 8%);
    --shadow-lg: 0 18px 46px rgb(24 36 31 / 11%);
    --studio-radius: 8px;
    --studio-radius-sm: 5px;
    --studio-control: 42px;
}

body {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0;
}

h1,
h2,
h3,
h4 {
    letter-spacing: -.022em;
}

.js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
}

:where(.btn, .icon-btn, input, select, textarea) {
    border-radius: var(--studio-radius-sm);
}

.btn,
.btn:hover,
.icon-btn,
.icon-btn:hover {
    box-shadow: none;
    transform: none;
}

.btn {
    min-height: var(--studio-control);
    padding: 9px 16px;
    font-weight: 720;
}

.btn.compact {
    min-height: 38px;
    border-radius: var(--studio-radius-sm);
}

.btn.ghost {
    box-shadow: none;
}

.icon-btn {
    width: 40px;
    height: 40px;
}

.text-link svg,
.card-action svg,
.btn svg,
.text-link:hover svg,
.card-action:hover svg,
.btn:hover svg {
    transform: none;
}

.tag,
.status,
.status-badge,
.module-status,
.admin-version,
.admin-nav-badge {
    border-radius: 4px;
}

.panel,
.form-card,
.feature-panel,
.stats article,
.stats > a,
.agency-card {
    border-radius: var(--studio-radius);
    box-shadow: none;
}

.field :is(input, select, textarea),
.form-card :is(input, select, textarea),
.admin-content :is(input, select, textarea) {
    border-radius: var(--studio-radius-sm);
    box-shadow: none;
}

.field :is(input, select, textarea):focus,
.form-card :is(input, select, textarea):focus,
.admin-content :is(input, select, textarea):focus {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 13%, transparent);
}

.topbar,
html[data-theme="dark"] .topbar,
.topbar.is-scrolled {
    min-height: var(--header-height);
    border-color: var(--line);
    background: var(--surface);
    box-shadow: none;
    backdrop-filter: none;
}

.brand {
    font-size: 1.28rem;
    letter-spacing: -.025em;
}

.brand-icon,
.brand-logo-image {
    border-radius: 5px !important;
    box-shadow: none;
}

.desktop-nav a {
    font-size: .875rem;
    font-weight: 680;
}

.desktop-nav a::after {
    right: 14px;
    left: 14px;
    height: 2px;
    border-radius: 0;
}

.user-chip {
    border-radius: var(--studio-radius-sm);
}

.avatar {
    box-shadow: none;
}

.flash {
    border-radius: var(--studio-radius);
    box-shadow: var(--shadow-sm);
    animation-duration: .18s;
}

.site-footer,
footer {
    background: #1d2d28;
}

.footer-grid a:not(.brand),
.footer-grid a:not(.brand):hover {
    transform: none;
}

/* Portada: composición editorial, sin ornamentos de plantilla. */
.home-sales-hero {
    min-height: max(680px, calc(100svh - var(--header-height)));
}

.home-sales-hero-media img {
    transform: none;
}

.home-sales-hero-shade {
    background: linear-gradient(90deg, rgb(9 25 21 / 91%) 0%, rgb(9 25 21 / 72%) 48%, rgb(9 25 21 / 28%) 76%, rgb(9 25 21 / 44%) 100%);
}

.home-sales-hero-ambient {
    display: none;
}

.home-sales-hero-inner {
    gap: 34px;
    padding-top: clamp(48px, 7vh, 78px);
    padding-bottom: clamp(48px, 7vh, 78px);
}

.home-sales-hero-grid {
    gap: clamp(48px, 6vw, 88px);
}

.home-sales-eyebrow {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    backdrop-filter: none;
}

.home-sales-copy h1 {
    max-width: 820px;
    margin: 18px 0 22px;
    font-size: clamp(3.25rem, 5vw, 5.5rem);
    font-weight: 590;
    letter-spacing: -.045em;
    line-height: .98;
}

.home-sales-copy h1 em {
    border-bottom: 2px solid rgb(239 194 127 / 70%);
    color: #f0c98e;
    font-style: normal;
    font-weight: inherit;
}

.home-sales-copy > p {
    max-width: 650px;
    line-height: 1.62;
}

.home-sales-primary,
.home-sales-secondary {
    min-height: 46px;
    border-radius: var(--studio-radius-sm);
    transition: background-color .18s ease, border-color .18s ease;
}

.home-sales-primary,
.home-sales-primary:hover {
    box-shadow: none;
    transform: none;
}

.home-sales-secondary {
    background: transparent;
    backdrop-filter: none;
}

.home-sales-secondary:hover {
    transform: none;
}

.home-showcase {
    border-radius: var(--studio-radius);
    background: #faf8f2;
    box-shadow: 0 18px 48px rgb(0 0 0 / 20%);
    backdrop-filter: none;
}

.home-showcase::before {
    display: none;
}

.home-showcase-dots button,
.home-showcase-dots button.is-active {
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.home-showcase-image > span {
    border-radius: 4px;
    background: rgb(14 44 37 / 86%);
    backdrop-filter: none;
}

.home-showcase-image img,
.home-showcase-image:hover img {
    transform: none;
}

.home-search-console {
    border-radius: var(--studio-radius);
    background: #fffefb;
    box-shadow: 0 12px 32px rgb(0 0 0 / 17%);
    backdrop-filter: none;
}

.home-popular-searches a {
    border-radius: 4px;
    background: rgb(0 0 0 / 14%);
}

.home-category-dock {
    width: min(calc(100% - 48px), 1320px);
    margin-top: 28px;
    border-radius: var(--studio-radius);
    box-shadow: none;
}

.home-category-icon,
.home-step-icon,
.home-intelligence-copy li > span,
.home-nearby-icon,
.home-audience-icon {
    border-radius: 6px;
    box-shadow: none;
}

.home-commercial-section {
    padding-top: clamp(72px, 8vw, 112px);
    padding-bottom: clamp(72px, 8vw, 112px);
}

.home-section-heading h2,
.home-decision-intro h2,
.home-market-copy h2,
.home-intelligence-copy h2 {
    font-size: clamp(2.15rem, 3.5vw, 3.5rem);
    line-height: 1.07;
}

.home-featured-grid .property-card,
.property-card {
    border-radius: var(--studio-radius);
    box-shadow: none;
}

.home-featured-grid .property-card:hover,
.property-card:hover {
    border-color: var(--line-strong);
    box-shadow: none;
    transform: none;
}

.property-card:hover .media > img {
    transform: none;
}

.home-decision-section {
    gap: clamp(42px, 6vw, 90px);
    padding-top: clamp(68px, 7vw, 98px);
    padding-bottom: clamp(68px, 7vw, 98px);
}

.home-decision-steps article {
    min-height: 340px;
    border-radius: var(--studio-radius);
    box-shadow: none;
    transition: border-color .18s ease, background-color .18s ease;
}

.home-decision-steps article:nth-child(2),
.home-decision-steps article:hover,
.home-decision-steps article:nth-child(2):hover {
    box-shadow: none;
    transform: none;
}

.home-step-number {
    top: 16px;
    right: 18px;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: .72rem;
    font-weight: 760;
}

.home-market-section {
    border-radius: var(--studio-radius);
    background: #16362e;
    box-shadow: none;
}

.home-market-grid > a {
    border-radius: 6px;
    background: rgb(255 255 255 / 5%);
    backdrop-filter: none;
    transition: border-color .18s ease, background-color .18s ease;
}

.home-market-grid > a:hover {
    transform: none;
}

.home-market-grid > a > span b {
    border-radius: 3px;
}

.home-intelligence-section {
    gap: clamp(48px, 7vw, 104px);
    padding-top: clamp(78px, 8vw, 120px);
    padding-bottom: clamp(78px, 8vw, 120px);
}

.home-intelligence-demo::before,
.home-intelligence-window > header > span {
    display: none;
}

.home-intelligence-window {
    border-radius: var(--studio-radius);
    box-shadow: none;
}

.home-intelligence-window > header {
    min-height: 48px;
}

.home-intelligence-window > header small {
    font-size: .7rem;
    font-weight: 680;
}

.home-intelligence-metrics article,
.home-intelligence-signal > span {
    border-radius: 6px;
}

.home-intelligence-property > span {
    border-radius: 4px;
}

.home-nearby-banner {
    border-radius: var(--studio-radius);
    background: var(--surface);
    box-shadow: none;
}

.home-audience-section article {
    min-height: 390px;
    border-radius: var(--studio-radius);
}

.home-audience-number {
    display: none;
}

.home-audience-section article > small {
    margin-top: 38px;
}

.home-final-cta {
    border-radius: var(--studio-radius);
    background: #173c32;
}

.home-final-cta h2 {
    font-size: clamp(2.35rem, 4.2vw, 4.25rem);
    line-height: 1.02;
}

/* Acceso y registro: fotografía editorial y formulario limpio. */
.auth-shell {
    gap: 0;
}

.auth-visual,
.auth-card,
.auth-shell .form-card {
    border-radius: var(--studio-radius);
}

.auth-visual::after {
    background: linear-gradient(180deg, rgb(10 28 23 / 10%), rgb(10 28 23 / 78%));
}

.auth-visual-overlay .eyebrow,
.auth-stat {
    border-radius: 4px;
    backdrop-filter: none;
}

.auth-visual-overlay h1 {
    max-width: 650px;
    font-size: clamp(2.2rem, 3.7vw, 3.8rem);
    line-height: 1.04;
}

.auth-card,
.auth-shell .form-card {
    box-shadow: none;
}

.auth-switch {
    border-radius: 6px;
}

/* Panel de usuario: herramientas densas, jerarquía estable. */
.dashboard {
    grid-template-columns: 250px minmax(0, 1fr);
}

.sidebar {
    background: #1d332d;
}

.sidebar > a,
.sidebar nav a,
.sidebar button {
    border-radius: 4px;
}

.sidebar > a.active,
.sidebar nav a.active {
    box-shadow: inset 3px 0 #9ccabb;
}

.dashboard-main :is(h1, h2, h3),
.dashboard-main .stats strong,
.dashboard-main .performance-summary strong,
.dashboard-main .profile-progress-ring span,
.dashboard-main .compact-activity-list time strong {
    font-family: var(--font-body);
}

.stats article,
.stats > a {
    border-radius: var(--studio-radius);
    box-shadow: none;
}

.stats > a:hover {
    border-color: var(--line-strong);
    box-shadow: none;
    transform: none;
}

.stats article::after,
.stats > a::after {
    display: none;
}

.stat-icon,
.system-health-icon,
.settings-icon,
.compact-activity-list time {
    border-radius: 6px;
}

.performance-summary {
    border-radius: 6px;
    background: var(--surface-soft);
}

.performance-summary > div {
    border-radius: 3px;
}

.performance-track,
.performance-track span {
    border-radius: 2px;
}

.performance-track span {
    background: var(--brand);
}

.profile-progress-card {
    background: var(--surface);
}

.profile-progress-ring::before {
    box-shadow: none;
}

.compact-message-list > a {
    border-radius: 4px;
}

.compact-message-list > a:hover {
    padding-inline: 0;
}

.tr img {
    border-radius: 4px;
}

/* Administración: lenguaje de software operativo, no de landing page. */
.is-admin-area {
    --admin-control-height: 40px;
}

.is-admin-area :is(h1, h2, h3, h4),
.is-admin-area .admin-page-context strong,
.is-admin-area .stats strong,
.is-admin-area .admin-stats strong,
.is-admin-area .property-record-price strong,
.is-admin-area .analytics-kpi strong,
.is-admin-area .user-kpi strong,
.is-admin-area .property-kpi strong,
.is-admin-area .conversation-kpi strong {
    font-family: var(--font-body);
}

.is-admin-area .admin-shell {
    max-width: none;
}

.is-admin-area .admin-sidebar {
    box-shadow: none;
}

.admin-mark,
.admin-nav-icon,
.admin-sidebar-collapse,
.admin-sidebar-mobile-close,
.admin-sidebar-trigger {
    border-radius: 5px;
}

.is-admin-area .admin-nav-group summary,
.is-admin-area .admin-sidebar .admin-nav-link,
.admin-identity,
.is-admin-area .admin-back {
    border-radius: 4px;
}

.is-admin-area .admin-sidebar .admin-nav-link::before {
    border-radius: 0;
}

.is-admin-area .admin-sidebar .admin-nav-link:hover {
    transform: none;
}

.is-admin-area .admin-commandbar {
    background: var(--surface);
    box-shadow: none;
    backdrop-filter: none;
}

.admin-command-search input,
.admin-command-results,
.admin-command-results a,
.admin-review-shortcut,
.admin-system-status {
    border-radius: 5px;
}

.admin-command-search input {
    box-shadow: none;
}

.admin-command-results {
    box-shadow: var(--shadow-md);
}

.admin-system-status i {
    box-shadow: none;
}

.is-admin-area .admin-content {
    font-size: .925rem;
    line-height: 1.5;
}

.is-admin-area .admin-content .eyebrow {
    font-size: .72rem;
    letter-spacing: .09em;
}

.is-admin-area .admin-content .admin-page-header h1 {
    font-size: clamp(1.65rem, 2vw, 2.1rem);
    font-weight: 680;
}

.is-admin-area .admin-content .panel,
.is-admin-area .admin-content .table-wrap,
.is-admin-area .admin-content .admin-table-wrap,
.admin-period-toolbar,
.module-hero,
.module-upload,
.module-card,
.ai-workspace > .panel,
.ai-sidebar > .panel,
.ai-result-panel,
.ai-history-panel,
.mortgage-workspace > .panel,
.mortgage-side > .panel,
.mortgage-records {
    border-radius: var(--studio-radius);
    box-shadow: none;
}

.is-admin-area .admin-content :where(
    .analytics-kpi,
    .analytics-panel,
    .analytics-insight,
    .analytics-session,
    .user-kpi,
    .user-alert,
    .user-filter-card,
    .user-record,
    .user-action-popover,
    .property-kpi,
    .property-queue-item,
    .property-filter-card,
    .property-record,
    .property-action-popover,
    .conversation-kpi,
    .conversation-panel,
    .conversation-console,
    .conversation-guidance,
    .theme-panel,
    .seo-panel,
    .seo-card,
    .ai-task-option,
    .ai-setup-notice,
    .ai-trust-banner,
    .ai-result-state,
    .ai-credentials-note,
    .mortgage-notice,
    .mortgage-stats article
) {
    border-radius: var(--studio-radius);
    box-shadow: none;
}

.is-admin-area .admin-content :where(
    .analytics-kpi,
    .analytics-insight,
    .analytics-session,
    .user-kpi,
    .user-alert,
    .user-record,
    .property-kpi,
    .property-queue-item,
    .property-record,
    .conversation-kpi,
    .ai-task-option,
    .module-card
):hover {
    box-shadow: none;
    transform: none;
}

.is-admin-area .admin-content :where(
    .analytics-kpi-icon,
    .analytics-source-number,
    .user-kpi-icon,
    .user-alert-icon,
    .user-filter-summary-icon,
    .property-kpi-icon,
    .property-queue-icon,
    .property-filter-summary-icon,
    .conversation-kpi-icon,
    .conversation-kpi-badge,
    .ai-trust-icon,
    .ai-task-option-icon,
    .ai-result-placeholder-icon,
    .ai-history-icon,
    .module-icon
) {
    border-radius: 5px;
    box-shadow: none;
}

.is-admin-area .admin-content :where(
    .analytics-kpi,
    .analytics-panel,
    .user-kpi,
    .user-record,
    .property-kpi,
    .property-record,
    .conversation-kpi,
    .conversation-console,
    .ai-result-panel,
    .profile-progress-card
) {
    background-image: none;
}

.is-admin-area .admin-content :where(
    .analytics-delta,
    .traffic-type,
    .user-role,
    .user-self,
    .user-state,
    .property-kpi-indicator,
    .property-record-code,
    .property-status,
    .property-owner-badge,
    .conversation-status,
    .ai-provider-state,
    .module-status
) {
    border-radius: 4px;
}

.user-avatar,
.property-owner-avatar,
.conversation-client-avatar {
    background: var(--brand);
    background-image: none;
    box-shadow: none;
}

.analytics-chart-area,
.analytics-quality-meter,
.analytics-rank-bar,
.ai-token-breakdown {
    border-radius: 3px;
}

.analytics-chart-area,
.analytics-panel,
.analytics-ai-overview,
.profile-progress-card {
    background-image: none;
}

.conversation-console,
.conversation-sidebar,
.conversation-thread,
.conversation-messages,
.conversation-composer {
    border-radius: var(--studio-radius);
    box-shadow: none;
}

.conversation-messages :where(.message, .conversation-message, article),
.vivi-msg {
    border-radius: 7px;
}

.module-hero::after {
    display: none;
}

.module-card:hover,
.ai-task-option:hover,
.ai-example-chip:hover {
    transform: none;
}

/* Asistente público: atención al cliente, sin estética de burbuja brillante. */
.vivi-launcher,
.vivi-launcher:hover {
    border-radius: var(--studio-radius);
    box-shadow: var(--shadow-md);
    transform: none;
}

.vivi-launcher-dot {
    width: 7px;
    height: 7px;
    box-shadow: none;
}

.vivi-panel {
    border-radius: var(--studio-radius);
    box-shadow: var(--shadow-lg);
}

.vivi-avatar,
.vivi-result,
.vivi-result img,
.vivi-result-link img,
.vivi-form input,
.vivi-sched,
.vivi-sched input,
.vivi-map,
.vivi-rate,
.vivi-sched-btn {
    border-radius: 5px;
}

.vivi-head {
    background: #1d3d34;
}

.vivi-suggests button {
    border-radius: 4px;
}

.vivi-stars button:hover {
    transform: none;
}

/* Resto del portal público: fichas, búsqueda, contenidos y formularios. */
.hero {
    background: var(--bg);
}

.hero::before {
    display: none;
}

.hero h1 {
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 1.04;
}

.hero h1 em {
    border-bottom: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
    font-style: normal;
}

.hero-search,
.hero-card,
.floating-card,
.quick-categories,
.cta-banner {
    border-radius: var(--studio-radius);
    box-shadow: none;
}

.hero-card,
.hero-card:hover,
.floating-card {
    transform: none;
}

.floating-card {
    background: var(--surface);
    backdrop-filter: none;
}

.floating-icon {
    border-radius: 5px;
}

.quick-categories {
    margin-top: 24px;
}

.cta-banner {
    background: #31584d;
}

.verified-dot::before {
    box-shadow: none;
}

.verified-badge,
.gallery-count,
.price-signal-badge,
.chip-check,
.assistant-chip {
    border-radius: 4px;
}

.heart,
.heart:hover,
.heart.is-favorite {
    border-radius: 5px;
    box-shadow: none;
    transform: none;
    backdrop-filter: none;
}

.gallery,
.gallery-main,
.gallery-thumbs > :is(button, span),
.gallery-lightbox,
.listing-assistant,
.compare-scroll,
.compare-ai-result,
.nearby-item,
.nearby-map,
.contact-module,
.nearby-cta,
.nearby-controls,
.inventory-alert-form,
.trust-hero,
.market-hero,
.trust-grid article,
.methodology-list article,
.market-facts article,
.market-methodology,
.market-link-grid > a,
.price-intelligence,
.price-intelligence-grid > div,
.price-reference-list > a {
    border-radius: var(--studio-radius);
    box-shadow: none;
}

.gallery-main > img,
.gallery-main:hover > img,
.gallery-thumbs button:hover img {
    transform: none;
}

.gallery-count {
    background: rgb(10 27 24 / 84%);
    backdrop-filter: none;
}

.gallery-lightbox::backdrop {
    backdrop-filter: none;
}

.gallery-lightbox-close {
    border-radius: 5px;
    box-shadow: none;
}

.gallery-thumbs > .gallery-nearby-tile,
.gallery-thumbs > .gallery-nearby-tile:nth-child(even),
.gallery-thumbs > .gallery-nearby-tile.is-location {
    background: #245447;
}

.gallery-nearby-glow {
    display: none;
}

.gallery-nearby-icon {
    border-radius: 5px;
    backdrop-filter: none;
}

.gallery-nearby-tile:hover .gallery-nearby-copy,
.gallery-nearby-tile:hover .gallery-nearby-action {
    transform: none;
}

.price-intelligence,
.price-intelligence.is-below,
.inventory-alert-form,
.listing-assistant,
.compare-ai-result,
.nearby-cta,
.trust-hero,
.market-hero {
    background: var(--surface);
}

.trust-hero::after,
.market-hero::after {
    display: none;
}

.trust-grid article > span,
.inventory-alert-icon,
.nearby-cta-icon,
.nearby-icon,
.feature-chip-icon {
    border-radius: 5px;
    box-shadow: none;
}

.market-link-grid > a:hover,
.share-btn:hover,
.visit-chip:hover {
    box-shadow: none;
    transform: none;
}

.feature-chip,
.media-embed,
.assistant-answer,
.visit-modes label span,
.visit-chip,
.visit-time,
.visit-summary,
.contact-tab,
.map-preview-note {
    border-radius: 5px;
}

.nearby-chip-group,
.nearby-chip {
    border-radius: 4px;
}

/* Editor del tema: la previsualización sigue siendo funcional y fiel. */
.theme-section,
.theme-preview-shell,
.theme-savebar,
.theme-jump,
.theme-color,
.theme-media,
.theme-preview-card,
.seo-kpi,
.seo-panel,
.seo-preview,
.seo-alert,
.seo-note,
.seo-redirect,
.seo-setting-group {
    border-radius: var(--studio-radius) !important;
    box-shadow: none !important;
}

.theme-section-icon,
.theme-color input[type="color"],
.theme-file span,
.theme-jump a,
.theme-preview-brand img,
.theme-preview-card::before {
    border-radius: 5px !important;
}

.theme-studio-status::before {
    box-shadow: none;
}

.theme-preview-device {
    display: none;
}

.theme-preview-copy em {
    border-bottom: 1px solid currentColor;
    font-style: normal;
}

.theme-preview-card,
.theme-preview-card::before,
.theme-preview-card::after {
    border-radius: 3px;
}

.analytics-chart-wrap {
    border-radius: var(--studio-radius) !important;
    background: var(--surface) !important;
}

.analytics-rank-bar span {
    background: var(--brand) !important;
}

.conversation-list .inbox-item-avatar {
    border-radius: 5px !important;
    background: var(--brand) !important;
    box-shadow: none !important;
}

.conversation-list .inbox-unread {
    border-radius: 4px !important;
}

.property-record-code {
    border-radius: 4px !important;
    backdrop-filter: none !important;
}

.mobile-nav {
    box-shadow: none;
    backdrop-filter: none;
}

@media (max-width: 1100px) {
    .home-sales-copy h1 {
        font-size: clamp(3rem, 6vw, 4.8rem);
    }

    .home-decision-section,
    .home-intelligence-section {
        gap: 44px;
    }
}

@media (max-width: 960px) {
    .home-category-dock {
        margin-top: 20px;
    }

    .home-decision-steps article {
        min-height: 300px;
    }

    .dashboard {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    :root {
        --header-height: 64px;
    }

    .home-sales-hero {
        min-height: auto;
    }

    .home-sales-hero-inner {
        padding: 52px 20px 36px;
    }

    .home-sales-copy h1 {
        font-size: clamp(2.7rem, 13vw, 4rem);
        line-height: 1;
    }

    .home-category-dock {
        width: calc(100% - 32px);
        margin-top: 16px;
    }

    .home-section-heading h2,
    .home-decision-intro h2,
    .home-market-copy h2,
    .home-intelligence-copy h2,
    .home-final-cta h2 {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .home-market-section,
    .home-final-cta {
        width: calc(100% - 24px);
        border-radius: var(--studio-radius);
    }

    .home-audience-section article {
        min-height: 330px;
    }

    .auth-visual,
    .auth-card,
    .auth-shell .form-card {
        border-radius: 6px;
    }

    .is-admin-area .admin-content > .section,
    .is-admin-area .admin-page-section,
    .dashboard-main {
        padding: 20px 16px;
    }
}

@media (max-width: 520px) {
    .home-sales-copy h1 {
        font-size: clamp(2.45rem, 12vw, 3.25rem);
    }

    .home-sales-actions > *,
    .home-nearby-actions > * {
        width: 100%;
    }

    .home-showcase,
    .home-search-console,
    .home-intelligence-window,
    .home-nearby-banner,
    .home-audience-section article {
        border-radius: 6px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    :where(a, button, input, select, textarea) {
        transition-duration: .16s;
    }
}
