/* /Components/Account/Shared/AuthLayout.razor.rz.scp.css */
.auth[b-b12p71boyk] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 40px 20px;
}
.auth__card[b-b12p71boyk] {
    width: 100%;
    max-width: 420px;
    animation: hack-enter .6s var(--ease) both;
    background: linear-gradient(180deg, var(--surface), var(--bg-2));
    border: 1px solid var(--border-strong);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow);
    padding: 34px 32px;
}
.auth__brand[b-b12p71boyk] { font-size: 22px; display: inline-flex; margin-bottom: 22px; }
.auth__back[b-b12p71boyk] { color: var(--text-dim); font-family: var(--font-mono); font-size: 12.5px; transition: color .15s; }
.auth__back:hover[b-b12p71boyk] { color: var(--accent); }
/* /Components/Admin/AdminLayout.razor.rz.scp.css */
.admin[b-y190ava3aj] { display: grid; grid-template-columns: 256px 1fr; min-height: 100vh; }

.admin__side[b-y190ava3aj] {
    background: linear-gradient(180deg, var(--surface), var(--bg-2));
    border-right: 1px solid var(--border);
    padding: 22px 16px;
    display: flex; flex-direction: column; gap: 22px;
    position: sticky; top: 0; height: 100vh;
}
/* Mobile menu toggle — hidden checkbox flipped by the burger label (no JS). */
.admin__navtoggle[b-y190ava3aj] { display: none; }
.admin__bar[b-y190ava3aj] { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.admin__burger[b-y190ava3aj] {
    display: none;   /* desktop: sidebar is always open, no burger */
    align-items: center; justify-content: center;
    width: 42px; height: 42px; flex: none;
    border: 1px solid var(--border-strong); border-radius: var(--r-sm);
    color: var(--text); cursor: pointer; transition: background .15s;
}
.admin__burger:hover[b-y190ava3aj] { background: rgba(255,255,255,0.05); }

.admin__brand[b-y190ava3aj] { font-size: 19px; align-items: center; padding-inline: 8px; }
.admin__tag[b-y190ava3aj] {
    font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--accent-ink); background: var(--grad); padding: 2px 7px; border-radius: 4px; font-weight: 700;
    margin-left: 10px;
}
.admin__nav[b-y190ava3aj] { display: flex; flex-direction: column; gap: 4px; }
.admin__link[b-y190ava3aj] {
    display: flex; align-items: center; gap: 11px;
    padding: 10px 12px; border-radius: var(--r-sm);
    color: var(--text-muted); font-size: 14.5px;
    transition: background .15s, color .15s;
}
.admin__link:hover[b-y190ava3aj] { background: rgba(255,255,255,0.04); color: var(--text); }
[b-y190ava3aj] .admin__link.active { background: var(--accent-glow); color: var(--text); }
[b-y190ava3aj] .admin__link.active .icon { color: var(--accent); }
.admin__side-foot[b-y190ava3aj] { margin-top: auto; }
.admin__link--muted[b-y190ava3aj] { color: var(--text-dim); font-size: 13px; }

.admin__main[b-y190ava3aj] { display: flex; flex-direction: column; min-width: 0; }
.admin__top[b-y190ava3aj] {
    display: flex; align-items: center; justify-content: flex-end; gap: 16px;
    height: 64px; padding-inline: 28px;
    border-bottom: 1px solid var(--border);
    background: color-mix(in srgb, var(--bg) 80%, transparent);
    position: sticky; top: 0; z-index: 10; backdrop-filter: blur(10px);
}
.admin__user[b-y190ava3aj] { font-size: 13px; color: var(--text-muted); }
.admin__logout[b-y190ava3aj] { margin: 0; }
.admin__content[b-y190ava3aj] { padding: 32px 28px; max-width: 1100px; width: 100%; animation: hack-enter .55s var(--ease) both; }

@media (max-width: 720px) {
    .admin[b-y190ava3aj] { grid-template-columns: 1fr; }
    .admin__side[b-y190ava3aj] {
        position: sticky; top: 0; z-index: 20; height: auto;
        flex-direction: column; gap: 0;
        padding: 10px 16px;
        border-right: none; border-bottom: 1px solid var(--border);
        backdrop-filter: blur(10px);
        background: color-mix(in srgb, var(--surface) 88%, transparent);
    }
    .admin__burger[b-y190ava3aj] { display: inline-flex; }         /* show the hamburger */
    .admin__nav[b-y190ava3aj] { display: none; margin-top: 10px; } /* hidden until toggled */
    .admin__navtoggle:checked ~ .admin__nav[b-y190ava3aj] { display: flex; }
    .admin__side-foot[b-y190ava3aj] { display: none; margin-top: 4px; }
    .admin__navtoggle:checked ~ .admin__side-foot[b-y190ava3aj] { display: block; }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.site[b-a1r2jl8h03] { display: flex; flex-direction: column; min-height: 100vh; }
.site__main[b-a1r2jl8h03] { flex: 1; }

/* Slanted DEV badge — shown only on non-production (dev + stable) editions.
   Sits up by the <X2> brand, overlapping the corner without covering it. */
.dev-badge[b-a1r2jl8h03] {
    position: fixed;
    left: -30px;
    top: 9px;
    z-index: 200;
    transform: rotate(-12deg);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #1a1205;
    background: linear-gradient(120deg, #F5C451, #F2A93B);
    padding: 4px 30px;
    border-radius: 4px;
    box-shadow: 0 8px 20px -8px rgba(245,196,81,0.55), inset 0 0 0 1px rgba(255,255,255,0.25);
    pointer-events: none;
    user-select: none;
}
@media (max-width: 560px) { .dev-badge[b-a1r2jl8h03] { left: -32px; top: 8px; padding: 4px 28px; } }

/* ---- Nav -------------------------------------------------- */
.nav[b-a1r2jl8h03] {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(140%) blur(14px);
    background: color-mix(in srgb, var(--bg) 78%, transparent);
    border-bottom: 1px solid var(--border);
}
.nav__inner[b-a1r2jl8h03] {
    display: flex;
    align-items: center;
    height: 66px;
    gap: 10px;
}
/* .brand / .brand__bracket / .brand__name are global (wwwroot/app.css). */

/* Desktop links — left-aligned next to the brand, clearly spaced apart. */
/* Mobile-only: current page shown in the top bar next to the brand. */
.nav__current[b-a1r2jl8h03] { display: none; }

.nav__links[b-a1r2jl8h03] { display: flex; align-items: center; gap: 20px; margin-left: 32px; }
/* ::deep — NavLink output doesn't carry the component's scope attribute. */
[b-a1r2jl8h03] .nav__link {
    position: relative;
    white-space: nowrap;            /* never wrap labels like "X2 Works" / "Om oss" */
    font-size: 15px;
    color: var(--text-muted);
    padding: 8px 13px;
    border-radius: 8px;
    transition: color .15s;
}
[b-a1r2jl8h03] .nav__link:hover { color: var(--text); }
[b-a1r2jl8h03] .nav__link.active { color: var(--accent); }
/* Gradient underline that grows in on hover and stays on the active item. */
[b-a1r2jl8h03] .nav__link::after {
    content: "";
    position: absolute; left: 13px; right: 13px; bottom: 0;
    height: 2px; border-radius: 2px;
    background: var(--grad);
    transform: scaleX(0); transform-origin: center;
    transition: transform .22s var(--ease);
}
[b-a1r2jl8h03] .nav__link:hover::after,
[b-a1r2jl8h03] .nav__link.active::after { transform: scaleX(1); }
/* Tiny diamond divider between items — clearly graphical, not a character. */
[b-a1r2jl8h03] .nav__link:not(:first-child)::before {
    content: "";
    position: absolute; left: -11px; top: 50%;
    width: 4px; height: 4px;
    transform: translateY(-50%) rotate(45deg);
    background: var(--accent); opacity: 0.55;
}

.nav__actions[b-a1r2jl8h03] { display: flex; align-items: center; gap: 18px; }

/* Secondary row under the main nav — language + a quiet CTA, right-aligned.
   A slightly different background nuance sets it apart from the main row. */
.nav__subbar[b-a1r2jl8h03] { border-top: 1px solid var(--border); background: rgba(255,255,255,0.022); }
.nav__sub[b-a1r2jl8h03] { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 44px; padding-block: 6px; }

/* Latest status / news, left of the sub-row. */
[b-a1r2jl8h03] .statuslink { display: inline-flex; align-items: center; gap: 9px; min-width: 0; color: var(--text-muted); font-size: 13px; }
[b-a1r2jl8h03] .statuslink:hover { color: var(--text); }
[b-a1r2jl8h03] .statustext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 46vw; }
[b-a1r2jl8h03] .statusdot { width: 8px; height: 8px; border-radius: 50%; flex: none; background: var(--accent); }
[b-a1r2jl8h03] .statusdot--ok { background: #4FD6A8; box-shadow: 0 0 0 0 rgba(79,214,168,0.5); animation: livepulse 2.4s infinite; }
[b-a1r2jl8h03] .statusdot--info { background: var(--accent); }
[b-a1r2jl8h03] .statusdot--warning { background: #F2B53B; }
[b-a1r2jl8h03] .statusdot--critical { background: #F2603B; }

/* Understated CTA that blends into the bar rather than shouting. */
.nav__cta[b-a1r2jl8h03] {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 13.5px; color: var(--text-muted);
    padding: 6px 13px; border-radius: 8px;
    border: 1px solid var(--border-strong); background: rgba(255,255,255,0.02);
    transition: color .15s, border-color .15s, background .15s;
}
.nav__cta:hover[b-a1r2jl8h03] { color: var(--accent); border-color: var(--accent); background: var(--accent-glow); }
.nav__cta .arr[b-a1r2jl8h03] { transition: transform .2s var(--ease); }
.nav__cta:hover .arr[b-a1r2jl8h03] { transform: translateX(3px); }

/* Language switch */
.langswitch[b-a1r2jl8h03] {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--font-mono); font-size: 12px;
    color: var(--text-dim);
}
.langswitch__opt[b-a1r2jl8h03] { color: var(--text-dim); padding: 3px 5px; border-radius: 4px; transition: color .15s; }
.langswitch__opt:hover[b-a1r2jl8h03] { color: var(--text); }
.langswitch__opt.is-on[b-a1r2jl8h03] { color: var(--accent); }
.langswitch__sep[b-a1r2jl8h03] { color: var(--border-strong); }

.nav__admin[b-a1r2jl8h03] { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); }

/* ---- Mobile menu (native <details>) ----------------------- */
.navmobile[b-a1r2jl8h03] { margin-left: auto; flex: none; display: none; }
.navmobile__btn[b-a1r2jl8h03] {
    list-style: none;
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px;
    border: 1px solid var(--border-strong);
    border-radius: 11px;
    color: var(--text);
    background: rgba(255,255,255,0.03);
    cursor: pointer;
}
.navmobile__btn[b-a1r2jl8h03]::-webkit-details-marker { display: none; }
.navmobile__icon--close[b-a1r2jl8h03] { display: none; }
.navmobile[open] .navmobile__icon--open[b-a1r2jl8h03] { display: none; }
.navmobile[open] .navmobile__icon--close[b-a1r2jl8h03] { display: inline-flex; }

/* Our display:flex below overrides the browser's hiding of closed <details>;
   hide the panel explicitly when closed so it never lays out or overflows. */
.navmobile:not([open]) .navmobile__panel[b-a1r2jl8h03] { display: none; }
.navmobile__panel[b-a1r2jl8h03] {
    position: absolute;
    left: 0; right: 0;
    top: 100%;
    background: var(--bg-2);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    padding: 14px var(--gutter) 24px;
    display: flex; flex-direction: column; gap: 6px;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
}
.navmobile__links[b-a1r2jl8h03] { display: flex; flex-direction: column; }
/* ::deep — these are NavLink components (no scope attribute on their <a>). */
[b-a1r2jl8h03] .navmobile__link {
    display: flex; align-items: center; gap: 10px;
    font-size: 1.2rem;
    color: var(--text);
    padding: 22px 6px;          /* generous, well-spaced finger targets */
    min-height: 68px; box-sizing: border-box;
    border-bottom: 1px solid var(--border);
}
[b-a1r2jl8h03] .navmobile__link:first-child { border-top: 1px solid var(--border); }
[b-a1r2jl8h03] .navmobile__link.active { color: var(--accent); }
.navmobile__cta[b-a1r2jl8h03] { justify-content: center; width: 100%; margin-top: 18px; padding-block: 14px; }
.navmobile__foot[b-a1r2jl8h03] { display: flex; justify-content: center; margin-top: 18px; }
.navmobile__foot .langswitch[b-a1r2jl8h03] { font-size: 14px; }
.navmobile__foot .langswitch__opt[b-a1r2jl8h03] { padding: 6px 10px; }

/* Breakpoint: collapse the desktop nav into the mobile menu. */
@media (max-width: 860px) {
    .nav__links[b-a1r2jl8h03], .nav__subbar[b-a1r2jl8h03] { display: none; }
    .navmobile[b-a1r2jl8h03] { display: block; }
    .nav__current[b-a1r2jl8h03] {
        display: inline-block;
        margin-left: 14px; padding-left: 14px;
        border-left: 1px solid var(--border-strong);
        font-size: 14px; color: var(--text-muted);
        white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
        max-width: 48vw;
    }
}

/* ---- Footer ----------------------------------------------- */
.footer[b-a1r2jl8h03] {
    border-top: 1px solid var(--border);
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.25));
    margin-top: 40px;
}
.footer__inner[b-a1r2jl8h03] {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 40px;
    padding-block: 56px 36px;
}
.footer__tagline[b-a1r2jl8h03] { color: var(--text-muted); margin: 16px 0; max-width: 34ch; }
.footer__tags[b-a1r2jl8h03] { display: flex; flex-wrap: wrap; gap: 8px; }
.footer__col h4[b-a1r2jl8h03] {
    font-family: var(--font-mono);
    font-size: 12px; font-weight: 500;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--text-dim);
    margin-bottom: 16px;
}
.footer__col a[b-a1r2jl8h03] { display: block; color: var(--text-muted); padding: 5px 0; font-size: 14.5px; transition: color .15s; }
.footer__col a:hover[b-a1r2jl8h03] { color: var(--accent); }
.footer__mail[b-a1r2jl8h03] { display: inline-flex; align-items: center; gap: 7px; }
.footer__addr[b-a1r2jl8h03] { color: var(--text-muted); font-style: normal; font-size: 14px; line-height: 1.7; margin-top: 12px; }
.footer__bar[b-a1r2jl8h03] {
    display: flex; align-items: center; justify-content: space-between;
    padding-block: 22px;
    border-top: 1px solid var(--border);
    font-size: 12px; color: var(--text-dim);
}
@media (max-width: 760px) {
    .footer__inner[b-a1r2jl8h03] { grid-template-columns: 1fr 1fr; }
    .footer__brand[b-a1r2jl8h03] { grid-column: 1 / -1; }
}
@media (max-width: 460px) {
    .footer__inner[b-a1r2jl8h03] { grid-template-columns: 1fr; }
}

/* ---- π portal (login / admin) ----------------------------- */
.pi-portal[b-a1r2jl8h03] {
    position: fixed;
    right: 20px; bottom: 18px;
    z-index: 150;
    width: 46px; height: 46px;
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--font-mono); font-size: 23px; font-weight: 700; line-height: 1;
    color: var(--text-dim);
    background: color-mix(in srgb, var(--bg) 66%, transparent);
    border: 1px solid var(--border);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    text-decoration: none;
    user-select: none;
    animation: pi-breathe-b-a1r2jl8h03 3.6s ease-in-out infinite;
}
/* No hover reaction by design — it only "wakes up" on click. Keyboard focus
   still gets a ring for accessibility. */
.pi-portal:focus-visible[b-a1r2jl8h03] {
    color: var(--accent);
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow);
}
@keyframes pi-breathe-b-a1r2jl8h03 {
    0%, 100% { box-shadow: 0 0 0 0 rgba(79,214,201,0); }
    50% { box-shadow: 0 0 16px -3px rgba(79,214,201,0.28); }
}
@media (max-width: 560px) { .pi-portal[b-a1r2jl8h03] { right: 16px; bottom: 16px; } }
@media (prefers-reduced-motion: reduce) {
    .pi-portal[b-a1r2jl8h03] { animation: none; }
    .pi-portal.is-activating[b-a1r2jl8h03] { animation: none; }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about__story[b-49yyadnrdd] { max-width: 70ch; }
.about__story h2[b-49yyadnrdd] { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.about__story p[b-49yyadnrdd] { color: var(--text-muted); margin-top: 16px; font-size: 1.08rem; line-height: 1.7; }

.about__loc[b-49yyadnrdd] { display: flex; align-items: center; gap: 22px; max-width: 560px; }
.about__addr[b-49yyadnrdd] { font-style: normal; color: var(--text-muted); margin-top: 8px; line-height: 1.7; }
.about__loc h3[b-49yyadnrdd] { font-size: 1.1rem; }

.heritage[b-49yyadnrdd] { padding: 30px 32px; }
.heritage__row[b-49yyadnrdd] { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-top: 14px; }
.heritage__stat[b-49yyadnrdd] {
    font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 700; letter-spacing: -0.03em;
    background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
    line-height: 1;
}
.heritage__label[b-49yyadnrdd] { color: var(--text-muted); font-size: 1.05rem; }

/* /Components/Pages/Contact.razor.rz.scp.css */
.contact__grid[b-cfwhhrgtvv] {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 22px;
    align-items: start;
}

.contact__formcard[b-cfwhhrgtvv] { padding: 30px 30px 34px; }
.contact__formtitle[b-cfwhhrgtvv] { font-size: 1.3rem; }

.input--area[b-cfwhhrgtvv] { resize: vertical; min-height: 130px; line-height: 1.5; }

.contact__aside[b-cfwhhrgtvv] { display: grid; gap: 16px; }
.contact__card[b-cfwhhrgtvv] {
    display: flex; align-items: center; gap: 16px;
    padding: 20px 22px;
}
.contact__card--mail[b-cfwhhrgtvv] { cursor: pointer; transition: border-color .2s; }
.contact__card--mail:hover[b-cfwhhrgtvv] { border-color: var(--accent); }
.contact__label[b-cfwhhrgtvv] {
    display: block;
    font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--text-dim);
    margin-bottom: 4px;
}
.contact__value[b-cfwhhrgtvv] { font-size: 1rem; color: var(--text); font-style: normal; line-height: 1.45; }

/* Same icon-left row as the other aside cards; align the badge to the heading. */
.contact__note[b-cfwhhrgtvv] { padding: 24px; align-items: flex-start; }
.contact__note h3[b-cfwhhrgtvv] { font-size: 1.05rem; margin-top: 0; }
.contact__note p[b-cfwhhrgtvv] { color: var(--text-muted); margin-top: 8px; font-size: 0.94rem; }

/* Honeypot — visually and from a11y tree removed, still in the DOM for bots. */
.hp[b-cfwhhrgtvv] { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 820px) {
    .contact__grid[b-cfwhhrgtvv] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ---- Hero ------------------------------------------------- */
.hero[b-bo42kyo4z3] { padding-block: clamp(56px, 9vw, 120px) clamp(40px, 6vw, 80px); position: relative; }
.hero__grid[b-bo42kyo4z3] {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}
.hero__title[b-bo42kyo4z3] {
    font-size: clamp(2.3rem, 5.6vw, 4.1rem);
    font-weight: 700;
    line-height: 1.04;
    margin: 22px 0 0;
}
.hero__lead[b-bo42kyo4z3] {
    color: var(--text-muted);
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
    max-width: 48ch;
    margin-top: 24px;
}
.hero__cta[b-bo42kyo4z3] { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__meta[b-bo42kyo4z3] { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

/* The hero's ops-panel chrome (.opspanel*, .netpanel, .net, .opspanel-glow) now
   lives in app.css so the Platform page can reuse it. */

@media (max-width: 880px) {
    /* Stack on narrow screens: text first (DOM order), graphic below. */
    .hero__grid[b-bo42kyo4z3] { grid-template-columns: 1fr; }
}

/* ---- Strip ------------------------------------------------ */
.strip[b-bo42kyo4z3] { border-block: 1px solid var(--border); background: rgba(255,255,255,0.012); }
.strip__inner[b-bo42kyo4z3] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.strip__item[b-bo42kyo4z3] { display: flex; flex-direction: column; gap: 6px; }
.strip__k[b-bo42kyo4z3] { font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.strip__v[b-bo42kyo4z3] { color: var(--text-muted); font-size: 14.5px; }
@media (max-width: 760px) { .strip__inner[b-bo42kyo4z3] { grid-template-columns: 1fr 1fr; } }

/* ---- CTA row ---------------------------------------------- */
.cta-row[b-bo42kyo4z3] { margin-top: 44px; }
/* /Components/Pages/NotFound.razor.rz.scp.css */
.nf[b-tb2xffi0cd] {
    min-height: calc(100vh - 68px);
    display: grid;
    place-items: center;
    text-align: center;
    padding-block: 60px;
    position: relative;
}
.nf__inner[b-tb2xffi0cd] { max-width: 640px; display: flex; flex-direction: column; align-items: center; }

.nf__code[b-tb2xffi0cd] {
    display: flex; align-items: center; gap: clamp(6px, 2vw, 18px);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: clamp(86px, 18vw, 168px);
    line-height: 1;
    letter-spacing: -0.04em;
}
.nf__digit[b-tb2xffi0cd] {
    background: linear-gradient(180deg, var(--text), var(--text-dim));
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.nf__o[b-tb2xffi0cd] {
    display: inline-grid; place-items: center;
    width: clamp(86px, 18vw, 168px); height: clamp(86px, 18vw, 168px);
    border-radius: 50%;
    border: 2px solid var(--border-strong);
    position: relative;
    box-shadow: inset 0 0 60px -20px var(--accent-glow);
}
.nf__o[b-tb2xffi0cd]::after {
    content: ""; position: absolute; inset: -2px; border-radius: 50%;
    background: conic-gradient(from 200deg, transparent, var(--accent), transparent 120deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
            mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
    opacity: .8;
    animation: nf-spin-b-tb2xffi0cd 6s linear infinite;
}
.nf__compass[b-tb2xffi0cd] { color: var(--accent); display: grid; place-items: center; animation: nf-float-b-tb2xffi0cd 5s ease-in-out infinite; }
@keyframes nf-spin-b-tb2xffi0cd { to { transform: rotate(360deg); } }
@keyframes nf-float-b-tb2xffi0cd { 0%,100% { transform: translateY(-3px); } 50% { transform: translateY(3px); } }

.nf__eyebrow[b-tb2xffi0cd] { margin-top: 30px; }
.nf__title[b-tb2xffi0cd] { font-size: clamp(1.6rem, 3.6vw, 2.4rem); margin-top: 16px; }
.nf__body[b-tb2xffi0cd] { color: var(--text-muted); margin-top: 16px; font-size: 1.05rem; max-width: 46ch; }
.nf__cta[b-tb2xffi0cd] { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }

@media (prefers-reduced-motion: reduce) {
    .nf__o[b-tb2xffi0cd]::after, .nf__compass[b-tb2xffi0cd] { animation: none; }
}
/* /Components/Pages/Platform.razor.rz.scp.css */
/* Two-column hero: copy + the reusable ops-panel topology (chrome in app.css). */
.plathero[b-ytt3l91w9l] { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
@media (max-width: 880px) { .plathero[b-ytt3l91w9l] { grid-template-columns: 1fr; } }

.plat[b-ytt3l91w9l] { padding: 30px 32px; display: flex; flex-direction: column; }
.plat__tag[b-ytt3l91w9l] { margin-top: 4px; }
.plat__title[b-ytt3l91w9l] { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin-top: 12px; }
.plat__body[b-ytt3l91w9l] { color: var(--text-muted); margin-top: 14px; line-height: 1.65; }
.plat__pitch[b-ytt3l91w9l] {
    margin-top: 18px; padding-top: 16px;
    border-top: 1px solid var(--border);
    color: var(--text); font-style: italic; font-size: 1.02rem;
}

.flow[b-ytt3l91w9l] { margin-bottom: 22px; }
.flow__step[b-ytt3l91w9l] { padding: 24px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.flow__n[b-ytt3l91w9l] { color: var(--accent); font-size: 13px; letter-spacing: 0.1em; }
.flow__step p[b-ytt3l91w9l] { color: var(--text-muted); font-size: 0.95rem; line-height: 1.55; }

.connectors[b-ytt3l91w9l] { display: flex; align-items: center; gap: 22px; padding: 26px 30px; }
.connectors h3[b-ytt3l91w9l] { font-size: 1.15rem; }
.connectors p[b-ytt3l91w9l] { color: var(--text-muted); margin-top: 8px; }

.int-group[b-ytt3l91w9l] { margin-bottom: 22px; }
.int-group__label[b-ytt3l91w9l] {
    display: block; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--text-dim); margin-bottom: 12px;
}
.integrations[b-ytt3l91w9l] { display: flex; flex-wrap: wrap; gap: 10px; }
.integration-chip[b-ytt3l91w9l] {
    display: inline-flex; align-items: center; gap: 9px;
    font-size: 13px; color: var(--text-muted);
    border: 1px solid var(--border); border-radius: 8px;
    padding: 8px 13px; background: rgba(255,255,255,0.015);
    text-decoration: none;
    transition: border-color .15s, color .15s, transform .15s var(--ease);
}
.integration-chip:hover[b-ytt3l91w9l] { border-color: var(--border-strong); color: var(--text); }
a.integration-chip:hover[b-ytt3l91w9l] { border-color: var(--accent); transform: translateY(-1px); }
.integration-chip__logo[b-ytt3l91w9l] {
    width: 18px; height: 18px; border-radius: 4px; flex: none;
    background: rgba(255,255,255,0.06);
}
.integration-chip__mono[b-ytt3l91w9l] {
    width: 18px; height: 18px; border-radius: 4px; flex: none;
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--font-mono); font-size: 10px; font-weight: 700;
    color: var(--accent-ink); background: var(--grad);
}
.integrations__more[b-ytt3l91w9l] { color: var(--accent); font-size: 13px; margin-top: 4px; }

.clean[b-ytt3l91w9l] { display: grid; grid-template-columns: 1.5fr 1fr; gap: 30px; padding: 34px 34px; align-items: center; }
.clean__title[b-ytt3l91w9l] { font-size: clamp(1.4rem, 2.8vw, 2rem); margin-top: 14px; }
.clean__body[b-ytt3l91w9l] { color: var(--text-muted); margin-top: 16px; line-height: 1.7; margin-bottom: 24px; }
.clean__points[b-ytt3l91w9l] { margin-top: 0; }
.clean__points li[b-ytt3l91w9l] { font-size: 1rem; }
@media (max-width: 820px) { .clean[b-ytt3l91w9l] { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .connectors[b-ytt3l91w9l] { flex-direction: column; align-items: flex-start; gap: 14px; } }
