/* tpl/numerology-compatibility-73694822.css — page CSS shared by 1 page(s) of this template.
   Auto-extracted from inline <style> by scripts/refactor_css.py.
   Loaded after components.css; per-page :root{} stays inline. */

body { background: var(--color-base-bg); }
.pg { --r2xl: 24px; --r3xl: 32px; }
.v3-nav { position: sticky; top: 0; z-index: var(--z-header); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); background: color-mix(in srgb, var(--color-base-bg) 80%, transparent); }
.v3-nav__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--space-5); height: 72px; }
.v3-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-body); font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.v3-logo svg { width: 24px; height: 24px; }
.v3-pillnav { display: flex; gap: 2px; justify-self: center; background: var(--color-base-surface); border: 1px solid var(--color-base-border); padding: 4px; border-radius: var(--radius-full); }
.v3-pillnav > a { padding: 8px 16px; border-radius: var(--radius-full); font-size: 13px; font-weight: 500; color: var(--color-text-secondary); transition: background var(--dur-fast), color var(--dur-fast); }
.v3-pillnav > a:hover { color: var(--color-text-primary); background: var(--color-base-bg); }
.v3-pillnav > a[aria-current] { background: var(--section-accent); color: #fff; }
@media (max-width: 1024px) { .v3-pillnav { display: none; } }
.v3-pill { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 18px; border-radius: var(--radius-full); font-size: 13px; font-weight: 600; transition: transform var(--dur-fast), filter var(--dur-fast); }
.v3-pill:active { transform: scale(0.97); }
.v3-pill--solid { background: var(--section-accent); color: #fff; }
.v3-pill--solid:hover { filter: brightness(0.94); }
.v3-pill--ghost { background: transparent; border: 1px solid var(--color-base-border-strong); color: var(--color-text-primary); }
.v3-nav__cta { display: flex; align-items: center; gap: var(--space-2); }
.h-hero { padding: var(--space-8) 0 var(--space-5); text-align:center; max-width: 720px; margin: 0 auto; }
.h-hero__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(40px, 6vw, 64px); line-height: 1.02; letter-spacing: -0.02em; margin-top: var(--space-3); }
.h-hero__sub { margin-top: var(--space-4); font-size: 18px; line-height: 1.5; color: var(--color-text-secondary); }
.matrix-wrap { overflow-x: auto; padding-bottom: var(--space-9); }
table.matrix { border-collapse: separate; border-spacing: 5px; margin: var(--space-6) auto 0; }
table.matrix th { font-family: "Cormorant Garamond", serif; font-size: 24px; color: var(--section-accent); font-weight: 600; width: 46px; height: 46px; text-align: center; }
table.matrix th.corner { font-size: 11px; font-family: var(--font-body); color: var(--color-text-tertiary); text-transform: uppercase; letter-spacing: 0.06em; }
table.matrix td { padding: 0; }
table.matrix a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 11px; font-size: 13px; font-weight: 700; color: #fff; text-decoration: none; transition: transform var(--dur-fast); }
table.matrix a:hover { transform: scale(1.12); }
.sc5 { background:#4A7C6F; }
.sc4 { background:#5B8DB8; }
.sc3 { background:#C4973B; }
.sc2 { background:#C17A3C; }
.sc1 { background:#8B3A52; }
.legend { display:flex; flex-wrap:wrap; gap: var(--space-3); justify-content:center; margin-top: var(--space-6); font-size: 13px; color: var(--color-text-secondary); }
.legend span { display:inline-flex; align-items:center; gap:7px; }
.legend i { width:14px; height:14px; border-radius:4px; }
