/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-p5n9h9x66r] {
    min-height: 100vh;
    background: #fffaf3;
}

main[b-p5n9h9x66r] {
    min-height: 100vh;
}

.content[b-p5n9h9x66r] {
    padding: 0;
}

#blazor-error-ui[b-p5n9h9x66r] {
    color-scheme: light only;
    background: #fff2b8;
    bottom: 0;
    box-shadow: 0 -1px 2px rgb(0 0 0 / 20%);
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-p5n9h9x66r] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-6jylyg8alf] {
    align-items: center;
    background: rgba(255, 250, 243, 0.95);
    border-bottom: 1px solid #eadcc8;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    min-height: 76px;
    padding: 0 5vw;
    position: sticky;
    top: 0;
    z-index: 20;
}

.brand[b-6jylyg8alf] {
    align-items: center;
    color: #33221d;
    display: inline-flex;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 700;
    gap: 0.65rem;
    text-decoration: none;
}

.brand-mark[b-6jylyg8alf] {
    align-items: center;
    background: #8d5a44;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 0.8rem;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.nav-links[b-6jylyg8alf] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: flex-end;
}

.nav-links[b-6jylyg8alf]  a {
    border-radius: 5px;
    color: #5f4b42;
    font-size: 0.94rem;
    padding: 0.55rem 0.75rem;
    text-decoration: none;
}

.nav-links[b-6jylyg8alf]  a.active,
.nav-links[b-6jylyg8alf]  a:hover {
    background: #8d5a44;
    color: #fff;
}

.navbar-toggler[b-6jylyg8alf] {
    appearance: none;
    background: #8d5a44;
    border: 0;
    border-radius: 5px;
    display: none;
    height: 42px;
    position: relative;
    width: 46px;
}

.navbar-toggler[b-6jylyg8alf]::before {
    color: #fff;
    content: "☰";
    font-size: 1.4rem;
    left: 13px;
    position: absolute;
    top: 6px;
}

@media (max-width: 900px) {
    .site-header[b-6jylyg8alf] {
        align-items: flex-start;
        padding: 1rem 5vw;
    }

    .navbar-toggler[b-6jylyg8alf] {
        display: block;
    }

    .nav-links[b-6jylyg8alf] {
        background: #fffaf3;
        border-bottom: 1px solid #eadcc8;
        display: none;
        flex-direction: column;
        left: 0;
        padding: 1rem 5vw;
        position: absolute;
        top: 74px;
        width: 100%;
    }

    .navbar-toggler:checked ~ .nav-links[b-6jylyg8alf] {
        display: flex;
    }

    .nav-links[b-6jylyg8alf]  a {
        width: 100%;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jnfqg7o5ge],
.components-reconnect-repeated-attempt-visible[b-jnfqg7o5ge],
.components-reconnect-failed-visible[b-jnfqg7o5ge],
.components-pause-visible[b-jnfqg7o5ge],
.components-resume-failed-visible[b-jnfqg7o5ge],
.components-rejoining-animation[b-jnfqg7o5ge] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jnfqg7o5ge],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jnfqg7o5ge],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jnfqg7o5ge],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jnfqg7o5ge],
#components-reconnect-modal.components-reconnect-retrying[b-jnfqg7o5ge],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jnfqg7o5ge],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jnfqg7o5ge],
#components-reconnect-modal.components-reconnect-failed[b-jnfqg7o5ge],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jnfqg7o5ge] {
    display: block;
}


#components-reconnect-modal[b-jnfqg7o5ge] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-jnfqg7o5ge 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jnfqg7o5ge 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jnfqg7o5ge 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jnfqg7o5ge]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jnfqg7o5ge 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jnfqg7o5ge {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jnfqg7o5ge {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jnfqg7o5ge {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jnfqg7o5ge] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jnfqg7o5ge] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jnfqg7o5ge] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jnfqg7o5ge] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jnfqg7o5ge] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jnfqg7o5ge] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jnfqg7o5ge] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jnfqg7o5ge 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jnfqg7o5ge] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jnfqg7o5ge {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-pstqrx05se] {
    background: #33221d;
    color: #fffaf3;
    padding: 3rem 5vw 2rem;
}

.footer-grid[b-pstqrx05se] {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(240px, 1.35fr) repeat(4, minmax(140px, 1fr));
    margin: 0 auto;
    max-width: 1180px;
}

.footer-about[b-pstqrx05se],
.footer-column[b-pstqrx05se] {
    align-content: start;
    display: grid;
    gap: 0.6rem;
    min-width: 0;
}

.footer-brand[b-pstqrx05se] {
    align-items: center;
    color: #fffaf3;
    display: inline-flex;
    gap: 0.7rem;
    justify-self: start;
    text-decoration: none;
}

.footer-brand span[b-pstqrx05se] {
    align-items: center;
    background: #8d5a44;
    border: 1px solid rgba(248, 231, 207, 0.25);
    border-radius: 50%;
    color: #fffaf3;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.footer-brand strong[b-pstqrx05se] {
    color: #fffaf3;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    line-height: 1;
}

.footer-about p[b-pstqrx05se] {
    color: #dfcbb6;
    line-height: 1.55;
    margin: 0.5rem 0 0;
    max-width: 390px;
}

.footer-badges[b-pstqrx05se] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.4rem;
}

.footer-badges span[b-pstqrx05se] {
    background: rgba(255, 250, 243, 0.08);
    border: 1px solid rgba(248, 231, 207, 0.16);
    border-radius: 999px;
    color: #f8e7cf;
    font-size: 0.76rem;
    font-weight: 900;
    padding: 0.35rem 0.65rem;
}

.footer-column h2[b-pstqrx05se] {
    color: #f8e7cf;
    font: 900 0.78rem Roboto, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
    margin: 0 0 0.45rem;
    text-transform: uppercase;
}

.footer-column a[b-pstqrx05se] {
    color: #dfcbb6;
    line-height: 1.25;
    text-decoration: none;
}

.footer-column a:hover[b-pstqrx05se],
.footer-column a:focus-visible[b-pstqrx05se],
.footer-brand:hover[b-pstqrx05se],
.footer-brand:focus-visible[b-pstqrx05se] {
    color: #fffaf3;
}

.footer-bottom[b-pstqrx05se] {
    border-top: 1px solid rgba(248, 231, 207, 0.14);
    color: rgba(255, 250, 243, 0.68);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    justify-content: space-between;
    margin: 2.25rem auto 0;
    max-width: 1180px;
    padding-top: 1.1rem;
}

@media (max-width: 900px) {
    .footer-grid[b-pstqrx05se] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .site-footer[b-pstqrx05se] {
        padding: 2.4rem 5vw 1.6rem;
    }

    .footer-grid[b-pstqrx05se] {
        gap: 1.45rem;
        grid-template-columns: 1fr;
    }

    .footer-column[b-pstqrx05se] {
        border-top: 1px solid rgba(248, 231, 207, 0.12);
        padding-top: 1rem;
    }

    .footer-bottom[b-pstqrx05se] {
        display: grid;
        gap: 0.4rem;
    }
}
/* /Components/Shared/CalculatorPanel.razor.rz.scp.css */
.calculator-shell[b-roeux9r8a1] {
    align-items: stretch;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
    margin: 0 auto;
    max-width: 1180px;
    padding: 3rem 5vw;
}

.calculator-form[b-roeux9r8a1],
.calculator-result[b-roeux9r8a1] {
    background: #fff;
    border: 1px solid #eadcc8;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgb(68 42 30 / 9%);
    padding: 2rem;
}

.eyebrow[b-roeux9r8a1] {
    color: #8d5a44;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

h1[b-roeux9r8a1],
h2[b-roeux9r8a1] {
    color: #33221d;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.12;
}

h1[b-roeux9r8a1] {
    font-size: clamp(2rem, 4vw, 3.8rem);
}

h2[b-roeux9r8a1] {
    font-size: 1.5rem;
}

label[b-roeux9r8a1] {
    color: #5f4b42;
    display: grid;
    font-weight: 700;
    gap: 0.45rem;
    margin-top: 1rem;
}

input[b-roeux9r8a1],
select[b-roeux9r8a1] {
    border: 1px solid #dcc7ac;
    border-radius: 5px;
    color: #33221d;
    font: inherit;
    min-height: 48px;
    padding: 0 0.85rem;
}

select[b-roeux9r8a1] {
    background: #fff;
}

.mode-summary[b-roeux9r8a1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 1.15rem 0 0.25rem;
}

.mode-summary span[b-roeux9r8a1] {
    background: #f4eadc;
    border: 1px solid #eadcc8;
    border-radius: 999px;
    color: #6e5a50;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.35rem 0.7rem;
}

.segmented[b-roeux9r8a1] {
    border: 1px solid #dcc7ac;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
    overflow: hidden;
}

.segmented button[b-roeux9r8a1],
.primary-action[b-roeux9r8a1],
.result-actions button[b-roeux9r8a1] {
    border: 0;
    cursor: pointer;
    font: inherit;
}

.segmented button[b-roeux9r8a1] {
    background: #fffaf3;
    color: #5f4b42;
    padding: 0.8rem;
}

.segmented button.active[b-roeux9r8a1] {
    background: #8d5a44;
    color: #fff;
}

.primary-action[b-roeux9r8a1] {
    background: #8d5a44;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    margin-top: 1.25rem;
    min-height: 52px;
    width: 100%;
}

.secondary-link[b-roeux9r8a1] {
    color: #8d5a44;
    display: inline-block;
    margin-top: 1rem;
}

.access-note[b-roeux9r8a1] {
    background: #f4eadc;
    border-radius: 5px;
    color: #6e5a50;
    font-weight: 700;
    margin-top: 1rem;
    padding: 0.75rem;
}

.access-note.has-access[b-roeux9r8a1] {
    background: #e9f0e5;
    color: #405740;
}

.form-error[b-roeux9r8a1] {
    color: #a33b2c;
    font-weight: 700;
    margin-top: 1rem;
}

.empty-result[b-roeux9r8a1] {
    align-items: center;
    color: #5f4b42;
    display: grid;
    min-height: 520px;
    place-items: center;
    text-align: center;
}

.empty-result span[b-roeux9r8a1] {
    align-items: center;
    border: 2px solid #8d5a44;
    border-radius: 50%;
    color: #8d5a44;
    display: inline-flex;
    font-size: 3rem;
    height: 120px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 120px;
}

.result-header[b-roeux9r8a1] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.result-metrics[b-roeux9r8a1] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 1.1rem;
}

.result-metrics article[b-roeux9r8a1] {
    background: #fffaf3;
    border: 1px solid #eadcc8;
    border-radius: 8px;
    display: grid;
    gap: 0.2rem;
    min-height: 92px;
    padding: 0.85rem;
    text-align: center;
}

.result-metrics span[b-roeux9r8a1],
.result-metrics small[b-roeux9r8a1] {
    color: #6e5a50;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.result-metrics strong[b-roeux9r8a1] {
    color: #8d5a44;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    line-height: 1;
}

.result-actions[b-roeux9r8a1] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
    margin: 1.25rem 0;
}

.result-actions button[b-roeux9r8a1] {
    background: #f4eadc;
    border-radius: 5px;
    color: #5f4b42;
    min-height: 44px;
}

.result-bridge[b-roeux9r8a1] {
    background:
        linear-gradient(135deg, rgba(247, 223, 231, 0.92), rgba(232, 245, 236, 0.92)),
        #fffaf3;
    border: 1px solid #eadcc8;
    border-radius: 8px;
    display: grid;
    gap: 0.45rem;
    margin: 1rem 0;
    padding: 1rem;
}

.result-bridge span[b-roeux9r8a1] {
    color: #b75b78;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.result-bridge strong[b-roeux9r8a1] {
    color: #33221d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.15;
}

.result-bridge p[b-roeux9r8a1] {
    color: #5f4b42;
    line-height: 1.55;
    margin: 0;
}

.result-bridge div[b-roeux9r8a1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.35rem;
}

.result-bridge a[b-roeux9r8a1] {
    align-items: center;
    background: #b75b78;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    min-height: 40px;
    padding: 0 0.8rem;
    text-decoration: none;
}

.result-bridge a + a[b-roeux9r8a1] {
    background: #fff;
    border: 1px solid #eadcc8;
    color: #8d5a44;
}

.accordion-list[b-roeux9r8a1] {
    display: grid;
    gap: 0.75rem;
}

.premium-callout[b-roeux9r8a1] {
    background: #fff7e8;
    border: 1px solid #eadcc8;
    border-radius: 8px;
    margin: 1rem 0;
    padding: 1rem;
}

.premium-callout strong[b-roeux9r8a1] {
    color: #8d5a44;
}

.premium-callout p[b-roeux9r8a1] {
    color: #5f4b42;
    margin: 0.4rem 0 0.8rem;
}

.premium-callout a[b-roeux9r8a1] {
    color: #8d5a44;
    font-weight: 800;
}

details[b-roeux9r8a1] {
    border: 1px solid #eadcc8;
    border-radius: 6px;
    padding: 1rem;
}

summary[b-roeux9r8a1] {
    color: #33221d;
    cursor: pointer;
    font-weight: 700;
}

summary span[b-roeux9r8a1] {
    background: #f4eadc;
    border-radius: 4px;
    color: #8d5a44;
    float: right;
    font-size: 0.75rem;
    padding: 0.15rem 0.45rem;
}

details p[b-roeux9r8a1] {
    color: #5f4b42;
    margin: 0.75rem 0 0;
}

.report-box[b-roeux9r8a1] {
    margin-top: 1rem;
}

.report-box textarea[b-roeux9r8a1] {
    border: 1px solid #dcc7ac;
    border-radius: 5px;
    color: #33221d;
    font: inherit;
    min-height: 220px;
    padding: 0.85rem;
    width: 100%;
}

@media (max-width: 900px) {
    .calculator-shell[b-roeux9r8a1] {
        grid-template-columns: 1fr;
        padding: 2rem 5vw;
    }

    .result-actions[b-roeux9r8a1] {
        grid-template-columns: 1fr;
    }

    .result-metrics[b-roeux9r8a1] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/MatrixDiagram.razor.rz.scp.css */
.matrix-workbench[b-mghpul9hty] {
    display: grid;
    gap: 1.1rem;
    justify-items: center;
    margin: 0 auto;
    max-width: 560px;
}

.matrix-board[b-mghpul9hty] {
    aspect-ratio: 1;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.96) 0 13%, transparent 13.5%),
        radial-gradient(circle at 50% 50%, rgba(141, 90, 68, 0.08) 0 34%, transparent 34.5%),
        radial-gradient(circle at 50% 50%, rgba(97, 118, 98, 0.10) 0 49%, transparent 49.5%),
        linear-gradient(145deg, #fffdf8 0%, #f9efe1 100%);
    border: 1px solid #e6d5bd;
    border-radius: 8px;
    box-shadow:
        inset 0 0 0 10px rgba(255, 255, 255, 0.55),
        0 24px 55px rgb(68 42 30 / 12%);
    max-width: 520px;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.matrix-board[b-mghpul9hty]::before {
    border: 1px dashed rgba(141, 90, 68, 0.25);
    border-radius: 50%;
    content: "";
    inset: 9%;
    position: absolute;
}

.matrix-board[b-mghpul9hty]::after {
    border: 1px solid rgba(97, 118, 98, 0.25);
    border-radius: 50%;
    content: "";
    inset: 22%;
    position: absolute;
}

.matrix-aura[b-mghpul9hty],
.matrix-diamond[b-mghpul9hty],
.matrix-axis[b-mghpul9hty] {
    pointer-events: none;
    position: absolute;
}

.matrix-aura.outer[b-mghpul9hty] {
    border: 2px solid rgba(141, 90, 68, 0.18);
    border-radius: 50%;
    inset: 15%;
}

.matrix-aura.inner[b-mghpul9hty] {
    border: 1px solid rgba(97, 118, 98, 0.35);
    border-radius: 50%;
    inset: 34%;
}

.matrix-diamond[b-mghpul9hty] {
    border: 2px solid rgba(141, 90, 68, 0.28);
    height: 50%;
    left: 25%;
    top: 25%;
    transform: rotate(45deg);
    width: 50%;
}

.matrix-diamond.soft[b-mghpul9hty] {
    border-color: rgba(97, 118, 98, 0.22);
    height: 34%;
    left: 33%;
    top: 33%;
    width: 34%;
}

.matrix-axis[b-mghpul9hty] {
    border-radius: 999px;
    z-index: 1;
}

.axis-horizontal[b-mghpul9hty],
.axis-vertical[b-mghpul9hty],
.axis-male[b-mghpul9hty],
.axis-female[b-mghpul9hty] {
    background: rgba(141, 90, 68, 0.28);
}

.axis-horizontal[b-mghpul9hty] {
    height: 2px;
    left: 13%;
    top: calc(50% - 1px);
    width: 74%;
}

.axis-vertical[b-mghpul9hty] {
    height: 74%;
    left: calc(50% - 1px);
    top: 13%;
    width: 2px;
}

.axis-male[b-mghpul9hty],
.axis-female[b-mghpul9hty],
.axis-money[b-mghpul9hty],
.axis-love[b-mghpul9hty] {
    height: 2px;
    left: 17%;
    top: calc(50% - 1px);
    transform-origin: center;
    width: 66%;
}

.axis-male[b-mghpul9hty] {
    transform: rotate(45deg);
}

.axis-female[b-mghpul9hty] {
    transform: rotate(-45deg);
}

.axis-money[b-mghpul9hty] {
    background: linear-gradient(90deg, rgba(97, 118, 98, 0.05), rgba(97, 118, 98, 0.72), rgba(97, 118, 98, 0.05));
    height: 4px;
    transform: rotate(90deg) translateX(10%);
    width: 38%;
}

.axis-love[b-mghpul9hty] {
    background: linear-gradient(90deg, rgba(158, 83, 82, 0.05), rgba(158, 83, 82, 0.72), rgba(158, 83, 82, 0.05));
    height: 4px;
    transform: rotate(0deg) translateX(10%);
    width: 38%;
}

.axis-caption[b-mghpul9hty],
.channel-chip[b-mghpul9hty] {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(230, 213, 189, 0.9);
    border-radius: 5px;
    color: #6e5a50;
    font-size: clamp(0.48rem, 1.2vw, 0.62rem);
    font-weight: 800;
    line-height: 1.08;
    max-width: 150px;
    overflow: hidden;
    padding: 0.3rem 0.42rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

.caption-left[b-mghpul9hty] {
    display: none;
}

.caption-right[b-mghpul9hty] {
    display: none;
}

.caption-top[b-mghpul9hty] {
    left: 50%;
    top: 4%;
    transform: translateX(-50%);
}

.caption-bottom[b-mghpul9hty] {
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.channel-chip.money[b-mghpul9hty] {
    background: #e8f0e2;
    color: #405740;
    left: 60%;
    top: 68%;
    max-width: 92px;
    white-space: nowrap;
}

.channel-chip.love[b-mghpul9hty] {
    background: #fae7e2;
    color: #8b4440;
    left: 68%;
    top: 36%;
    max-width: 106px;
    white-space: nowrap;
}

.matrix-point[b-mghpul9hty] {
    align-items: center;
    background:
        radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.12) 32%, transparent 34%),
        #fff;
    border: 2px solid #8d5a44;
    border-radius: 50%;
    box-shadow: 0 12px 22px rgb(68 42 30 / 16%);
    color: #33221d;
    display: grid;
    grid-template-rows: 1fr 1.45fr 1fr;
    height: 64px;
    justify-items: center;
    overflow: hidden;
    padding: 0.2rem;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 64px;
    z-index: 5;
}

.matrix-point span[b-mghpul9hty],
.matrix-point small[b-mghpul9hty] {
    line-height: 1;
    max-width: 86%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.matrix-point span[b-mghpul9hty] {
    color: #8d5a44;
    align-self: end;
    font-size: clamp(0.42rem, 1.2vw, 0.56rem);
    font-weight: 900;
    text-transform: uppercase;
}

.matrix-point strong[b-mghpul9hty] {
    align-self: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    line-height: 0.9;
    max-width: 90%;
    overflow: hidden;
    text-align: center;
}

.matrix-point small[b-mghpul9hty] {
    align-self: start;
    color: #7b665c;
    font-size: clamp(0.42rem, 1.2vw, 0.54rem);
}

.matrix-point.core[b-mghpul9hty] {
    background:
        radial-gradient(circle at 36% 26%, rgba(255, 255, 255, 0.95), transparent 28%),
        linear-gradient(145deg, #9a634b, #694132);
    border-color: #f0d7b7;
    box-shadow:
        0 0 0 9px rgba(141, 90, 68, 0.14),
        0 18px 35px rgb(68 42 30 / 24%);
    color: #fff;
    height: 82px;
    width: 82px;
}

.matrix-point.core span[b-mghpul9hty],
.matrix-point.core small[b-mghpul9hty] {
    color: #f8e7cf;
}

.matrix-point.medium[b-mghpul9hty] {
    border-color: #617662;
}

.matrix-point.small[b-mghpul9hty] {
    height: 48px;
    width: 48px;
}

.matrix-point.small strong[b-mghpul9hty] {
    font-size: 1rem;
}

.matrix-point.small span[b-mghpul9hty],
.matrix-point.small small[b-mghpul9hty] {
    font-size: clamp(0.34rem, 0.95vw, 0.43rem);
}

.matrix-point-a[b-mghpul9hty] { left: 13%; top: 50%; }
.matrix-point-b[b-mghpul9hty] { left: 50%; top: 13%; }
.matrix-point-c[b-mghpul9hty] { left: 87%; top: 50%; }
.matrix-point-d[b-mghpul9hty] { left: 50%; top: 87%; }
.matrix-point-e[b-mghpul9hty] { left: 50%; top: 50%; }
.matrix-point-f[b-mghpul9hty] { left: 26%; top: 26%; }
.matrix-point-g[b-mghpul9hty] { left: 74%; top: 26%; }
.matrix-point-h[b-mghpul9hty] { left: 74%; top: 74%; }
.matrix-point-i[b-mghpul9hty] { left: 26%; top: 74%; }
.matrix-point-j[b-mghpul9hty] { left: 34%; top: 50%; border-color: #9e5352; }
.matrix-point-k[b-mghpul9hty] { left: 50%; top: 35%; border-color: #617662; }
.matrix-point-l[b-mghpul9hty] { left: 66%; top: 50%; border-color: #9e5352; }
.matrix-point-m[b-mghpul9hty] { left: 50%; top: 66%; border-color: #617662; }

.matrix-legend[b-mghpul9hty] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.matrix-legend > div[b-mghpul9hty] {
    background: #fffdf8;
    border: 1px solid #eadcc8;
    border-radius: 8px;
    min-height: 84px;
    padding: 0.85rem;
    position: relative;
}

.matrix-legend strong[b-mghpul9hty] {
    color: #33221d;
    display: block;
    font-size: 0.9rem;
    padding-left: 1.25rem;
}

.matrix-legend p[b-mghpul9hty] {
    color: #6e5a50;
    font-size: 0.8rem;
    line-height: 1.35;
    margin: 0.35rem 0 0;
}

.legend-dot[b-mghpul9hty] {
    border-radius: 50%;
    height: 0.75rem;
    left: 0.85rem;
    position: absolute;
    top: 1rem;
    width: 0.75rem;
}

.legend-dot.core[b-mghpul9hty] { background: #8d5a44; }
.legend-dot.money[b-mghpul9hty] { background: #617662; }
.legend-dot.love[b-mghpul9hty] { background: #9e5352; }
.legend-dot.lineage[b-mghpul9hty] { background: #c8a384; }

@media (max-width: 620px) {
    .matrix-board[b-mghpul9hty] {
        min-width: 260px;
    }

    .matrix-point[b-mghpul9hty] {
        height: 52px;
        width: 52px;
    }

    .matrix-point.core[b-mghpul9hty] {
        height: 68px;
        width: 68px;
    }

    .matrix-point strong[b-mghpul9hty] {
        font-size: 1.05rem;
    }

    .matrix-point span[b-mghpul9hty],
    .matrix-point small[b-mghpul9hty] {
        font-size: 0.46rem;
    }

    .matrix-point.small[b-mghpul9hty] {
        height: 40px;
        width: 40px;
    }

    .axis-caption[b-mghpul9hty] {
        display: none;
    }

    .channel-chip[b-mghpul9hty] {
        display: none;
    }

    .matrix-legend[b-mghpul9hty] {
        grid-template-columns: 1fr;
    }
}
