@font-face {
    font-family: "Biorritmo";
    src: url("Biorritmo.ttf") format("truetype");
    font-display: swap;
}

:root {
    --astral-ink: #242036;
    --astral-muted: #6f6980;
    --astral-primary: #5846a5;
    --astral-primary-dark: #3e327b;
    --astral-primary-soft: #eeeafd;
    --astral-accent: #c98639;
    --astral-success: #287a68;
    --astral-danger: #b24355;
    --astral-warning: #a76c18;
    --astral-surface: #ffffff;
    --astral-surface-soft: #f7f5fc;
    --astral-border: #e2ddec;
    --astral-shadow: 0 16px 40px rgba(45, 35, 80, 0.09);
    --astral-shadow-sm: 0 8px 24px rgba(45, 35, 80, 0.07);
    --astral-radius: 1rem;
    --astral-radius-sm: 0.7rem;
    --bs-primary: var(--astral-primary);
    --bs-primary-rgb: 88, 70, 165;
    --bs-link-color: var(--astral-primary);
    --bs-link-hover-color: var(--astral-primary-dark);
}

html {
    scroll-behavior: smooth;
}

body.app-shell {
    color: var(--astral-ink);
    background:
        radial-gradient(circle at 5% 0%, rgba(115, 87, 199, 0.09), transparent 30rem),
        radial-gradient(circle at 95% 15%, rgba(201, 134, 57, 0.08), transparent 26rem),
        #faf9fd;
    font-family: "exo-2-variable", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

a {
    color: var(--astral-primary);
    text-underline-offset: 0.18em;
}

a:hover {
    color: var(--astral-primary-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--astral-ink);
    font-weight: 680;
    letter-spacing: -0.025em;
}

h1 {
    margin-bottom: 0.65rem;
    font-size: clamp(2rem, 3.5vw, 3.25rem);
    line-height: 1.08;
}

h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

h3 {
    margin-top: 1.75rem;
    font-size: 1.15rem;
}

p,
li {
    max-width: 78ch;
}

.lead {
    color: var(--astral-muted);
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

mark {
    padding: 0.08em 0.3em;
    color: inherit;
    background: #fff0c9;
    border-radius: 0.35rem;
}

.app-navbar {
    background: linear-gradient(110deg, #30285f 0%, #5846a5 58%, #6e53b6 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.app-navigation-shell {
    z-index: 1020;
}

.app-navbar-layout {
    flex-wrap: nowrap;
    gap: 0.75rem;
}

.app-navbar .navbar-brand {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.65rem;
    align-items: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.app-navbar .logo {
    flex: 0 0 auto;
}

.app-navbar .navbar-brand:hover,
.app-navbar .navbar-brand:focus {
    color: #fff;
}

.app-navbar .navbar-nav {
    flex-direction: row;
    gap: 0.2rem;
}

.app-navbar-navigation {
    display: flex !important;
    min-width: 0;
    flex-basis: auto;
    justify-content: flex-end;
}

.app-navbar .nav-link {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.8rem;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 570;
    border-radius: 0.6rem;
    white-space: nowrap;
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.app-nav-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.app-nav-icon-dot {
    fill: currentColor;
    stroke: none;
}

.app-nav-icon-muted {
    opacity: 0.52;
}

.app-navbar .nav-link:hover,
.app-navbar .nav-link:focus,
.app-navbar .nav-link.active,
.app-navbar .show > .nav-link {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.app-navbar .nav-link:active {
    transform: translateY(1px);
}

.app-navbar .dropdown-menu {
    padding: 0.5rem;
    border: 1px solid var(--astral-border);
    border-radius: var(--astral-radius-sm);
    box-shadow: var(--astral-shadow-sm);
}

.app-navbar .dropdown-item {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    padding: 0.55rem 0.75rem;
    border-radius: 0.5rem;
}

.app-navbar .dropdown-item .app-nav-icon {
    width: 1.1rem;
    height: 1.1rem;
    color: var(--astral-primary);
}

.app-navbar .dropdown-item:hover,
.app-navbar .dropdown-item:focus {
    color: var(--astral-primary-dark);
    background: var(--astral-primary-soft);
}

.app-account-nav {
    position: relative;
    z-index: 1010;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--astral-border);
    box-shadow: 0 0.35rem 1rem rgba(43, 33, 77, 0.06);
    backdrop-filter: blur(12px);
}

.app-account-nav-scroll {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.app-account-nav-list {
    display: flex;
    width: 100%;
    min-width: max-content;
    gap: 0.25rem;
    align-items: center;
    padding: 0.45rem 0;
    margin: 0;
    list-style: none;
}

.app-account-nav-list > li {
    max-width: none;
}

.app-account-nav-link {
    display: inline-flex;
    gap: 0.48rem;
    align-items: center;
    min-height: 2.65rem;
    padding: 0.55rem 0.8rem;
    color: var(--astral-muted);
    border-radius: 0.6rem;
    font-size: 0.9rem;
    font-weight: 680;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.app-account-nav-link:hover,
.app-account-nav-link:focus-visible {
    color: var(--astral-primary-dark);
    background: var(--astral-primary-soft);
}

.app-account-nav-link.active {
    color: var(--astral-primary-dark);
    background: var(--astral-primary-soft);
    box-shadow: inset 0 -2px 0 var(--astral-primary);
}

.app-account-nav-link .app-nav-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.app-account-nav-label-short {
    display: none;
}

.app-account-nav-signout {
    padding-left: 0.45rem;
    margin-left: auto;
    border-left: 1px solid var(--astral-border);
}

.app-account-nav-signout .app-account-nav-link:hover,
.app-account-nav-signout .app-account-nav-link:focus-visible {
    color: var(--astral-danger);
    background: rgba(178, 67, 85, 0.1);
}

.app-main {
    width: 100%;
    padding: clamp(1.5rem, 4vw, 3.5rem) 0 4rem;
}

.app-content {
    min-height: 55vh;
}

.app-content > section,
.feature-page > section {
    width: 100%;
    margin-top: 1.5rem;
}

body.app-shell section {
    float: none;
    width: 100%;
}

.page-heading {
    max-width: 780px;
    margin-bottom: 1.75rem;
}

.page-eyebrow {
    margin-bottom: 0.5rem;
    color: var(--astral-primary);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.app-card {
    padding: clamp(1.15rem, 2.5vw, 2rem);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--astral-border);
    border-radius: var(--astral-radius);
    box-shadow: var(--astral-shadow-sm);
}

.app-card > :last-child,
.app-card article > :last-child {
    margin-bottom: 0;
}

.app-card header {
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--astral-border);
}

.app-card header h2,
.app-card header h3 {
    margin: 0;
}

.btn {
    min-height: 2.65rem;
    padding: 0.58rem 1rem;
    font-weight: 650;
    border-radius: 0.65rem;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn:active {
    transform: translateY(0);
}

.btn-primary {
    --bs-btn-bg: var(--astral-primary);
    --bs-btn-border-color: var(--astral-primary);
    --bs-btn-hover-bg: var(--astral-primary-dark);
    --bs-btn-hover-border-color: var(--astral-primary-dark);
    --bs-btn-active-bg: var(--astral-primary-dark);
    --bs-btn-active-border-color: var(--astral-primary-dark);
    box-shadow: 0 7px 16px rgba(88, 70, 165, 0.18);
}

.btn-success {
    --bs-btn-bg: var(--astral-success);
    --bs-btn-border-color: var(--astral-success);
    --bs-btn-hover-bg: #1f6556;
    --bs-btn-hover-border-color: #1f6556;
}

.btn-secondary {
    --bs-btn-color: var(--astral-ink);
    --bs-btn-bg: #eeebf3;
    --bs-btn-border-color: #ded8e8;
    --bs-btn-hover-color: var(--astral-ink);
    --bs-btn-hover-bg: #e1dce9;
    --bs-btn-hover-border-color: #d5cee1;
}

.btn-link {
    text-decoration: none;
}

.form-label,
.form-check-label,
.input-group-text {
    color: #4a4559;
    font-weight: 600;
}

.form-control,
.form-select,
.input-group-text {
    min-height: 3rem;
    border-color: #d8d2e3;
}

.form-control,
.form-select {
    color: var(--astral-ink);
    background-color: #fff;
    border-radius: 0.65rem;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: #8d7ac8;
    box-shadow: 0 0 0 0.23rem rgba(88, 70, 165, 0.14);
}

.form-check-input:checked {
    background-color: var(--astral-primary);
    border-color: var(--astral-primary);
}

.input-group-text {
    min-width: 8.5rem;
    color: var(--astral-ink) !important;
    background: var(--astral-primary-soft) !important;
    border-radius: 0.65rem 0 0 0.65rem;
}

.invalid-feedback {
    font-weight: 550;
}

.alert {
    padding: 0.9rem 1rem;
    border-width: 1px;
    border-radius: var(--astral-radius-sm);
}

.alert-primary,
.alert-light {
    color: #40356e;
    background: var(--astral-primary-soft);
    border-color: #d9d0f5;
}

.alert-success {
    color: #1f5c50;
    background: #e6f5f1;
    border-color: #bfe1d8;
}

.alert-warning {
    color: #744b14;
    background: #fff4df;
    border-color: #efd6aa;
}

.alert-danger {
    color: #7b3040;
    background: #fae9ed;
    border-color: #e9bdc7;
}

.modal-content {
    overflow: hidden;
    border: 1px solid var(--astral-border);
    border-radius: var(--astral-radius);
    box-shadow: var(--astral-shadow);
}

.modal-header,
.modal-footer {
    padding: 1rem 1.25rem;
    background: var(--astral-surface-soft);
    border-color: var(--astral-border);
}

.modal-header.alert {
    margin: 0;
    border-width: 0 0 1px;
    border-radius: 0;
}

.modal-body {
    padding: 1.4rem 1.25rem;
}

.popover {
    --bs-popover-max-width: 330px;
    --bs-popover-border-color: var(--astral-border);
    --bs-popover-header-bg: var(--astral-primary-soft);
    --bs-popover-header-color: var(--astral-primary-dark);
    border-radius: var(--astral-radius-sm);
    box-shadow: var(--astral-shadow);
}

.popover-header {
    padding: 0.8rem 1rem;
    font-weight: 700;
}

.popover-body {
    padding: 1rem;
}

.table,
table.aspects,
table.genios {
    width: 100%;
    margin-bottom: 0;
    color: var(--astral-ink);
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
}

.table th,
.table td,
table.aspects th,
table.aspects td,
table.genios th,
table.genios td {
    padding: 0.65rem 0.7rem;
    vertical-align: middle;
    border-right: 0;
    border-bottom: 1px solid #ece8f2;
}

.table th,
table.genios th {
    color: #544d66;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    background: var(--astral-surface-soft);
    text-transform: uppercase;
}

.table-responsive,
.astro-table-scroll {
    overflow-x: auto;
    border: 1px solid var(--astral-border);
    border-radius: var(--astral-radius-sm);
}

.app-footer {
    color: var(--astral-muted);
    background: rgba(255, 255, 255, 0.86);
    border-top: 1px solid var(--astral-border);
    backdrop-filter: blur(10px);
}

.app-footer .container-xl {
    min-height: 5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.app-footer .nav-link {
    color: var(--astral-muted);
    font-size: 0.92rem;
}

.app-footer .nav-link:hover,
.app-footer .nav-link.active {
    color: var(--astral-primary);
}

.contact-dialog {
    width: min(92vw, 42rem);
    max-height: min(90vh, 48rem);
    padding: 0;
    color: var(--astral-ink);
    background: var(--astral-surface);
    border: 1px solid var(--astral-border);
    border-radius: var(--astral-radius);
    box-shadow: 0 1.5rem 4rem rgba(43, 33, 77, 0.28);
}

.contact-dialog::backdrop {
    background: rgba(27, 20, 51, 0.58);
    backdrop-filter: blur(3px);
}

.contact-dialog form {
    display: flex;
    flex-direction: column;
    max-height: inherit;
}

.contact-dialog-header,
.contact-dialog-footer {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
}

.contact-dialog-header {
    border-bottom: 1px solid var(--astral-border);
}

.contact-dialog-body {
    padding: 1.5rem;
    overflow-y: auto;
}

.contact-dialog-footer {
    justify-content: flex-end;
    border-top: 1px solid var(--astral-border);
}

.contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-status {
    min-height: 1.5rem;
    margin-top: 1rem;
    font-weight: 650;
}

.contact-status.is-success {
    color: #24734b;
}

.contact-status.is-error {
    color: #a72e3d;
}

.hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: clamp(1.5rem, 5vw, 4.5rem);
    align-items: center;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    background: linear-gradient(135deg, #fff 0%, #f1edff 100%);
    border: 1px solid var(--astral-border);
    border-radius: calc(var(--astral-radius) + 0.35rem);
    box-shadow: var(--astral-shadow);
}

.hero-panel img {
    width: 100%;
    max-height: 430px;
    object-fit: contain;
    filter: drop-shadow(0 18px 22px rgba(43, 33, 77, 0.16));
}

.home-hero {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 0.94fr) minmax(390px, 1.06fr);
    min-height: 570px;
    overflow: hidden;
    background:
        radial-gradient(circle at 93% 13%, rgba(201, 134, 57, 0.2), transparent 16rem),
        radial-gradient(circle at 68% 88%, rgba(88, 70, 165, 0.17), transparent 22rem),
        linear-gradient(135deg, #fff 0%, #f5f2ff 58%, #eee9ff 100%);
}

.home-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(88, 70, 165, 0.2) 0 1px, transparent 1.6px),
        radial-gradient(circle, rgba(201, 134, 57, 0.22) 0 1px, transparent 1.6px);
    background-position: 0 0, 17px 23px;
    background-size: 37px 37px, 53px 53px;
    content: "";
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 42%, #000 72%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, transparent 42%, #000 72%, #000 100%);
    opacity: 0.55;
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.home-hero-copy .lead {
    max-width: 58ch;
    margin-bottom: 0;
}

.home-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0;
    margin: 1.4rem 0 0;
    list-style: none;
}

.home-hero-highlights li {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    padding: 0.42rem 0.7rem;
    color: var(--astral-primary-dark);
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(88, 70, 165, 0.18);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 680;
    line-height: 1.25;
    backdrop-filter: blur(8px);
}

.home-hero-highlights li::before {
    width: 0.42rem;
    height: 0.42rem;
    background: var(--astral-accent);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(201, 134, 57, 0.13);
    content: "";
}

.home-visual {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 490px;
    perspective: 1200px;
}

.home-visual-card {
    position: absolute;
    padding: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(88, 70, 165, 0.14);
    border-radius: 1.2rem;
    box-shadow: 0 24px 60px rgba(45, 35, 80, 0.18);
    backdrop-filter: blur(12px);
}

.home-visual-heading {
    position: relative;
    z-index: 2;
    line-height: 1.2;
}

.home-visual-heading span,
.home-visual-heading strong {
    display: block;
}

.home-visual-heading span {
    margin-bottom: 0.22rem;
    color: var(--astral-muted);
    font-size: 0.66rem;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-visual-heading strong {
    color: var(--astral-ink);
    font-size: 0.92rem;
}

.home-sky-card {
    top: 0;
    left: 2%;
    z-index: 1;
    width: 72%;
    min-height: 360px;
    color: #fff;
    background:
        radial-gradient(circle at 64% 30%, rgba(201, 134, 57, 0.18), transparent 10rem),
        radial-gradient(circle at 20% 90%, rgba(126, 104, 201, 0.35), transparent 13rem),
        linear-gradient(145deg, #211a48 0%, #3a2f73 58%, #4e3d8f 100%);
    border-color: rgba(255, 255, 255, 0.16);
    transform: rotate(-2deg);
}

.home-sky-card .home-visual-heading span,
.home-sky-card .home-visual-heading strong {
    color: #fff;
}

.home-visual-status {
    display: flex !important;
    gap: 0.35rem;
    align-items: center;
}

.home-visual-status i {
    width: 0.45rem;
    height: 0.45rem;
    background: #7ce4bd;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(124, 228, 189, 0.14);
}

.home-zodiac-wheel {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0.25rem auto 0.5rem;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 0 2px, transparent 2px),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.18) 0 1deg, transparent 1deg 30deg);
    background-size: 27px 27px, auto;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    box-shadow: inset 0 0 40px rgba(13, 9, 36, 0.26), 0 0 45px rgba(130, 104, 213, 0.2);
}

.home-wheel-ring,
.home-wheel-axis,
.home-celestial,
.home-wheel-center {
    position: absolute;
}

.home-wheel-ring {
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
}

.home-wheel-ring-outer {
    inset: 16px;
}

.home-wheel-ring-inner {
    inset: 49px;
    border-color: rgba(201, 134, 57, 0.62);
}

.home-wheel-axis {
    top: 50%;
    left: 12%;
    width: 76%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center;
}

.home-wheel-axis-one {
    transform: rotate(32deg);
}

.home-wheel-axis-two {
    transform: rotate(147deg);
}

.home-celestial {
    display: grid;
    width: 1.65rem;
    height: 1.65rem;
    color: #fff;
    background: #4d3d91;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    box-shadow: 0 5px 14px rgba(10, 6, 30, 0.34);
    font-family: serif;
    font-size: 1rem;
    line-height: 1;
    place-items: center;
}

.home-celestial-sun {
    top: 24px;
    left: 94px;
    color: #201838;
    background: #edb14b;
    border-color: #ffd788;
}

.home-celestial-moon {
    top: 92px;
    right: 15px;
}

.home-celestial-venus {
    bottom: 22px;
    left: 65px;
}

.home-celestial-jupiter {
    top: 75px;
    left: 16px;
}

.home-wheel-center {
    top: 50%;
    left: 50%;
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    color: #2d2458;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.07);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    transform: translate(-50%, -50%);
    place-items: center;
}

.home-sky-summary {
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.6rem;
}

.home-sky-summary span {
    padding-right: 0.65rem;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.home-sky-summary span:last-child {
    padding-right: 0;
    border-right: 0;
}

.home-sky-summary b {
    color: #fff;
}

.home-tree-card {
    top: 115px;
    right: 0;
    z-index: 3;
    width: 43%;
    min-height: 295px;
    transform: rotate(2.5deg);
}

.home-tree-graphic {
    display: block;
    width: 100%;
    max-height: 190px;
    margin-top: 0.25rem;
}

.home-tree-lines path {
    fill: none;
    stroke: #d6cfe8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.home-tree-nodes circle {
    fill: #fff;
    stroke: var(--astral-primary);
    stroke-width: 3;
}

.home-tree-nodes circle:nth-child(1),
.home-tree-nodes circle:nth-child(6),
.home-tree-nodes circle:nth-child(10) {
    fill: #f5e3c9;
    stroke: var(--astral-accent);
}

.home-tree-caption {
    display: block;
    color: var(--astral-muted);
    font-size: 0.64rem;
    font-weight: 700;
    text-align: center;
}

.home-cycle-card {
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 58%;
    min-height: 170px;
    transform: rotate(-1deg);
}

.home-pdf-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.22rem 0.45rem;
    color: #fff;
    background: var(--astral-danger);
    border-radius: 0.35rem;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.home-cycle-graphic {
    display: block;
    width: 100%;
    margin-top: 0.6rem;
    overflow: visible;
}

.home-cycle-grid path {
    fill: none;
    stroke: #ece8f3;
    stroke-width: 1;
}

.home-cycle-line {
    fill: none;
    stroke-linecap: round;
    stroke-width: 3;
}

.home-cycle-line-one {
    stroke: var(--astral-primary);
}

.home-cycle-line-two {
    stroke: var(--astral-accent);
}

.home-cycle-months {
    display: flex;
    justify-content: space-between;
    color: var(--astral-muted);
    font-size: 0.55rem;
    font-weight: 650;
}

.home-features {
    margin-top: clamp(3rem, 6vw, 5rem) !important;
}

.home-section-heading {
    max-width: 760px;
    margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
    text-align: center;
}

.home-section-heading p:last-child {
    margin: 0 auto;
    color: var(--astral-muted);
}

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.home-feature-card {
    position: relative;
    display: flex;
    min-height: 335px;
    flex-direction: column;
    padding: 1.4rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--astral-border);
    border-radius: var(--astral-radius);
    box-shadow: var(--astral-shadow-sm);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-feature-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--astral-primary), var(--astral-accent));
    content: "";
    opacity: 0.74;
}

.home-feature-card:hover {
    border-color: rgba(88, 70, 165, 0.32);
    box-shadow: var(--astral-shadow);
    transform: translateY(-3px);
}

.home-feature-icon {
    display: grid;
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 1.1rem;
    color: var(--astral-primary);
    background: var(--astral-primary-soft);
    border-radius: 0.85rem;
    place-items: center;
}

.home-feature-icon svg {
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.home-feature-icon-moon {
    color: #9a681f;
    background: #fff4dc;
}

.home-feature-icon-cycle {
    color: var(--astral-success);
    background: #e8f6f1;
}

.home-feature-kicker {
    margin: 0 0 0.2rem;
    color: var(--astral-primary);
    font-size: 0.7rem;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-feature-card h3 {
    margin: 0.25rem 0 0.65rem;
    font-size: 1.2rem;
}

.home-feature-card > p:not(.home-feature-kicker) {
    margin-bottom: 1.2rem;
    color: var(--astral-muted);
    font-size: 0.9rem;
    line-height: 1.58;
}

.home-feature-link {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    font-size: 0.88rem;
    font-weight: 720;
    text-decoration: none;
}

.home-feature-link span {
    transition: transform 160ms ease;
}

.home-feature-link:hover span,
.home-feature-link:focus span {
    transform: translateX(3px);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.benefit-list {
    display: grid;
    gap: 0.85rem;
    padding: 0;
    margin: 1.25rem 0 0;
    list-style: none;
}

.benefit-list li {
    position: relative;
    padding-left: 1.65rem;
}

.benefit-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--astral-success);
    font-weight: 800;
    content: "✓";
}

.account-page > .page-heading {
    margin-bottom: 1.5rem;
}

.account-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
    gap: 1.5rem;
    align-items: start;
}

.account-benefits,
.auth-card {
    margin: 0;
}

.auth-card {
    max-width: 560px;
}

.form-signup {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.form-signup .form-floating + .form-floating,
.form-signup .form-floating + .form-check,
.form-signup .form-check + .form-check {
    margin-top: 0.8rem;
}

.form-signup .form-floating > .form-control {
    margin-bottom: 0;
    border-radius: 0.65rem;
}

.form-signup .form-check {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.form-signup form > .btn[type="submit"] {
    margin-top: 1rem;
}

.auth-switch {
    margin: 1.25rem 0 0;
    color: var(--astral-muted);
    text-align: center;
}

.big_icon {
    margin-bottom: 0.5rem;
    font-size: clamp(4rem, 10vw, 7rem);
    text-align: center;
}

.biorritmo-form {
    min-width: 0;
}

.biorritmo-account-note {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    max-width: 920px;
    margin-bottom: 1.5rem;
}

.biorritmo-account-note-icon {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    flex: 0 0 auto;
    color: var(--astral-primary-dark);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(88, 70, 165, 0.18);
    border-radius: 50%;
    place-items: center;
}

.biorritmo-account-note-icon svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.biorritmo-account-note strong {
    display: block;
    color: var(--astral-primary-dark);
    line-height: 1.25;
}

.biorritmo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.38fr);
    gap: 1.5rem;
    align-items: start;
}

.biorritmo-form-heading {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
}

.biorritmo-form-heading p:last-child,
.biorritmo-guide header p:last-child {
    margin: 0.35rem 0 0;
    color: var(--astral-muted);
}

.biorritmo-step-label {
    margin: 0 0 0.15rem;
    color: var(--astral-primary);
    font-size: 0.72rem;
    font-weight: 780;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.biorritmo-format-badge {
    flex: 0 0 auto;
    padding: 0.35rem 0.65rem;
    color: var(--astral-primary-dark);
    background: var(--astral-primary-soft);
    border: 1px solid #d9d0f5;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.03em;
}

.biorritmo-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 8.5rem;
    gap: 1.1rem;
    padding: 0.35rem 0 1.25rem;
}

.biorritmo-field-wide {
    grid-column: 1 / -1;
}

.biorritmo-field .form-label {
    margin-bottom: 0.4rem;
    color: var(--astral-ink);
    font-size: 0.9rem;
}

.biorritmo-field .form-control {
    min-width: 0;
}

.biorritmo-country-field .form-control {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
}

.biorritmo-country-field .form-text {
    margin-left: 0.15rem;
    color: var(--astral-muted);
    font-size: 0.75rem;
}

.biorritmo-form-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.25rem;
    border-top: 1px solid var(--astral-border);
}

.biorritmo-form-actions p {
    margin: 0;
    color: var(--astral-muted);
    font-size: 0.85rem;
}

.biorritmo-form .btn[type="submit"] {
    min-width: 14rem;
}

.biorritmo-guide {
    position: sticky;
    top: 7.5rem;
    background:
        radial-gradient(circle at 100% 0%, rgba(201, 134, 57, 0.12), transparent 12rem),
        rgba(255, 255, 255, 0.94);
}

.biorritmo-guide-list {
    display: grid;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.biorritmo-guide-list li {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.biorritmo-guide-list li > span {
    display: grid;
    width: 2rem;
    height: 2rem;
    color: #fff;
    background: linear-gradient(135deg, var(--astral-primary), #7762c3);
    border-radius: 50%;
    font-size: 0.78rem;
    font-weight: 800;
    place-items: center;
    box-shadow: 0 5px 12px rgba(88, 70, 165, 0.18);
}

.biorritmo-guide-list strong,
.biorritmo-guide-list small {
    display: block;
}

.biorritmo-guide-list strong {
    color: var(--astral-ink);
    line-height: 1.35;
}

.biorritmo-guide-list small {
    margin-top: 0.15rem;
    color: var(--astral-muted);
    line-height: 1.45;
}

.biorritmo-guide-note {
    padding: 0.8rem 0.9rem;
    margin: 1.25rem 0 0;
    color: #6a4a1d;
    background: #fff5e7;
    border: 1px solid #efd9b6;
    border-radius: var(--astral-radius-sm);
    font-size: 0.82rem;
}

.document-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.document-frame {
    display: block;
    width: 100%;
    min-height: 75vh;
    background: #f1eff5;
    border: 1px solid var(--astral-border);
    border-radius: var(--astral-radius-sm);
}

.horoscope-summary ul {
    display: grid;
    gap: 0.55rem;
    padding-left: 1.25rem;
}

.astro-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.astro-dashboard > section {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.astro-aspects,
.astro-genios,
.astro-member-gate,
.astro-summary {
    grid-column: 1 / -1;
}

.astro-member-gate {
    text-align: center;
    background: linear-gradient(135deg, var(--astral-primary-soft), rgba(255, 255, 255, 0.96) 72%);
}

.astro-member-gate p {
    max-width: 42rem;
    margin: 0 auto 1.25rem;
    color: var(--astral-muted);
}

.astro-member-gate-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.astro-observation-context {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
    align-items: center;
    padding: 0.9rem 1rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(120deg, var(--astral-surface-soft), #fff);
    border: 1px solid var(--astral-border);
    border-radius: var(--astral-radius-sm);
}

.astro-observation-copy {
    display: grid;
    min-width: 0;
    flex: 1 1 30rem;
    gap: 0.18rem;
    margin: 0;
}

.astro-observation-label {
    color: var(--astral-muted);
    font-size: 0.7rem;
    font-weight: 760;
    letter-spacing: 0.07em;
    line-height: 1.3;
    text-transform: uppercase;
}

.astro-observation-value {
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem 0.45rem;
    align-items: baseline;
    color: var(--astral-ink);
    font-size: 0.9rem;
    line-height: 1.45;
}

.astro-observation-value a {
    font-weight: 680;
    text-decoration: none;
}

.astro-observation-value a:hover,
.astro-observation-value a:focus-visible {
    text-decoration: underline;
}

.astro-observation-separator {
    color: var(--astral-accent);
    font-weight: 800;
}

.astro-location-action {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.45rem;
    align-items: center;
    margin-left: auto;
    border-color: rgba(88, 70, 165, 0.4);
    font-weight: 680;
    white-space: nowrap;
}

.astro-location-icon {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.astro-position-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
    gap: 1rem;
    padding: 0;
    margin: 1.5rem 0 0;
    list-style: none;
}

.astro-position-card {
    position: relative;
    display: flex;
    min-height: 13.5rem;
    padding: 1.1rem 0.9rem;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(88, 70, 165, 0.12), transparent 6rem),
        var(--astral-surface);
    border: 1px solid var(--astral-border);
    border-radius: 1.5rem;
    box-shadow: 0 8px 22px rgba(45, 35, 80, 0.07);
}

.astro-position-card.is-expanded {
    grid-column: span 3;
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: minmax(9.5rem, 0.8fr) minmax(15rem, 1.6fr);
    gap: 0 1.25rem;
    align-items: stretch;
    text-align: left;
}

.astro-position-card-house {
    background:
        radial-gradient(circle at 50% 0%, rgba(201, 134, 57, 0.14), transparent 6rem),
        var(--astral-surface);
}

.astro-position-identity {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.astro-position-symbol {
    display: grid;
    width: 3.35rem;
    height: 3.35rem;
    margin-bottom: 0.65rem;
    place-items: center;
    color: var(--astral-primary);
    background: var(--astral-primary-soft);
    border-radius: 50%;
    font-size: 1.7rem;
    line-height: 1;
}

.astro-position-card-house .astro-position-symbol {
    color: #8a5718;
    background: #fff2df;
}

.astro-position-kind {
    color: var(--astral-muted);
    font-size: 0.67rem;
    font-weight: 750;
    letter-spacing: 0.09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.astro-position-card h3 {
    margin: 0.2rem 0 0;
    font-size: 1.05rem;
    line-height: 1.2;
}

.astro-position-toggle {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    align-self: center;
    justify-content: center;
    min-height: 1.75rem;
    padding: 0.35rem 0.65rem;
    margin-top: 0.5rem;
    color: var(--astral-primary-dark);
    background: var(--astral-primary-soft);
    border: 0;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.astro-position-toggle:hover,
.astro-position-toggle:focus-visible {
    color: #fff;
    background: var(--astral-primary);
}

.astro-position-toggle:focus-visible {
    outline: 3px solid rgba(88, 70, 165, 0.25);
    outline-offset: 2px;
}

.astro-position-toggle-icon {
    display: grid;
    width: 1rem;
    height: 1rem;
    place-items: center;
    font-size: 1rem;
    line-height: 1;
}

.astro-position-value {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 0.45rem;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 1.25rem;
}

.astro-position-zodiac {
    grid-row: 1 / span 2;
    color: var(--astral-ink);
}

.astro-position-degree {
    font-size: 1rem;
    line-height: 1.2;
}

.astro-position-sign {
    color: var(--astral-muted);
    font-size: 0.82rem;
    line-height: 1.25;
    text-align: left;
}

.astro-position-retrograde {
    grid-column: 3;
    grid-row: 1 / span 2;
    display: grid;
    width: 1.45rem;
    height: 1.45rem;
    place-items: center;
    color: var(--astral-danger);
    background: #fcebef;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 800;
}

.astro-position-details {
    grid-row: 1 / -1;
    grid-column: 2;
    width: 100%;
    padding: 0.3rem 0 0.3rem 1.25rem;
    margin: 0;
    color: var(--astral-muted);
    border-left: 1px solid var(--astral-border);
    animation: astro-position-details-in 180ms ease-out;
}

.astro-position-details h4 {
    margin: 0 0 0.75rem;
    color: var(--astral-ink);
    font-size: 0.95rem;
}

.astro-position-details ul {
    padding-left: 1.1rem;
    margin: 0;
    list-style: none;
    font-size: 0.78rem;
    line-height: 1.45;
}

.astro-position-details li {
    position: relative;
}

.astro-position-details li::before {
    position: absolute;
    top: 0.62em;
    left: -0.9rem;
    width: 0.3rem;
    height: 0.3rem;
    content: "";
    background: var(--astral-primary);
    border-radius: 50%;
}

.astro-position-details li + li {
    margin-top: 0.35rem;
}

.astro-position-card.is-expanded .astro-position-identity {
    grid-row: 1;
    grid-column: 1;
}

.astro-position-card.is-expanded .astro-position-toggle {
    grid-row: 2;
    grid-column: 1;
}

.astro-position-card.is-expanded .astro-position-value {
    grid-row: 3;
    grid-column: 1;
}

@keyframes astro-position-details-in {
    from {
        opacity: 0;
        transform: translateX(0.5rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .astro-position-details,
    .home-feature-card,
    .home-feature-link span {
        animation: none;
        transition: none;
    }

    .home-feature-card:hover {
        transform: none;
    }
}

.astro-chart {
    display: flex;
    grid-column: 1;
    flex-direction: column;
    align-items: center;
}

.astro-chart-header {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.astro-chart-canvas {
    display: grid;
    width: 100%;
    place-items: center;
}

#chart > svg {
    width: 100%;
    max-width: 560px;
    height: auto;
}

.astro-life-tree {
    display: flex;
    grid-column: 2;
    flex-direction: column;
}

.astro-life-tree-header {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: flex-start;
    justify-content: space-between;
}

.astro-life-tree-header h2 {
    margin-bottom: 0;
}

.astro-life-tree-counts,
.astro-life-tree-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.astro-life-tree-count {
    padding: 0.3rem 0.6rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1;
}

.astro-life-tree-count-ida,
.astro-life-tree-sender-direction-ida {
    color: #af4a43;
    background: #fff2ef;
}

.astro-life-tree-count-retorno,
.astro-life-tree-sender-direction-retorno {
    color: #3f5ca8;
    background: #eef2ff;
}

.astro-life-tree-count-active {
    color: #337157;
    background: #effaf4;
}

.astro-life-tree-intro {
    margin: 0.75rem 0 0;
    color: var(--astral-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.astro-life-tree-evolution {
    padding: 0.65rem 0.75rem;
    margin-top: 0.75rem;
    color: var(--astral-muted);
    background: var(--astral-surface-soft);
    border-radius: 0.65rem;
    font-size: 0.72rem;
}

.astro-life-tree-evolution > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--astral-ink);
}

.astro-life-tree-evolution progress {
    width: 100%;
    height: 0.55rem;
    margin: 0.35rem 0 0.2rem;
    accent-color: var(--astral-primary);
}

.astro-life-tree-evolution small {
    display: block;
}

.astro-life-tree-map {
    width: 100%;
    max-width: 560px;
    height: auto;
    margin: 0 auto;
    overflow: visible;
}

.astro-life-tree-connections line {
    stroke: #d8d2e2;
    stroke-width: 2;
}

.astro-life-tree-sender {
    fill: none;
    stroke-linecap: round;
    stroke-width: 2.4;
    opacity: 0.72;
}

.astro-life-tree-sender-active {
    stroke-width: 3.6;
    opacity: 1;
}

.astro-life-tree-sender-inactive {
    opacity: 0.35;
}

.astro-life-tree-sender-ida {
    stroke: #c1544c;
}

.astro-life-tree-sender-retorno {
    stroke: #4e6ab4;
}

#life-tree-arrow-ida path {
    fill: #c1544c;
}

#life-tree-arrow-retorno path {
    fill: #4e6ab4;
}

.astro-life-tree-node circle {
    fill: var(--astral-surface);
    stroke: var(--astral-primary);
    stroke-width: 2;
    filter: drop-shadow(0 4px 8px rgba(45, 35, 80, 0.1));
}

.astro-life-tree-node-blocked circle {
    stroke: #ad3f64;
    stroke-dasharray: 4 2;
    stroke-width: 3;
}

.astro-life-tree-node-name {
    fill: var(--astral-ink);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.astro-life-tree-node-ruler {
    fill: var(--astral-muted);
    font-size: 9px;
}

.astro-life-tree-node-objects {
    fill: var(--astral-primary-dark);
    font-size: 21px;
    letter-spacing: 2px;
}

.astro-life-tree-legend {
    justify-content: center;
    color: var(--astral-muted);
    font-size: 0.72rem;
}

.astro-life-tree-legend span {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
}

.astro-life-tree-legend-line {
    display: inline-block;
    width: 1.5rem;
    height: 0;
    border-top: 2px solid;
}

.astro-life-tree-legend-line-ida {
    color: #c1544c;
}

.astro-life-tree-legend-line-retorno {
    color: #4e6ab4;
}

.astro-life-tree-legend-line-active {
    color: var(--astral-ink);
    border-top-width: 4px;
}

.astro-life-tree-blocked-summary {
    margin: 0.7rem 0 0;
    color: var(--astral-muted);
    font-size: 0.74rem;
    text-align: center;
}

.astro-life-tree-cta {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin-top: 1rem;
    background: linear-gradient(135deg, var(--astral-primary-soft), #fff 72%);
    border: 1px solid var(--astral-border);
    border-radius: 0.75rem;
}

.astro-life-tree-cta h3 {
    margin: 0;
    color: var(--astral-primary-dark);
    font-size: 1rem;
}

.astro-life-tree-cta p:last-child {
    margin: 0.35rem 0 0;
    color: var(--astral-muted);
    font-size: 0.76rem;
    line-height: 1.45;
}

.astro-life-tree-cta-eyebrow {
    margin: 0 0 0.15rem;
    color: var(--astral-primary);
    font-size: 0.66rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.astro-life-tree-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 0.3rem;
    align-items: stretch;
    text-align: center;
}

.astro-life-tree-cta-actions .btn {
    white-space: nowrap;
}

.astro-life-tree-details {
    margin-top: 1rem;
    border-top: 1px solid var(--astral-border);
}

.astro-life-tree-details summary {
    padding-top: 0.9rem;
    color: var(--astral-primary-dark);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 700;
}

.astro-life-tree-sender-list {
    display: grid;
    gap: 0.55rem;
    padding: 0;
    margin: 0.85rem 0 0;
    list-style: none;
}

.astro-life-tree-sender-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.15rem 0.75rem;
    padding: 0.55rem 0.65rem;
    background: var(--astral-surface-soft);
    border-radius: 0.55rem;
    font-size: 0.76rem;
    line-height: 1.35;
}

.astro-life-tree-sender-route {
    font-weight: 680;
}

.astro-life-tree-sender-route .simbolo {
    color: var(--astral-primary);
}

.astro-life-tree-sender-meta {
    grid-column: 1;
    color: var(--astral-muted);
}

.astro-life-tree-sender-direction {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 750;
    text-transform: uppercase;
}

.astro-chart-modal-body {
    display: grid;
    place-items: center;
    overflow: auto;
    background: var(--astral-surface-soft);
}

#astro-chart-modal-body > svg {
    width: 100%;
    max-width: min(900px, calc(100vh - 7rem));
    height: auto;
}

.simbolo {
    font-family: "Biorritmo", sans-serif;
    font-size: 0.95rem;
}

.simbolo-black { color: #1d1b24; }
.simbolo-green { color: #287a68; }
.simbolo-blue { color: #3167a4; }
.simbolo-red { color: #b24355; }
.center { text-align: center; }
.grados { text-align: right; }

.astro-aspects-header p {
    margin: 0.35rem 0 0;
    color: var(--astral-muted);
}

.astro-aspects-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0;
    margin: 0 0 0.75rem;
    color: #554f64;
    font-size: 0.78rem;
    list-style: none;
}

.astro-aspects-legend li {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    padding: 0.22rem 0.55rem;
    background: var(--astral-surface-soft);
    border: 1px solid var(--astral-border);
    border-radius: 999px;
}

.aspect-legend-swatch {
    width: 0.55rem;
    height: 0.55rem;
    flex: 0 0 auto;
    background: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}

.astro-aspects-symbols {
    width: fit-content;
    margin-bottom: 0.75rem;
    color: var(--astral-muted);
    font-size: 0.82rem;
}

.astro-aspects-symbols summary {
    color: var(--astral-primary-dark);
    font-weight: 650;
    cursor: pointer;
}

.astro-aspects-symbols summary::marker {
    color: var(--astral-primary);
}

.astro-aspects-symbol-family h3 {
    margin: 0.7rem 0 0.1rem;
    color: var(--astral-primary-dark);
    font-size: 0.82rem;
}

.astro-aspects-symbol-family p {
    margin: 0;
    color: var(--astral-muted);
    font-size: 0.76rem;
}

.astro-aspects-symbols ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(8.5rem, 1fr));
    gap: 0.4rem;
    min-width: min(42rem, calc(100vw - 6rem));
    padding: 0.65rem;
    margin: 0.35rem 0 0;
    background: var(--astral-surface-soft);
    border: 1px solid var(--astral-border);
    border-radius: var(--astral-radius-sm);
    list-style: none;
}

.astro-aspects-symbols li {
    display: grid;
    grid-template-columns: 1.4rem minmax(0, 1fr) auto;
    gap: 0.35rem;
    align-items: center;
    line-height: 1.3;
}

.astro-aspects-symbols li .simbolo {
    text-align: center;
}

.astro-aspects-symbols small {
    color: #8a8398;
    font-size: 0.7rem;
}

.astro-aspects-help {
    margin: 0 0 0.75rem;
    color: var(--astral-muted);
    font-size: 0.84rem;
}

.astro-aspects-scroll {
    position: relative;
    scrollbar-color: #b9b0cd var(--astral-surface-soft);
    scrollbar-width: thin;
}

.astro-aspects-scroll:focus-visible {
    outline: 3px solid rgba(88, 70, 165, 0.2);
    outline-offset: 3px;
}

table.aspects {
    width: max-content;
    min-width: 100%;
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
}

table.aspects th,
table.aspects td {
    height: 3rem;
    padding: 0.35rem 0.45rem;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #efecf4;
    border-bottom: 1px solid #ece8f2;
}

table.aspects thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    color: #5a536c;
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    background: #f7f5fc;
    border-bottom-color: #dcd6e7;
    text-transform: uppercase;
}

table.aspects tbody tr:last-child > * {
    border-bottom: 0;
}

table.aspects tr > :last-child {
    border-right: 0;
}

table.aspects tbody tr:hover > td:not(.aspect-disabled),
table.aspects tbody tr:hover > .aspect-object-label {
    background-color: #faf8fe;
}

.aspect-object-heading,
.aspect-object-label {
    position: sticky;
    left: 0;
    min-width: 9.5rem;
    text-align: left !important;
    box-shadow: 1px 0 0 #ded9e8, 8px 0 12px -12px rgba(45, 35, 80, 0.45);
}

table.aspects .aspect-object-heading {
    z-index: 4;
}

.aspect-object-label {
    z-index: 1;
    color: var(--astral-ink);
    background: #fff;
    transition: background-color 140ms ease;
}

.aspect-object-label .simbolo {
    display: inline-grid;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.45rem;
    color: var(--astral-primary-dark);
    background: var(--astral-primary-soft);
    border-radius: 50%;
    place-items: center;
}

.aspect-object-name {
    font-weight: 650;
}

.aspect-position-heading,
.aspect-position {
    min-width: 5.35rem;
}

.aspect-sign-heading,
.aspect-sign {
    min-width: 3.6rem;
}

.aspect-sign svg {
    display: block;
    margin: 0 auto;
}

.aspect-matrix-heading,
.aspect-cell,
.aspect-empty,
.aspect-disabled {
    width: 4rem;
    min-width: 4rem;
}

.aspect-matrix-heading .simbolo {
    color: var(--astral-primary-dark);
    font-size: 1rem;
}

.aspect-axis-label {
    color: var(--astral-primary-dark);
    font-family: inherit;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.aspect-cell {
    transition: background-color 140ms ease;
}

.aspect-chip {
    display: inline-flex;
    min-width: 3rem;
    gap: 0.25rem;
    align-items: center;
    justify-content: center;
    padding: 0.24rem 0.35rem;
    line-height: 1;
    border: 1px solid currentColor;
    border-radius: 0.45rem;
}

.aspect-cell.simbolo-black .aspect-chip {
    background: #f0edf8;
    border-color: #c9c0e0;
}

.aspect-cell.simbolo-green .aspect-chip {
    background: #eaf6f2;
    border-color: #b8ddd4;
}

.aspect-cell.simbolo-red .aspect-chip {
    background: #faecef;
    border-color: #e6bbc5;
}

.aspect-cell.simbolo-blue .aspect-chip {
    background: #ebf2fa;
    border-color: #bdd0e5;
}

.aspect-chip .simbolo {
    font-size: 1rem;
}

.aspect-orb {
    font-family: inherit;
    font-size: 0.68rem;
    font-weight: 750;
}

.aspect-empty {
    color: #b6afc1;
    font-size: 1.1rem;
}

.aspect-disabled {
    background:
        repeating-linear-gradient(
            -45deg,
            #f4f2f7,
            #f4f2f7 5px,
            #efedf3 5px,
            #efedf3 10px
        );
}

.aspect-disabled.aspect-diagonal {
    background: #e7e3ee;
    box-shadow: inset 0 0 0 1px #d9d3e2;
}

@media (max-width: 575.98px) {
    .astro-aspects-legend {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .astro-aspects-legend li {
        justify-content: center;
    }

    .astro-aspects-symbols {
        width: 100%;
    }

    .astro-aspects-symbols ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
    }

    .aspect-object-heading,
    .aspect-object-label {
        min-width: 3.5rem;
        width: 3.5rem;
        text-align: center !important;
    }

    .aspect-object-label .simbolo {
        margin-right: 0;
    }

    .aspect-object-name {
        display: none;
    }

    .aspect-matrix-heading,
    .aspect-cell,
    .aspect-empty,
    .aspect-disabled {
        width: 3.7rem;
        min-width: 3.7rem;
    }
}

.astro-genios-header p {
    margin: 0.35rem 0 0;
    color: var(--astral-muted);
}

.astro-genios-help {
    margin: 0 0 0.75rem;
    color: var(--astral-muted);
    font-size: 0.84rem;
}

.astro-genios-scroll {
    position: relative;
    scrollbar-color: #b9b0cd var(--astral-surface-soft);
    scrollbar-width: thin;
}

.astro-genios-scroll:focus-visible {
    outline: 3px solid rgba(88, 70, 165, 0.2);
    outline-offset: 3px;
}

table.genios {
    width: max-content;
    min-width: 100%;
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
}

table.genios th,
table.genios td {
    height: 3.65rem;
    padding: 0.5rem 0.65rem;
    white-space: nowrap;
    border-right: 1px solid #efecf4;
    border-bottom: 1px solid #ece8f2;
}

table.genios thead {
    position: sticky;
    top: 0;
    z-index: 3;
}

table.genios thead th {
    color: #5a536c;
    font-size: 0.68rem;
    font-weight: 750;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.06em;
    background: #f7f5fc;
    border-bottom-color: #dcd6e7;
    text-transform: uppercase;
}

table.genios tbody tr:last-child > * {
    border-bottom: 0;
}

table.genios tr > :last-child {
    border-right: 0;
}

table.genios tbody tr:nth-child(even) > td,
table.genios tbody tr:nth-child(even) > .genios-object-label {
    background-color: #fcfbfe;
}

table.genios tbody tr:hover > td,
table.genios tbody tr:hover > .genios-object-label {
    background-color: #f6f3fc;
}

.genios-object-heading,
.genios-object-label {
    position: sticky;
    left: 0;
    min-width: 9.5rem;
    text-align: left !important;
    box-shadow: 1px 0 0 #ded9e8, 8px 0 12px -12px rgba(45, 35, 80, 0.45);
}

table.genios .genios-object-heading {
    z-index: 4;
}

.genios-object-label {
    z-index: 2;
    color: var(--astral-ink);
    font-weight: 650;
    letter-spacing: normal;
    background: #fff;
    text-transform: none;
    transition: background-color 140ms ease;
}

.genios-object-label .simbolo {
    display: inline-grid;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.45rem;
    color: var(--astral-primary-dark);
    background: var(--astral-primary-soft);
    border-radius: 50%;
    place-items: center;
}

.genios-position-heading,
.genios-position {
    min-width: 5.5rem;
}

.genios-position {
    color: #554f64;
    font-weight: 650;
}

.genios-sign-heading,
.genios-sign {
    min-width: 3.8rem;
    text-align: center;
}

.genios-sign svg {
    display: block;
    margin: 0 auto;
}

table.genios thead .genios-family-heading {
    color: var(--astral-primary-dark);
    border-bottom-width: 2px;
}

table.genios thead .genios-family-physical {
    background: #f1eefb;
    border-bottom-color: #aaa0ce;
}

table.genios thead .genios-family-emotional {
    color: #79501c;
    background: #fff6e9;
    border-bottom-color: #ddb779;
}

table.genios thead .genios-family-mental {
    color: #1f6556;
    background: #edf8f5;
    border-bottom-color: #8fc7ba;
}

.genios-force-heading {
    min-width: 10.5rem;
}

.genios-round-heading {
    min-width: 6.5rem;
}

.genios-group-start {
    border-left: 2px solid #ded9e8;
}

.genios-force {
    min-width: 10.5rem;
}

.genios-force-id,
.genios-force-name,
.genios-time {
    display: inline-flex;
    align-items: center;
}

.genios-force-id {
    min-width: 2rem;
    height: 2rem;
    justify-content: center;
    margin-right: 0.45rem;
    color: var(--astral-primary-dark);
    background: var(--astral-primary-soft);
    border: 1px solid #d9d0f5;
    border-radius: 0.55rem;
    font-weight: 800;
}

.genios-force-name {
    color: var(--astral-ink);
    font-weight: 650;
}

.genios-force-emotional .genios-force-id,
.genios-force-opposite .genios-force-id {
    color: #79501c;
    background: #fff5e7;
    border-color: #efd9b6;
}

.genios-force-mental .genios-force-id {
    color: #1f6556;
    background: #eaf6f2;
    border-color: #b8ddd4;
}

.genios-round-cell {
    min-width: 6.5rem;
    text-align: center;
}

.genios-round {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    padding: 0.25rem 0.55rem 0.25rem 0.3rem;
    color: #4e4661;
    background: #f2eff7;
    border: 1px solid #ddd7e7;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1;
}

.genios-round-index {
    display: grid;
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    background: #736a83;
    border-radius: 50%;
    font-size: 0.65rem;
    place-items: center;
}

.genios-round-yod {
    color: var(--astral-primary-dark);
    background: var(--astral-primary-soft);
    border-color: #d9d0f5;
}

.genios-round-yod .genios-round-index {
    background: var(--astral-primary);
}

.genios-round-he {
    color: #315f86;
    background: #edf5fb;
    border-color: #c8dceb;
}

.genios-round-he .genios-round-index {
    background: #477da8;
}

.genios-round-vav {
    color: #1f6556;
    background: #eaf6f2;
    border-color: #b8ddd4;
}

.genios-round-vav .genios-round-index {
    background: var(--astral-success);
}

.genios-round-he2 {
    color: #79501c;
    background: #fff5e7;
    border-color: #efd9b6;
}

.genios-round-he2 .genios-round-index {
    background: var(--astral-accent);
}

.genios-round-5a {
    color: #873a49;
    background: #faecef;
    border-color: #e6bbc5;
}

.genios-round-5a .genios-round-index {
    background: var(--astral-danger);
}

.genios-time {
    padding: 0.18rem 0.38rem;
    margin-left: 0.45rem;
    color: #287a68;
    background: #edf8f5;
    border-radius: 0.35rem;
    font-size: 0.67rem;
    font-weight: 750;
}

.genios-time::before {
    margin-right: 0.22rem;
    content: "◷";
}

.genios-empty {
    min-width: 10.5rem;
    color: #b6afc1;
    font-size: 1rem;
    text-align: center;
}

@media (max-width: 575.98px) {
    .astro-genios-header p,
    .astro-genios-help {
        line-height: 1.5;
    }

    .genios-object-heading,
    .genios-object-label {
        width: 4.25rem;
        min-width: 4.25rem;
        text-align: center !important;
    }

    .genios-object-label .simbolo {
        margin-right: 0;
    }

    .genios-object-name {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        white-space: nowrap;
        border: 0;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
    }
}

.legal-document {
    max-width: 980px;
    margin: 0 auto;
}

.legal-document > h1 + p,
.legal-document .document-date {
    color: var(--astral-muted);
}

.legal-document h2 {
    padding-top: 1.25rem;
    margin-top: 2rem;
    border-top: 1px solid var(--astral-border);
}

.legal-document h3 {
    color: #49415d;
}

.error-page {
    max-width: 680px;
    margin: 2rem auto;
    text-align: center;
}

.error-code {
    margin-bottom: 0;
    color: var(--astral-primary);
    font-size: clamp(4rem, 14vw, 8rem);
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 879.98px) {
    .app-navbar .navbar-nav > .nav-item > .nav-link {
        position: relative;
        width: 2.8rem;
        height: 2.8rem;
        padding: 0.55rem;
    }

    .app-navbar .navbar-nav > .nav-item > .nav-link .app-nav-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        white-space: nowrap;
        border: 0;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
    }

    .app-navbar .navbar-nav > .nav-item > .dropdown-toggle {
        width: 3.25rem;
    }

    .app-navbar .dropdown-toggle::after {
        margin-left: 0;
    }

    .app-navbar .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        min-width: 15rem;
    }
}

@media (max-width: 991.98px) {
    .app-navbar .navbar-collapse {
        padding-top: 0;
    }

    .hero-panel,
    .account-grid,
    .biorritmo-layout,
    .astro-dashboard {
        grid-template-columns: 1fr;
    }

    .biorritmo-guide {
        position: static;
    }

    .hero-panel img {
        max-height: 320px;
        order: -1;
    }

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

    .home-hero-copy {
        max-width: 720px;
    }

    .home-visual {
        width: min(100%, 650px);
        min-height: 505px;
        margin: 0 auto;
    }

    .home-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-feature-card {
        min-height: 300px;
    }

    .astro-aspects,
    .astro-genios,
    .astro-summary,
    .astro-chart,
    .astro-life-tree {
        grid-column: auto;
    }
}

@media (max-width: 575.98px) {
    body.app-shell {
        font-size: 0.96rem;
    }

    .app-main {
        padding-top: 1.25rem;
    }

    .app-navbar-layout {
        gap: 0.35rem;
    }

    .app-navbar .navbar-brand {
        gap: 0.4rem;
        margin-right: 0;
        font-size: 1rem;
    }

    .app-navbar .logo {
        width: 2.25rem;
        height: 2.25rem;
    }

    .app-navbar .navbar-nav {
        gap: 0.1rem;
    }

    .app-account-nav-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr)) 2.5rem;
        min-width: 0;
        gap: 0.1rem;
        padding: 0.35rem 0;
    }

    .app-account-nav-list > li {
        min-width: 0;
    }

    .app-account-nav-scroll {
        overflow-x: hidden;
    }

    .app-account-nav-link {
        width: 100%;
        min-width: 0;
        gap: 0.3rem;
        min-height: 2.5rem;
        padding: 0.5rem 0.3rem;
        font-size: 0.78rem;
        justify-content: center;
    }

    .app-account-nav-link .app-nav-icon {
        width: 1rem;
        height: 1rem;
    }

    .app-account-nav-label-long,
    .app-account-signout-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        white-space: nowrap;
        border: 0;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
    }

    .app-account-nav-label-short {
        display: inline;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .app-account-nav-signout {
        padding-left: 0.15rem;
        margin-left: 0;
    }

    .app-account-nav-signout .app-account-nav-link {
        width: 2.25rem;
        padding-right: 0;
        padding-left: 0;
        justify-content: center;
    }

    .astro-observation-context {
        align-items: stretch;
        padding: 0.85rem;
    }

    .astro-observation-value {
        display: grid;
        gap: 0.15rem;
    }

    .astro-observation-separator {
        display: none;
    }

    .astro-location-action {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .app-card,
    .hero-panel {
        padding: 1.1rem;
        border-radius: 0.85rem;
    }

    .home-hero {
        gap: 1.25rem;
    }

    .home-hero::before {
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 62%, #000 100%);
        mask-image: linear-gradient(180deg, transparent 0%, #000 62%, #000 100%);
    }

    .home-hero-highlights {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-hero-highlights li {
        width: fit-content;
    }

    .home-visual {
        min-height: 425px;
    }

    .home-visual-card {
        padding: 0.8rem;
        border-radius: 0.9rem;
    }

    .home-visual-heading span {
        font-size: 0.55rem;
    }

    .home-visual-heading strong {
        font-size: 0.78rem;
    }

    .home-sky-card {
        left: 0;
        width: 86%;
        min-height: 305px;
    }

    .home-zodiac-wheel {
        width: 180px;
        height: 180px;
        margin-top: 0.2rem;
        background-size: 23px 23px, auto;
    }

    .home-wheel-ring-outer {
        inset: 13px;
    }

    .home-wheel-ring-inner {
        inset: 40px;
    }

    .home-celestial-sun {
        top: 18px;
        left: 77px;
    }

    .home-celestial-moon {
        top: 72px;
        right: 8px;
    }

    .home-celestial-venus {
        bottom: 15px;
        left: 50px;
    }

    .home-celestial-jupiter {
        top: 60px;
        left: 9px;
    }

    .home-sky-summary span:last-child {
        display: none;
    }

    .home-tree-card {
        top: 132px;
        width: 47%;
        min-height: 244px;
    }

    .home-tree-graphic {
        max-height: 155px;
    }

    .home-tree-caption {
        font-size: 0.55rem;
    }

    .home-cycle-card {
        width: 68%;
        min-height: 143px;
    }

    .home-pdf-badge {
        top: 0.75rem;
        right: 0.75rem;
    }

    .home-cycle-graphic {
        margin-top: 0.35rem;
    }

    .home-section-heading {
        text-align: left;
    }

    .home-section-heading p:last-child {
        margin-left: 0;
    }

    .home-feature-grid {
        grid-template-columns: 1fr;
    }

    .home-feature-card {
        min-height: 0;
        padding: 1.25rem;
    }

    .input-group {
        display: block;
    }

    .input-group > .input-group-text,
    .input-group > .form-control {
        width: 100%;
        margin-left: 0 !important;
        border-radius: 0.65rem !important;
    }

    .input-group > .input-group-text {
        min-height: auto;
        padding: 0.45rem 0.7rem;
        margin-bottom: 0.35rem;
        border: 0;
    }

    .input-group > .invalid-feedback {
        display: none;
    }

    .input-group > .form-control.is-invalid ~ .invalid-feedback,
    .was-validated .input-group > .form-control:invalid ~ .invalid-feedback {
        display: block;
    }

    .biorritmo-form-grid {
        grid-template-columns: 1fr;
    }

    .biorritmo-field-wide {
        grid-column: auto;
    }

    .biorritmo-country-field .form-control {
        text-align: left;
    }

    .biorritmo-form .btn[type="submit"],
    .hero-actions .btn {
        width: 100%;
    }

    .biorritmo-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .document-frame {
        min-height: 62vh;
    }

    .astro-position-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .astro-position-card {
        min-height: 13.5rem;
        padding: 1rem 0.7rem;
        border-radius: 1.25rem;
    }

    .astro-position-card.is-expanded {
        grid-column: 1 / -1;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .astro-position-card.is-expanded .astro-position-details {
        grid-row: 4;
        grid-column: 1;
        padding: 1rem 0 0;
        margin-top: 1rem;
        border-top: 1px solid var(--astral-border);
        border-left: 0;
    }

    .astro-life-tree-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .app-footer .container-xl {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 0.75rem;
    }

    .app-footer .nav {
        flex-direction: column;
    }
}

@media print {
    body.app-shell {
        background: #fff;
    }

    .app-navbar,
    .app-navigation-shell,
    .app-footer,
    .d-print-none,
    .home-visual {
        display: none !important;
    }

    .home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .app-main {
        padding: 0;
    }

    .app-card {
        padding: 0;
        border: 0;
        box-shadow: none;
    }
}
