:root {
    --cf-bg: #F6F8FB;
    --cf-bg-soft: #EEF3F8;
    --cf-surface: #FFFFFFCC;
    --cf-primary: #087BFF;
    --cf-primary-dark: #0057D8;
    --cf-cyan: #22D3EE;
    --cf-navy: #071A3A;
    --cf-text: #0B1736;
    --cf-muted: #64748B;
    --cf-border: #D9E7F7;
    --cf-shadow: 0 14px 34px rgba(15, 75, 160, 0.10);
    --surface-solid: #FFFFFF;
    --line-soft: #E8F1FC;
    --success: #059669;
    --warning: #B45309;
    --accent-orange: #F97316;
    --accent-yellow: #EAB308;
    --accent-green: #16A34A;
    --accent-red: #DC2626;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: var(--cf-text);
    background:
        radial-gradient(circle at 9% 16%, rgba(249, 115, 22, .10), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(22, 163, 74, .09), transparent 28%),
        linear-gradient(135deg, #FAFCFF 0%, #F3F6FA 58%, var(--cf-bg-soft) 100%);
    font-size: 16px;
    line-height: 1.55;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .18;
    background-image:
        radial-gradient(circle, rgba(8, 123, 255, .24) 1px, transparent 1.5px),
        linear-gradient(115deg, transparent 0 47%, rgba(8, 123, 255, .08) 47% 48%, transparent 48% 100%);
    background-size: 30px 30px, 230px 230px;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .65) 48%, transparent 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    background:
        linear-gradient(135deg, rgba(6, 22, 51, .98) 0%, rgba(7, 38, 84, .98) 56%, rgba(8, 93, 190, .96) 100%);
    box-shadow: 0 14px 30px rgba(7, 26, 58, .18);
    backdrop-filter: blur(18px);
}

.theme-toggle-input {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}

.nav-shell,
.section-band,
.footer-shell {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 110px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22);
}

.brand-mark svg {
    width: 40px;
    height: 40px;
}

.brand-copy {
    display: grid;
    gap: 3px;
    color: #fff;
}

.brand-copy strong,
.footer-brand strong {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.brand-copy strong span,
.footer-brand strong span {
    color: #7DDCFF;
}

.brand-copy small {
    color: rgba(235, 248, 255, .86);
    font-size: 12px;
    font-weight: 700;
}

.top-live-bar {
    flex: 1 1 auto;
    min-width: 260px;
    max-width: 520px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: rgba(255, 255, 255, .10);
}

.top-live-bar div {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    min-height: 42px;
    padding: 0 12px;
    animation: horizontalTicker 24s linear infinite;
}

.top-live-bar span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .92);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.theme-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 42px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    cursor: pointer;
}

.theme-toggle span,
.theme-toggle strong {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 950;
}

.theme-toggle span {
    background: #fff;
    color: var(--cf-primary-dark);
}

.theme-toggle strong {
    color: rgba(255, 255, 255, .78);
}

.section-band {
    position: relative;
    z-index: 1;
    padding: 86px 0;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    align-items: center;
    gap: 44px;
    min-height: 560px;
    padding-top: 54px;
}

.institutional-hero {
    grid-template-columns: minmax(0, .88fr) minmax(360px, .72fr);
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
}

.institutional-hero h2 {
    max-width: 720px;
    margin-top: 18px;
    font-size: clamp(34px, 4.6vw, 58px);
    font-weight: 920;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border: 1px solid rgba(8, 123, 255, .18);
    border-radius: 7px;
    background: rgba(255, 255, 255, .72);
    color: var(--cf-primary-dark);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

h1,
h2,
h3 {
    color: var(--cf-navy);
    line-height: 1.08;
    letter-spacing: 0;
}

h1 {
    max-width: 760px;
    margin-top: 22px;
    font-size: clamp(44px, 6vw, 76px);
    font-weight: 920;
}

.hero-copy p {
    max-width: 650px;
    margin-top: 24px;
    color: var(--cf-muted);
    font-size: 18px;
    font-weight: 560;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.button-primary,
.button-secondary,
.newsletter-form button,
.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button-primary,
.newsletter-form button,
.contact-form button {
    border: 0;
    background: linear-gradient(135deg, var(--cf-primary), var(--cf-primary-dark));
    color: #fff;
    box-shadow: 0 16px 32px rgba(8, 123, 255, .24);
}

.button-secondary {
    border: 1px solid rgba(8, 123, 255, .24);
    background: rgba(255, 255, 255, .86);
    color: var(--cf-primary-dark);
}

.button-primary:hover,
.button-secondary:hover,
.newsletter-form button:hover,
.contact-form button:hover {
    transform: translateY(-2px);
}

.hero-visual {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(217, 231, 247, .9);
    border-radius: 16px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 28px 70px rgba(7, 26, 58, .16);
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(34, 211, 238, .10));
}

.hero-visual img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.vision {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: start;
    gap: 42px;
}

.section-intro {
    max-width: 760px;
}

.section-intro h2 {
    margin-top: 16px;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
}

.section-intro p,
.vision-text {
    margin-top: 18px;
    color: var(--cf-muted);
    font-size: 18px;
}

.vision-text {
    padding: 28px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 14px;
    background: rgba(255, 255, 255, .74);
    box-shadow: var(--cf-shadow);
    backdrop-filter: blur(16px);
}

.portal-desk {
    width: min(1240px, calc(100% - 36px));
    min-height: calc(100vh - 82px);
    padding-top: 34px;
    padding-bottom: 58px;
}

.portal-shell {
    position: relative;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    min-height: 640px;
    border: 1px solid rgba(7, 26, 58, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 18px 42px rgba(15, 75, 160, .12);
    overflow: hidden;
}

.portal-tab-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.portal-sidebar {
    display: grid;
    align-content: start;
    gap: 16px;
    padding: 18px 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(243, 248, 255, .90));
    border-right: 1px solid rgba(217, 231, 247, .92);
}

.portal-sidebar-brand {
    display: grid;
    gap: 5px;
    margin-bottom: 10px;
    padding: 8px 8px 18px;
    border-bottom: 1px solid rgba(217, 231, 247, .92);
}

.portal-sidebar-brand span {
    color: var(--cf-primary-dark);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.portal-sidebar-brand strong {
    color: var(--cf-navy);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.1;
}

.sidebar-group {
    display: grid;
    gap: 7px;
}

.sidebar-group > span {
    padding: 0 9px;
    color: var(--cf-muted);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.portal-sidebar label,
.portal-sidebar a {
    position: relative;
    min-height: 42px;
    display: flex;
    align-items: center;
    border-radius: 9px;
    color: #24415F;
    padding: 10px 12px 10px 16px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    background: rgba(255, 255, 255, .68);
    border: 1px solid rgba(217, 231, 247, .78);
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.portal-sidebar label::before,
.portal-sidebar a::before {
    content: "";
    position: absolute;
    inset: 9px auto 9px 7px;
    width: 4px;
    border-radius: 999px;
    background: var(--cf-primary);
}

.portal-sidebar label:hover,
.portal-sidebar a:hover {
    background: #fff;
    color: var(--cf-primary-dark);
    box-shadow: 0 10px 22px rgba(15, 75, 160, .10);
}

.portal-panels {
    min-width: 0;
    padding: 18px 18px 18px 0;
}

.portal-panel {
    display: none;
    min-height: 100%;
    padding: clamp(20px, 3vw, 34px);
    border: 1px solid rgba(217, 231, 247, .9);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(248, 251, 255, .86));
}

#panel-overview:checked ~ .portal-sidebar label[for="panel-overview"],
#panel-radar:checked ~ .portal-sidebar label[for="panel-radar"],
#panel-market:checked ~ .portal-sidebar label[for="panel-market"],
#panel-links:checked ~ .portal-sidebar label[for="panel-links"],
#panel-insights:checked ~ .portal-sidebar label[for="panel-insights"],
#panel-platform:checked ~ .portal-sidebar label[for="panel-platform"],
#panel-specialists:checked ~ .portal-sidebar label[for="panel-specialists"],
#panel-clientarea:checked ~ .portal-sidebar label[for="panel-clientarea"],
#panel-accountantarea:checked ~ .portal-sidebar label[for="panel-accountantarea"],
#panel-contact:checked ~ .portal-sidebar label[for="panel-contact"] {
    background: #fff;
    color: var(--cf-primary-dark);
    box-shadow: 0 12px 26px rgba(15, 75, 160, .13);
}

#panel-overview:checked ~ .portal-panels .panel-overview,
#panel-radar:checked ~ .portal-panels .panel-radar,
#panel-market:checked ~ .portal-panels .panel-market,
#panel-links:checked ~ .portal-panels .panel-links,
#panel-insights:checked ~ .portal-panels .panel-insights,
#panel-platform:checked ~ .portal-panels .panel-platform,
#panel-specialists:checked ~ .portal-panels .panel-specialists,
#panel-clientarea:checked ~ .portal-panels .panel-clientarea,
#panel-accountantarea:checked ~ .portal-panels .panel-accountantarea,
#panel-contact:checked ~ .portal-panels .panel-contact {
    display: block;
}

.portal-desk .section-intro {
    max-width: none;
}

.portal-desk h1 {
    max-width: 940px;
    margin-top: 16px;
    font-size: clamp(38px, 5.2vw, 68px);
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.signal-card {
    position: relative;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 14px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 10px 24px rgba(15, 75, 160, .07);
    overflow: hidden;
}

.signal-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--cf-primary);
}

.signal-card span,
.signal-card small {
    display: block;
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 850;
}

.signal-card strong {
    display: block;
    margin: 10px 0 7px;
    color: var(--cf-navy);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.15;
}

.accent-orange::before {
    background: var(--accent-orange);
}

.accent-green::before {
    background: var(--accent-green);
}

.accent-red::before {
    background: var(--accent-red);
}

.accent-yellow::before {
    background: var(--accent-yellow);
}

.accent-blue::before {
    background: var(--cf-primary);
}

.accent-cyan::before {
    background: var(--cf-cyan);
}

.accent-purple::before {
    background: #7C3AED;
}

.accent-special::before {
    background: linear-gradient(180deg, #F97316, #EAB308);
}

.accent-client::before {
    background: linear-gradient(180deg, #087BFF, #22D3EE);
}

.accent-accountant::before {
    background: linear-gradient(180deg, #F97316, #EAB308);
}

.button-specialists {
    border-color: rgba(249, 115, 22, .30) !important;
    background:
        linear-gradient(135deg, rgba(255, 247, 237, .96), rgba(254, 252, 232, .92)) !important;
    color: #9A3412 !important;
    box-shadow: 0 12px 26px rgba(249, 115, 22, .12);
}

.button-specialists:hover {
    color: #7C2D12 !important;
    box-shadow: 0 16px 30px rgba(249, 115, 22, .18) !important;
}

.button-clientarea {
    border-color: rgba(8, 123, 255, .28) !important;
    background:
        linear-gradient(135deg, rgba(234, 243, 255, .96), rgba(236, 253, 245, .88)) !important;
    color: var(--cf-primary-dark) !important;
    box-shadow: 0 12px 26px rgba(8, 123, 255, .12);
}

.button-clientarea:hover {
    box-shadow: 0 16px 30px rgba(8, 123, 255, .18) !important;
}

.portal-desk-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: 18px;
    margin-top: 18px;
}

.panel-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    color: var(--cf-primary-dark);
    font-size: 12px;
    font-weight: 950;
}

.mini-radar-list {
    display: grid;
    gap: 10px;
}

.mini-radar-list a,
.mini-empty {
    display: grid;
    gap: 5px;
    padding: 14px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 10px;
    background: rgba(255, 255, 255, .82);
}

.mini-radar-list span,
.mini-empty {
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 850;
}

.mini-radar-list strong {
    color: var(--cf-navy);
    font-size: 15px;
    font-weight: 920;
    line-height: 1.28;
}

.radar-lanes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    min-height: 430px;
}

.radar-lane {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(217, 231, 247, .9);
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 24px rgba(15, 75, 160, .08);
}

.radar-lane::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--cf-primary);
}

.lane-orange::before {
    background: var(--accent-orange);
}

.lane-green::before {
    background: var(--accent-green);
}

.lane-cyan::before {
    background: var(--cf-cyan);
}

.lane-red::before {
    background: var(--accent-red);
}

.lane-yellow::before {
    background: var(--accent-yellow);
}

.radar-lane header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 58px;
    padding: 16px 14px 12px;
    border-bottom: 1px solid rgba(217, 231, 247, .84);
}

.radar-lane header span {
    color: var(--cf-navy);
    font-size: 14px;
    font-weight: 950;
}

.radar-lane header strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #F3F8FF;
    color: var(--cf-primary-dark);
    font-size: 12px;
    font-weight: 950;
}

.radar-lane-track {
    position: relative;
    height: 360px;
    overflow: hidden;
}

.radar-lane-track::before,
.radar-lane-track::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    height: 48px;
    pointer-events: none;
}

.radar-lane-track::before {
    top: 0;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.radar-lane-track::after {
    bottom: 0;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.radar-lane-list {
    display: grid;
    gap: 12px;
    padding: 12px;
    animation: verticalRadar 32s linear infinite;
}

.radar-lane:nth-child(2) .radar-lane-list {
    animation-duration: 36s;
}

.radar-lane:nth-child(3) .radar-lane-list {
    animation-duration: 40s;
}

.radar-lane:nth-child(4) .radar-lane-list {
    animation-duration: 44s;
}

.radar-lane:hover .radar-lane-list {
    animation-play-state: paused;
}

.radar-source-block {
    display: grid;
    gap: 8px;
}

.radar-source-title {
    display: flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 9px;
    border-radius: 8px;
    background: #F3F8FF;
    color: var(--cf-primary-dark);
    font-size: 12px;
    font-weight: 950;
}

.radar-lane-list .radar-source-block > a:not(.radar-source-title) {
    display: grid;
    gap: 5px;
    min-height: 92px;
    padding: 11px;
    border: 1px solid rgba(217, 231, 247, .78);
    border-radius: 10px;
    background: rgba(248, 251, 255, .86);
}

.radar-lane-list small,
.radar-lane-list span {
    color: var(--cf-muted);
    font-size: 11px;
    font-weight: 850;
}

.radar-lane-list .radar-source-block > a:not(.radar-source-title) strong {
    color: var(--cf-navy);
    font-size: 13px;
    font-weight: 920;
    line-height: 1.25;
}

.radar-all-details {
    margin-top: 16px;
}

.radar-all-details summary,
.radar-archive-link {
    display: flex;
    justify-content: center;
    width: fit-content;
    min-height: 38px;
    margin: 0 auto;
    padding: 8px 14px;
    border: 1px solid rgba(8, 123, 255, .18);
    border-radius: 999px;
    background: #fff;
    color: var(--cf-primary-dark);
    cursor: pointer;
    font-size: 12px;
    font-weight: 950;
    list-style: none;
    text-decoration: none;
}

.radar-all-details summary::-webkit-details-marker {
    display: none;
}

.radar-all-list {
    display: grid;
    gap: 10px;
    max-height: 360px;
    margin-top: 14px;
    overflow: auto;
}

.radar-all-list a {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(217, 231, 247, .82);
    border-radius: 10px;
    background: rgba(255, 255, 255, .84);
}

.radar-all-list span,
.radar-all-list small {
    color: var(--cf-muted);
    font-size: 11px;
    font-weight: 850;
}

.radar-all-list strong {
    color: var(--cf-navy);
    font-size: 14px;
    font-weight: 920;
}

.radar-archive-page {
    min-height: calc(100vh - 82px);
}

.radar-archive-hero {
    max-width: 980px;
}

.radar-archive-hero h1 {
    max-width: 900px;
    margin-top: 16px;
    font-size: clamp(40px, 5vw, 68px);
    line-height: .98;
}

.radar-archive-hero p {
    max-width: 760px;
    margin-top: 18px;
    color: var(--cf-muted);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.48;
}

.radar-archive-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.radar-archive-stats div,
.radar-archive-filter,
.radar-archive-card,
.radar-archive-empty {
    border: 1px solid rgba(217, 231, 247, .88);
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--cf-shadow);
    backdrop-filter: blur(16px);
}

.radar-archive-stats div {
    padding: 16px;
    border-radius: 16px;
}

.radar-archive-stats span {
    display: block;
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.radar-archive-stats strong {
    display: block;
    margin-top: 8px;
    color: var(--cf-primary-dark);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 950;
}

.radar-archive-filter {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(160px, 220px) minmax(160px, 220px) auto;
    gap: 12px;
    align-items: end;
    margin-top: 28px;
    padding: 16px;
    border-radius: 18px;
}

.radar-archive-filter label {
    display: grid;
    gap: 6px;
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 900;
}

.radar-archive-filter div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.radar-archive-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.radar-archive-card,
.radar-archive-empty {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 16px;
}

.radar-archive-card {
    color: var(--cf-text);
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease;
}

.radar-archive-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(15, 75, 160, .13);
}

.radar-archive-card span,
.radar-archive-card small {
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 900;
}

.radar-archive-card strong {
    color: var(--cf-navy);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 940;
    line-height: 1.18;
}

.radar-archive-card p {
    max-width: 960px;
    color: var(--cf-muted);
    font-size: 15px;
    line-height: 1.5;
}

.radar-archive-empty {
    color: var(--cf-muted);
    font-weight: 850;
}

.provider-directory {
    min-height: calc(100vh - 82px);
}

.provider-directory-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: 28px;
    align-items: end;
}

.provider-directory-hero h1 {
    max-width: 760px;
    margin-top: 14px;
    color: var(--cf-navy);
    font-size: clamp(44px, 6vw, 76px);
    line-height: .95;
}

.provider-directory-hero p {
    max-width: 720px;
    margin-top: 18px;
    color: var(--cf-muted);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.5;
}

.provider-directory-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 18px;
    background: rgba(255, 255, 255, .78);
    box-shadow: var(--cf-shadow);
    backdrop-filter: blur(16px);
}

.provider-directory-summary div {
    min-height: 94px;
    padding: 14px;
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(238, 243, 248, .88), rgba(255, 255, 255, .78));
}

.provider-directory-summary span,
.provider-directory-toolbar span,
.provider-directory-filter label span {
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 950;
}

.provider-directory-summary span {
    display: block;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.provider-directory-summary strong {
    display: block;
    margin-top: 9px;
    color: var(--cf-primary-dark);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 950;
    line-height: 1;
}

.provider-directory-filter {
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) minmax(92px, .34fr) minmax(140px, .5fr) minmax(220px, .9fr) auto;
    gap: 10px;
    align-items: end;
    margin-top: 28px;
    padding: 14px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--cf-shadow);
    backdrop-filter: blur(16px);
}

.provider-directory-filter label {
    display: grid;
    gap: 6px;
}

.provider-directory-filter input,
.provider-directory-filter select {
    min-width: 0;
}

.provider-filter-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.provider-directory-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-top: 22px;
    padding: 0 4px;
}

.provider-directory-toolbar strong {
    color: var(--cf-navy);
    font-size: 18px;
    font-weight: 950;
}

.provider-directory-table-wrap {
    max-height: 70vh;
    overflow: auto;
    margin-top: 12px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--cf-shadow);
}

.provider-directory-table {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
}

.provider-directory-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(217, 231, 247, .9);
    background: rgba(246, 248, 251, .98);
    color: var(--cf-muted);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-align: left;
    text-transform: uppercase;
}

.provider-directory-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(232, 241, 252, .9);
    color: var(--cf-text);
    vertical-align: top;
}

.provider-directory-table tr:hover td {
    background: rgba(234, 243, 255, .42);
}

.provider-directory-table td > strong {
    display: block;
    color: var(--cf-navy);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.25;
}

.provider-directory-table td > span,
.provider-directory-table td > a {
    display: inline-flex;
    margin-top: 4px;
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 820;
}

.provider-directory-table td > a {
    color: var(--cf-primary-dark);
}

.provider-directory-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 7px;
}

.provider-directory-tags em {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(8, 123, 255, .08);
    color: var(--cf-primary-dark);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.provider-directory-table mark {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid rgba(217, 231, 247, .9);
    border-radius: 999px;
    background: rgba(246, 248, 251, .9);
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.provider-directory-table mark.is-ok {
    border-color: rgba(22, 163, 74, .26);
    background: rgba(22, 163, 74, .1);
    color: var(--success);
}

.institutional-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.insights-archive-page {
    min-height: calc(100vh - 82px);
}

.insights-archive-hero {
    max-width: 980px;
}

.insights-archive-hero h1 {
    max-width: 920px;
    margin-top: 16px;
    font-size: clamp(40px, 5vw, 68px);
    line-height: .98;
}

.insights-archive-hero p {
    max-width: 780px;
    margin-top: 18px;
    color: var(--cf-muted);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.48;
}

.insights-archive-filter {
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 260px) auto;
}

.insights-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.insights-archive-card {
    min-height: 260px;
}

.insight-card {
    display: grid;
    align-content: start;
    gap: 12px;
    min-height: 230px;
    padding: 20px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 14px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 10px 24px rgba(15, 75, 160, .07);
}

.insight-card span {
    width: fit-content;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #F3E8FF;
    color: #6D28D9;
    font-size: 11px;
    font-weight: 950;
}

.insight-card h3 {
    font-size: 20px;
    font-weight: 920;
    line-height: 1.18;
}

.insight-card p {
    color: var(--cf-muted);
    font-size: 14px;
    font-weight: 650;
}

.insight-card footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(217, 231, 247, .78);
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 850;
}

.insight-empty {
    grid-column: 1 / -1;
    min-height: 160px;
}

.institutional-statement {
    margin-top: 20px;
    padding: 18px 20px;
    border-left: 5px solid var(--cf-primary);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(234, 243, 255, .92), rgba(255, 255, 255, .86));
    color: var(--cf-navy);
    font-size: 18px;
    font-weight: 850;
    line-height: 1.38;
}

.mission-vision-grid,
.values-grid {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

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

.mission-vision-grid article,
.values-grid article {
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 10px 24px rgba(15, 75, 160, .07);
}

.mission-vision-grid article {
    padding: 20px;
}

.mission-vision-grid span {
    color: var(--cf-primary-dark);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.mission-vision-grid p {
    margin-top: 9px;
    color: var(--cf-text);
    font-size: 17px;
    font-weight: 760;
    line-height: 1.42;
}

.values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.values-grid article {
    padding: 16px;
}

.values-grid strong {
    color: var(--cf-navy);
    font-size: 15px;
    font-weight: 950;
}

.values-grid p {
    margin-top: 8px;
    color: var(--cf-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.42;
}

.specialists-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 18px;
    align-items: stretch;
}

.specialists-hero h2 {
    margin-top: 16px;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 920;
}

.specialists-hero p {
    max-width: 720px;
    margin-top: 18px;
    color: var(--cf-muted);
    font-size: 18px;
}

.specialists-callout {
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 24px;
    border: 1px solid rgba(249, 115, 22, .26);
    border-radius: 16px;
    background:
        radial-gradient(circle at 20% 12%, rgba(234, 179, 8, .22), transparent 34%),
        linear-gradient(135deg, rgba(255, 247, 237, .96), rgba(255, 255, 255, .88));
    box-shadow: 0 16px 34px rgba(249, 115, 22, .14);
}

.specialists-callout strong {
    color: #9A3412;
    font-size: 24px;
    font-weight: 950;
}

.specialists-callout span {
    color: #7C2D12;
    font-size: 15px;
    font-weight: 760;
}

.button-attention {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 46px;
    padding: 11px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #F97316, #EAB308);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 950;
    box-shadow: 0 16px 32px rgba(249, 115, 22, .24);
}

.specialists-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.specialists-grid article,
.specialists-note {
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 10px 24px rgba(15, 75, 160, .07);
}

.specialists-grid article {
    padding: 18px;
}

.specialists-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #FFF7ED;
    color: #C2410C;
    font-size: 12px;
    font-weight: 950;
}

.specialists-grid h3 {
    margin-top: 14px;
    font-size: 19px;
    font-weight: 920;
}

.specialists-grid p {
    margin-top: 10px;
    color: var(--cf-muted);
    font-size: 14px;
    font-weight: 650;
}

.specialists-note {
    margin-top: 18px;
    padding: 20px;
}

.specialists-note strong {
    color: var(--cf-navy);
    font-size: 18px;
    font-weight: 950;
}

.specialists-note p {
    margin-top: 8px;
    color: var(--cf-muted);
    font-size: 16px;
}

.clientarea-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    gap: 22px;
    align-items: start;
}

.clientarea-hero h2 {
    margin-top: 16px;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 920;
}

.clientarea-hero p {
    max-width: 720px;
    margin-top: 18px;
    color: var(--cf-muted);
    font-size: 18px;
}

.clientarea-login {
    display: grid;
    gap: 10px;
    padding: 24px;
    border: 1px solid rgba(8, 123, 255, .22);
    border-radius: 16px;
    background:
        radial-gradient(circle at 20% 10%, rgba(34, 211, 238, .18), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(243, 248, 255, .90));
    box-shadow: 0 16px 34px rgba(8, 123, 255, .13);
}

.clientarea-login strong {
    color: var(--cf-navy);
    font-size: 22px;
    font-weight: 950;
}

.clientarea-login label {
    color: var(--cf-text);
    font-size: 12px;
    font-weight: 900;
}

.clientarea-login input {
    min-height: 46px;
    border: 1px solid var(--cf-border);
    border-radius: 12px;
    background: #fff;
    color: var(--cf-text);
    padding: 11px 13px;
}

.clientarea-login button {
    min-height: 48px;
    margin-top: 6px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--cf-primary), var(--cf-cyan));
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 950;
    box-shadow: 0 16px 32px rgba(8, 123, 255, .22);
}

.clientarea-login small {
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 760;
}

.clientarea-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.clientarea-grid article {
    padding: 18px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 10px 24px rgba(15, 75, 160, .07);
}

.clientarea-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #EAF3FF;
    color: var(--cf-primary-dark);
    font-size: 12px;
    font-weight: 950;
}

.clientarea-grid strong {
    display: block;
    margin-top: 14px;
    color: var(--cf-navy);
    font-size: 18px;
    font-weight: 950;
}

.clientarea-grid p {
    margin-top: 8px;
    color: var(--cf-muted);
    font-size: 14px;
    font-weight: 650;
}

.market-panel,
.accountant-hub {
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 14px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 10px 24px rgba(15, 75, 160, .08);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.market-panel {
    padding: 18px;
}

.accountant-hub {
    padding: 20px;
}

.panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.panel-header h3 {
    margin-top: 10px;
    font-size: 23px;
    font-weight: 920;
}

.live-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid rgba(8, 123, 255, .18);
    border-radius: 7px;
    background: #F8FBFF;
    color: var(--cf-primary-dark);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.live-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: var(--cf-primary);
}

.tradingview-widget-container {
    min-height: 430px;
    border: 1px solid rgba(217, 231, 247, .66);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(248, 251, 255, .92));
    overflow: hidden;
}

.link-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.link-hub-grid a {
    display: grid;
    gap: 5px;
    min-height: 82px;
    padding: 13px;
    border: 1px solid rgba(217, 231, 247, .86);
    border-radius: 10px;
    background: rgba(255, 255, 255, .82);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.link-hub-grid a:hover {
    border-color: rgba(8, 123, 255, .28);
    box-shadow: 0 10px 20px rgba(15, 75, 160, .08);
    transform: translateY(-1px);
}

.link-hub-grid strong {
    color: var(--cf-navy);
    font-size: 15px;
    font-weight: 950;
}

.link-hub-grid span {
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 800;
}

.ticker-strip {
    width: 100%;
    margin-top: 18px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 10px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 10px 24px rgba(15, 75, 160, .07);
    overflow: hidden;
}

.ticker-strip div {
    display: flex;
    width: max-content;
    gap: 12px;
    padding: 11px 14px;
    animation: tickerMove 42s linear infinite;
}

.ticker-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border-radius: 6px;
    background: #F8FBFF;
    color: #33506F;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

@keyframes tickerMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes horizontalTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes verticalRadar {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}

.feature-grid,
.topic-grid,
.expert-grid,
.stats {
    display: grid;
    gap: 16px;
}

.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.feature-card,
.topic-card,
.expert-card,
.stat-card {
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 14px;
    background: rgba(255, 255, 255, .76);
    box-shadow: var(--cf-shadow);
    backdrop-filter: blur(16px);
}

.feature-card {
    display: grid;
    gap: 14px;
    min-height: 210px;
    padding: 24px;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #EAF3FF, #E9FCFF);
    color: var(--cf-primary-dark);
    font-size: 13px;
    font-weight: 900;
}

.feature-card h3,
.expert-card h3 {
    font-size: 20px;
    font-weight: 900;
}

.feature-card p,
.expert-card p {
    color: var(--cf-muted);
}

.stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 34px;
    padding-bottom: 34px;
}

.stat-card {
    display: grid;
    gap: 6px;
    padding: 24px;
}

.stat-card strong {
    color: var(--cf-primary-dark);
    font-size: 34px;
    font-weight: 950;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.stat-card span {
    color: var(--cf-muted);
    font-weight: 780;
}

.timeline {
    position: relative;
    display: grid;
    gap: 14px;
    margin-top: 34px;
    list-style: none;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: linear-gradient(180deg, var(--cf-primary), var(--cf-cyan), var(--cf-border));
}

.timeline li {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 58px;
    padding: 15px 18px 15px 58px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 12px 30px rgba(15, 75, 160, .09);
}

.timeline li::before {
    content: "";
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: var(--cf-border);
    box-shadow: 0 0 0 1px rgba(8, 123, 255, .18);
}

.timeline li.done::before {
    background: var(--success);
}

.timeline li.active::before {
    background: var(--cf-primary);
}

.timeline li strong {
    color: var(--cf-navy);
    font-size: 17px;
}

.timeline li span {
    justify-self: end;
    padding: 6px 10px;
    border-radius: 999px;
    background: #EAF3FF;
    color: var(--cf-primary-dark);
    font-size: 12px;
    font-weight: 900;
}

.timeline li.done span {
    background: #ECFDF5;
    color: #047857;
}

.timeline li.planned span {
    background: #F8FAFC;
    color: #475569;
}

.topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
}

.topic-card {
    min-height: 104px;
    padding: 22px;
    color: var(--cf-navy);
    font-size: 18px;
    font-weight: 900;
}

.fiscal-radar {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: 34px;
}

.radar-updated {
    display: inline-flex;
    margin-top: 14px;
    color: var(--cf-muted);
    font-size: 13px;
    font-weight: 850;
}

.radar-grid {
    display: grid;
    gap: 14px;
}

.radar-card {
    display: grid;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 20px;
    background: rgba(255, 255, 255, .78);
    box-shadow: var(--cf-shadow);
    backdrop-filter: blur(16px);
}

.radar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.radar-tags span {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid rgba(8, 123, 255, .16);
    border-radius: 999px;
    background: #EAF3FF;
    color: var(--cf-primary-dark);
    font-size: 11px;
    font-weight: 900;
}

.radar-card h3 {
    font-size: 20px;
    font-weight: 920;
    line-height: 1.22;
}

.radar-card p {
    color: var(--cf-muted);
}

.radar-card footer {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid rgba(217, 231, 247, .76);
    padding-top: 12px;
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 850;
}

.radar-empty {
    min-height: 180px;
}

.expert-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 30px;
}

.expert-card {
    display: grid;
    justify-items: start;
    gap: 12px;
    min-height: 210px;
    padding: 22px;
}

.expert-card span {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(8, 123, 255, .18);
    border-radius: 50%;
    background:
        linear-gradient(135deg, rgba(8, 123, 255, .16), rgba(34, 211, 238, .18)),
        #fff;
}

.mission-call {
    width: min(1280px, calc(100% - 36px));
}

.mission-call h2 {
    padding: clamp(34px, 6vw, 70px);
    border-radius: 28px;
    background:
        radial-gradient(circle at 18% 0%, rgba(34, 211, 238, .24), transparent 34%),
        linear-gradient(135deg, #061633 0%, #073B86 54%, #087BFF 100%);
    color: #fff;
    box-shadow: 0 26px 70px rgba(7, 26, 58, .24);
    font-size: clamp(34px, 5vw, 66px);
    font-weight: 920;
}

.contact {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: 34px;
}

.contact-copy {
    position: sticky;
    top: 116px;
}

.panel-contact .contact-copy {
    position: static;
}

.contact-copy h2 {
    margin-top: 16px;
    color: var(--cf-navy);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 920;
    line-height: 1.08;
}

.contact-copy p {
    margin-top: 18px;
    color: var(--cf-muted);
    font-size: 18px;
}

.contact-panels {
    display: grid;
    gap: 16px;
}

.contact-form,
.newsletter-form {
    display: grid;
    gap: 14px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 20px;
    background: rgba(255, 255, 255, .78);
    box-shadow: var(--cf-shadow);
    backdrop-filter: blur(16px);
}

.contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px;
}

.newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 22px;
}

.newsletter-form div {
    grid-column: 1 / -1;
}

.newsletter-form h3 {
    margin-top: 12px;
    font-size: 24px;
    font-weight: 920;
}

.form-row {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.form-row.wide,
.contact-form .wide {
    grid-column: 1 / -1;
}

.contact-form label,
.newsletter-form label {
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.newsletter-form input {
    min-height: 48px;
    min-width: 0;
    border: 1px solid var(--cf-border);
    border-radius: 12px;
    background: #fff;
    color: var(--cf-text);
    padding: 12px 14px;
}

.contact-form textarea {
    min-height: 132px;
    resize: vertical;
}

.contact-form select {
    appearance: none;
    background:
        linear-gradient(45deg, transparent 50%, var(--cf-primary-dark) 50%) calc(100% - 20px) 21px / 7px 7px no-repeat,
        linear-gradient(135deg, #FFFFFF, #F8FBFF);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.newsletter-form input:focus {
    border-color: rgba(8, 123, 255, .58);
    box-shadow: 0 0 0 4px rgba(8, 123, 255, .12);
    outline: none;
}

.form-alert {
    margin-top: 22px;
    padding: 14px 16px;
    border: 1px solid rgba(5, 150, 105, .22);
    border-radius: 16px;
    background: rgba(236, 253, 245, .82);
    color: #047857;
    font-weight: 850;
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.legal-page {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    align-items: start;
    gap: 36px;
    min-height: calc(100vh - 82px);
}

.legal-hero {
    position: sticky;
    top: 116px;
}

.legal-hero h1 {
    margin-top: 18px;
    font-size: clamp(40px, 5vw, 64px);
}

.legal-hero p {
    margin-top: 18px;
    color: var(--cf-muted);
    font-size: 18px;
}

.legal-hero small {
    display: inline-flex;
    margin-top: 22px;
    color: var(--cf-primary-dark);
    font-weight: 850;
}

.legal-content {
    display: grid;
    gap: 16px;
}

.legal-content section {
    padding: 26px;
    border: 1px solid rgba(217, 231, 247, .88);
    border-radius: 20px;
    background: rgba(255, 255, 255, .78);
    box-shadow: var(--cf-shadow);
    backdrop-filter: blur(16px);
}

.legal-content h2 {
    font-size: 24px;
    font-weight: 920;
}

.legal-content p {
    margin-top: 12px;
    color: var(--cf-muted);
    font-size: 16px;
}

.article-page {
    min-height: calc(100vh - 82px);
}

.article-back-link {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--cf-primary-dark);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.article-hero {
    max-width: 940px;
}

.article-hero h1 {
    max-width: 920px;
    margin-top: 16px;
    font-size: clamp(40px, 5vw, 68px);
    line-height: .98;
}

.article-hero p {
    max-width: 780px;
    margin-top: 20px;
    color: var(--cf-muted);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.48;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.article-meta span,
.article-meta time {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid rgba(217, 231, 247, .9);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    color: var(--cf-muted);
    font-size: 12px;
    font-weight: 900;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 820px);
    gap: 24px;
    align-items: start;
    margin-top: 34px;
}

.article-aside,
.article-content {
    border: 1px solid rgba(217, 231, 247, .88);
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--cf-shadow);
    backdrop-filter: blur(16px);
}

.article-aside {
    position: sticky;
    top: 116px;
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 18px;
}

.article-aside strong {
    color: var(--cf-navy);
    font-size: 18px;
    font-weight: 950;
}

.article-aside p {
    color: var(--cf-muted);
    font-size: 14px;
    font-weight: 680;
}

.article-content {
    padding: clamp(22px, 4vw, 44px);
    border-radius: 22px;
}

.article-content p {
    color: var(--cf-text);
    font-size: 18px;
    line-height: 1.78;
}

.article-content p + p {
    margin-top: 18px;
}

.article-content blockquote {
    margin: 0 0 24px;
    padding: 18px 20px;
    border-left: 5px solid #F97316;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255, 247, 237, .96), rgba(255, 255, 255, .88));
    color: #9A3412;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.46;
}

.theme-toggle-input:checked ~ .site-header {
    background:
        linear-gradient(135deg, rgba(3, 10, 27, .98) 0%, rgba(5, 24, 52, .98) 56%, rgba(3, 62, 133, .96) 100%);
}

.theme-toggle-input:checked ~ .site-header .theme-toggle span {
    background: transparent;
    color: rgba(255, 255, 255, .72);
}

.theme-toggle-input:checked ~ .site-header .theme-toggle strong {
    background: #fff;
    color: var(--cf-primary-dark);
}

.theme-toggle-input:checked ~ main {
    background:
        radial-gradient(circle at 10% 10%, rgba(34, 211, 238, .12), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(249, 115, 22, .10), transparent 26%),
        linear-gradient(135deg, #071326 0%, #0B1D36 60%, #102744 100%);
}

.theme-toggle-input:checked ~ main .portal-shell {
    border-color: rgba(125, 220, 255, .16);
    background: rgba(7, 19, 38, .74);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.theme-toggle-input:checked ~ main .portal-sidebar {
    border-right-color: rgba(125, 220, 255, .12);
    background:
        linear-gradient(180deg, rgba(14, 29, 52, .94), rgba(8, 23, 42, .92));
}

.theme-toggle-input:checked ~ main .portal-sidebar-brand,
.theme-toggle-input:checked ~ main .radar-lane header {
    border-color: rgba(125, 220, 255, .14);
}

.theme-toggle-input:checked ~ main .portal-sidebar-brand strong,
.theme-toggle-input:checked ~ main .portal-sidebar label,
.theme-toggle-input:checked ~ main .portal-sidebar a,
.theme-toggle-input:checked ~ main h1,
.theme-toggle-input:checked ~ main h2,
.theme-toggle-input:checked ~ main h3,
.theme-toggle-input:checked ~ main .radar-lane header span,
.theme-toggle-input:checked ~ main .radar-lane-list strong,
.theme-toggle-input:checked ~ main .radar-lane-list .radar-source-block > a:not(.radar-source-title) strong,
.theme-toggle-input:checked ~ main .radar-all-list strong,
.theme-toggle-input:checked ~ main .institutional-statement,
.theme-toggle-input:checked ~ main .mission-vision-grid p,
.theme-toggle-input:checked ~ main .values-grid strong,
.theme-toggle-input:checked ~ main .insight-card h3,
.theme-toggle-input:checked ~ main .specialists-grid h3,
.theme-toggle-input:checked ~ main .specialists-note strong,
.theme-toggle-input:checked ~ main .clientarea-login strong,
.theme-toggle-input:checked ~ main .clientarea-grid strong,
.theme-toggle-input:checked ~ main .signal-card strong {
    color: #F8FBFF;
}

.theme-toggle-input:checked ~ main .portal-sidebar label,
.theme-toggle-input:checked ~ main .portal-sidebar a,
.theme-toggle-input:checked ~ main .portal-panel,
.theme-toggle-input:checked ~ main .signal-card,
.theme-toggle-input:checked ~ main .radar-lane,
.theme-toggle-input:checked ~ main .radar-lane-list a,
.theme-toggle-input:checked ~ main .radar-source-title,
.theme-toggle-input:checked ~ main .radar-all-list a,
.theme-toggle-input:checked ~ main .radar-archive-link,
.theme-toggle-input:checked ~ main .feature-card,
.theme-toggle-input:checked ~ main .insight-card,
.theme-toggle-input:checked ~ main .institutional-statement,
.theme-toggle-input:checked ~ main .mission-vision-grid article,
.theme-toggle-input:checked ~ main .values-grid article,
.theme-toggle-input:checked ~ main .specialists-grid article,
.theme-toggle-input:checked ~ main .specialists-note,
.theme-toggle-input:checked ~ main .clientarea-login,
.theme-toggle-input:checked ~ main .clientarea-grid article,
.theme-toggle-input:checked ~ main .contact-form,
.theme-toggle-input:checked ~ main .newsletter-form {
    border-color: rgba(125, 220, 255, .14);
    background: rgba(9, 25, 47, .86);
}

.theme-toggle-input:checked ~ main .portal-sidebar label:hover,
.theme-toggle-input:checked ~ main .portal-sidebar a:hover,
.theme-toggle-input:checked ~ main #panel-overview:checked ~ .portal-sidebar label[for="panel-overview"],
.theme-toggle-input:checked ~ main #panel-radar:checked ~ .portal-sidebar label[for="panel-radar"],
.theme-toggle-input:checked ~ main #panel-market:checked ~ .portal-sidebar label[for="panel-market"],
.theme-toggle-input:checked ~ main #panel-links:checked ~ .portal-sidebar label[for="panel-links"],
.theme-toggle-input:checked ~ main #panel-insights:checked ~ .portal-sidebar label[for="panel-insights"],
.theme-toggle-input:checked ~ main #panel-platform:checked ~ .portal-sidebar label[for="panel-platform"],
.theme-toggle-input:checked ~ main #panel-specialists:checked ~ .portal-sidebar label[for="panel-specialists"],
.theme-toggle-input:checked ~ main #panel-clientarea:checked ~ .portal-sidebar label[for="panel-clientarea"],
.theme-toggle-input:checked ~ main #panel-accountantarea:checked ~ .portal-sidebar label[for="panel-accountantarea"],
.theme-toggle-input:checked ~ main #panel-contact:checked ~ .portal-sidebar label[for="panel-contact"] {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.theme-toggle-input:checked ~ main .section-intro p,
.theme-toggle-input:checked ~ main .signal-card span,
.theme-toggle-input:checked ~ main .signal-card small,
.theme-toggle-input:checked ~ main .contact-copy p,
.theme-toggle-input:checked ~ main .feature-card p,
.theme-toggle-input:checked ~ main .insight-card p,
.theme-toggle-input:checked ~ main .insight-card footer,
.theme-toggle-input:checked ~ main .specialists-hero p,
.theme-toggle-input:checked ~ main .specialists-grid p,
.theme-toggle-input:checked ~ main .specialists-note p,
.theme-toggle-input:checked ~ main .clientarea-hero p,
.theme-toggle-input:checked ~ main .clientarea-login small,
.theme-toggle-input:checked ~ main .clientarea-grid p,
.theme-toggle-input:checked ~ main .radar-lane-list small,
.theme-toggle-input:checked ~ main .radar-lane-list span,
.theme-toggle-input:checked ~ main .radar-all-list span,
.theme-toggle-input:checked ~ main .radar-all-list small,
.theme-toggle-input:checked ~ main .values-grid p,
.theme-toggle-input:checked ~ main .sidebar-group > span {
    color: rgba(226, 240, 255, .72);
}

.theme-toggle-input:checked ~ main .radar-lane-track::before {
    background: linear-gradient(180deg, rgba(9, 25, 47, .98) 0%, rgba(9, 25, 47, 0) 100%);
}

.theme-toggle-input:checked ~ main .radar-lane-track::after {
    background: linear-gradient(0deg, rgba(9, 25, 47, .98) 0%, rgba(9, 25, 47, 0) 100%);
}

.site-footer {
    margin-top: 34px;
    background: #061633;
    color: rgba(255, 255, 255, .82);
}

.footer-shell {
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.4fr) auto;
    align-items: start;
    gap: 28px;
    padding: 34px 0;
}

.footer-brand p {
    margin-top: 10px;
    color: rgba(235, 248, 255, .78);
    font-size: 14px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.footer-links a {
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 760;
}

.footer-links a:hover {
    color: #fff;
}

.social-links {
    display: flex;
    gap: 8px;
}

.social-links a {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.reveal {
    animation: revealUp .7s ease both;
}

.reveal:nth-child(2) {
    animation-delay: .04s;
}

.reveal:nth-child(3) {
    animation-delay: .08s;
}

.reveal:nth-child(4) {
    animation-delay: .12s;
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

@media (max-width: 980px) {
    .nav-shell {
        align-items: stretch;
        flex-direction: column;
        padding: 14px 0;
    }

    .top-live-bar {
        max-width: none;
    }

    .hero,
    .portal-shell,
    .portal-desk-grid,
    .vision,
    .fiscal-radar,
    .contact,
    .legal-page {
        grid-template-columns: 1fr;
    }

    .contact-copy,
    .legal-hero,
    .article-aside {
        position: static;
    }

    .article-layout {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 44px;
    }

    .portal-desk {
        min-height: auto;
    }

    .portal-shell {
        min-height: auto;
    }

    .portal-sidebar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 12px;
    }

    .portal-sidebar-brand {
        grid-column: 1 / -1;
    }

    .portal-sidebar label,
    .portal-sidebar a {
        justify-content: center;
        text-align: center;
    }

    .portal-panels {
        padding: 0 12px 12px;
    }

    .portal-panel {
        min-height: auto;
    }

    .radar-lanes,
    .radar-archive-stats,
    .radar-archive-filter,
    .institutional-grid,
    .insights-grid,
    .insights-archive-grid,
    .insights-archive-filter,
    .values-grid,
    .specialists-grid,
    .clientarea-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .specialists-hero,
    .clientarea-hero,
    .provider-directory-hero {
        grid-template-columns: 1fr;
    }

    .provider-directory-filter {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .provider-search,
    .provider-select,
    .provider-filter-actions {
        grid-column: 1 / -1;
    }

    .hero-visual {
        order: -1;
    }

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

    .link-hub-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .stats,
    .signal-grid,
    .expert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 15px;
    }

    .nav-shell,
    .section-band,
    .footer-shell,
    .mission-call {
        width: min(100% - 24px, 1180px);
    }

    .brand-copy small {
        display: none;
    }

    .theme-toggle {
        align-self: flex-start;
    }

    h1 {
        font-size: 42px;
    }

    .section-band {
        padding: 58px 0;
    }

    .feature-grid,
    .topic-grid,
    .link-hub-grid,
    .signal-grid,
    .stats,
    .expert-grid {
        grid-template-columns: 1fr;
    }

    .portal-sidebar {
        grid-template-columns: 1fr 1fr;
    }

    .portal-panels {
        padding: 0 10px 10px;
    }

    .portal-panel {
        padding: 18px;
    }

    .radar-lanes,
    .radar-archive-stats,
    .radar-archive-filter,
    .provider-directory-summary,
    .provider-directory-filter,
    .institutional-grid,
    .insights-grid,
    .insights-archive-grid,
    .insights-archive-filter,
    .mission-vision-grid,
    .values-grid,
    .specialists-grid,
    .clientarea-grid {
        grid-template-columns: 1fr;
    }

    .provider-directory-hero h1 {
        font-size: 42px;
    }

    .provider-directory-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-directory-table-wrap {
        max-height: none;
    }

    .radar-lane-track {
        height: 300px;
    }

    .portal-desk h1 {
        font-size: 38px;
    }

    .timeline li {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .timeline li span {
        justify-self: start;
    }

    .newsletter-form,
    .contact-form {
        grid-template-columns: 1fr;
    }

    .radar-card footer {
        display: grid;
    }

    .form-row.wide,
    .contact-form .wide {
        grid-column: auto;
    }
}
