/* /Demos/MGuard/MGuardDemoDeviceDialog.razor.rz.scp.css */
.mguard-demo-dialog[b-b29wo92gsu] {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[b-b29wo92gsu] .mud-dialog-content {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* /Demos/MGuard/MGuardDemoShell.razor.rz.scp.css */
.mguard-shell[b-kqim9015c1] {
    min-height: 100vh;
    background: #f5f5f5;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[b-kqim9015c1] .mguard-logo {
    height: 20px;
    padding-left: 12px;
}

[b-kqim9015c1] .mguard-title {
    margin-left: 20px;
    color: white;
    font-size: 15px;
    font-weight: 500;
}

[b-kqim9015c1] .mguard-back-projects {
    margin-left: 4px;
    text-transform: none;
    font-weight: 500;
}

@media (max-width: 599.98px) {
    [b-kqim9015c1] .mguard-back-projects {
        min-width: 0;
        padding-left: 6px;
        padding-right: 6px;
    }
}

[b-kqim9015c1] .mud-drawer {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-2n0tnt6xz9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2n0tnt6xz9] {
    flex: 1;
}

.app-shell--tool-demo[b-2n0tnt6xz9] {
    display: block;
    min-height: 100vh;
    width: 100%;
    background: #f5f7fa;
}

.content--tool-demo[b-2n0tnt6xz9] {
    display: block;
    min-height: 100vh;
    width: 100%;
    background: #f5f7fa;
}

.app-shell--tool-demo[b-2n0tnt6xz9]  .mud-layout,
.app-shell--tool-demo[b-2n0tnt6xz9]  .mud-main-content {
    min-height: 100vh;
    background: #f5f7fa;
}

.app-shell--mguard-demo[b-2n0tnt6xz9] {
    display: block;
    min-height: 100vh;
    width: 100%;
    background: #f5f5f5;
}

.content--mguard-demo[b-2n0tnt6xz9] {
    display: block;
    min-height: 100vh;
    width: 100%;
    background: #f5f5f5;
}

.app-shell--mguard-demo[b-2n0tnt6xz9]  .mud-layout,
.app-shell--mguard-demo[b-2n0tnt6xz9]  .mud-main-content {
    min-height: 100vh;
    background: #f5f5f5;
}

.sidebar[b-2n0tnt6xz9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2n0tnt6xz9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2n0tnt6xz9]  a, .top-row[b-2n0tnt6xz9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2n0tnt6xz9]  a:hover, .top-row[b-2n0tnt6xz9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2n0tnt6xz9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2n0tnt6xz9] {
        justify-content: space-between;
    }

    .top-row[b-2n0tnt6xz9]  a, .top-row[b-2n0tnt6xz9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2n0tnt6xz9] {
        flex-direction: row;
    }

    .sidebar[b-2n0tnt6xz9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2n0tnt6xz9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2n0tnt6xz9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2n0tnt6xz9], article[b-2n0tnt6xz9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2n0tnt6xz9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-2n0tnt6xz9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fe2v67541h] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-fe2v67541h] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fe2v67541h] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fe2v67541h] {
    font-size: 1.1rem;
}

.bi[b-fe2v67541h] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fe2v67541h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-fe2v67541h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-fe2v67541h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-fe2v67541h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fe2v67541h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fe2v67541h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fe2v67541h]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fe2v67541h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fe2v67541h]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fe2v67541h] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fe2v67541h] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fe2v67541h] {
        display: none;
    }

    .nav-scrollable[b-fe2v67541h] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/PageTransitionHost.razor.rz.scp.css */
.route-transition[b-g5vyxw51ei] {
    position: relative;
    isolation: isolate;
    min-width: 0;
}

.route-transition__pane[b-g5vyxw51ei] {
    min-width: 0;
    backface-visibility: hidden;
}

.route-transition__pane--entering[b-g5vyxw51ei] {
    position: relative;
    z-index: 1;
    animation: routeFadeIn-b-g5vyxw51ei 220ms ease both;
    will-change: opacity;
}

.route-transition__pane--leaving[b-g5vyxw51ei] {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    animation: routeFadeOut-b-g5vyxw51ei 220ms ease both;
    will-change: opacity;
}

@keyframes routeFadeIn-b-g5vyxw51ei {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes routeFadeOut-b-g5vyxw51ei {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .route-transition__pane--entering[b-g5vyxw51ei],
    .route-transition__pane--leaving[b-g5vyxw51ei] {
        animation: none;
        will-change: auto;
    }
}
/* /Pages/Contact.razor.rz.scp.css */
.contactPage[b-juiezo3pk8] {
    min-height: 100vh;
    padding: 122px 0 72px;
    color: rgba(255,255,255,0.92);
    background: radial-gradient(900px 520px at 15% 5%, rgba(211,176,106,0.08), transparent 60%), radial-gradient(800px 500px at 85% 18%, rgba(134,183,255,0.08), transparent 58%);
}

.contactWrap[b-juiezo3pk8] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
    gap: 34px;
    align-items: start;
}

.contactIntro[b-juiezo3pk8] {
    min-width: 0;
}

.contactTitle[b-juiezo3pk8] {
    margin: 10px 0 14px;
    font-size: var(--fs-title);
    font-weight: var(--fw-title);
    line-height: var(--lh-title);
    color: rgba(255,255,255,0.95);
    text-shadow: 0 4px 18px rgba(0,0,0,0.45);
}

.contactLead[b-juiezo3pk8] {
    margin: 0;
    max-width: 60ch;
    color: rgba(255,255,255,0.74);
    line-height: var(--lh-body);
    font-size: var(--fs-body);
}

.contactFacts[b-juiezo3pk8] {
    margin-top: 26px;
    display: grid;
    gap: 12px;
}

.fact[b-juiezo3pk8] {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(10,12,16,0.56);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 34px rgba(0,0,0,0.24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.factLabel[b-juiezo3pk8] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255,255,255,0.56);
    margin-bottom: 6px;
}

.factValue[b-juiezo3pk8] {
    color: rgba(255,255,255,0.9);
}

.factLink[b-juiezo3pk8] {
    color: rgba(211,176,106,0.95);
    text-decoration: none;
}

    .factLink:hover[b-juiezo3pk8] {
        color: rgba(239,219,167,0.95);
        text-decoration: underline;
    }

.contactCard[b-juiezo3pk8] {
    border-radius: 24px;
    padding: 22px;
    background: rgba(10,12,16,0.62);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 60px rgba(0,0,0,0.38);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.contactForm[b-juiezo3pk8] {
    display: grid;
    gap: 14px;
}

.field[b-juiezo3pk8] {
    display: grid;
    gap: 7px;
}

    .field label[b-juiezo3pk8] {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(255,255,255,0.66);
    }

    .field input[b-juiezo3pk8],
    .field textarea[b-juiezo3pk8] {
        width: 100%;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.14);
        background: rgba(255,255,255,0.03);
        color: rgba(255,255,255,0.92);
        padding: 12px 14px;
        outline: none;
        transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }

        .field input[b-juiezo3pk8]::placeholder,
        .field textarea[b-juiezo3pk8]::placeholder {
            color: rgba(255,255,255,0.44);
        }

        .field input:focus[b-juiezo3pk8],
        .field textarea:focus[b-juiezo3pk8] {
            border-color: rgba(211,176,106,0.52);
            box-shadow: 0 0 0 3px rgba(211,176,106,0.14);
            background: rgba(255,255,255,0.05);
        }

.field textarea[b-juiezo3pk8] {
    resize: vertical;
    min-height: 130px;
}

.formActions[b-juiezo3pk8] {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.formActions .btn.primary[b-juiezo3pk8] {
    border-radius: 999px;
    min-width: 150px;
}

.formNote[b-juiezo3pk8] {
    color: rgba(255,255,255,0.62);
    font-size: 13px;
}

.submitState[b-juiezo3pk8] {
    margin: 4px 0 0;
    font-size: 14px;
}

.submitState.is-success[b-juiezo3pk8] {
    color: rgba(130, 218, 145, 0.95);
}

.submitState.is-error[b-juiezo3pk8] {
    color: rgba(255, 130, 130, 0.95);
}

.formActions .btn.primary:disabled[b-juiezo3pk8] {
    opacity: .7;
    cursor: not-allowed;
}

@media (max-width: 980px) {
    .contactPage[b-juiezo3pk8] {
        padding: 104px 0 58px;
    }

    .contactWrap[b-juiezo3pk8] {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 18px;
    }

    .contactCard[b-juiezo3pk8] {
        padding: 18px;
    }
}

@media (max-width: 640px) {
    .contactPage[b-juiezo3pk8] {
        padding-top: 94px;
    }

    .contactTitle[b-juiezo3pk8] {
        letter-spacing: 0;
    }

    .contactFacts[b-juiezo3pk8] {
        gap: 10px;
        margin-top: 22px;
    }

    .fact[b-juiezo3pk8] {
        border-radius: 13px;
        padding: 13px 14px;
    }

    .factLink[b-juiezo3pk8] {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }

    .contactCard[b-juiezo3pk8] {
        border-radius: 18px;
        padding: 16px;
    }

    .field input[b-juiezo3pk8],
    .field textarea[b-juiezo3pk8] {
        min-height: 46px;
        font-size: 16px;
    }

    .field textarea[b-juiezo3pk8] {
        min-height: 150px;
    }

    .formActions[b-juiezo3pk8] {
        align-items: stretch;
        gap: 10px;
    }

    .formActions .btn.primary[b-juiezo3pk8] {
        width: 100%;
        min-height: 46px;
    }

    .formNote[b-juiezo3pk8] {
        width: 100%;
        line-height: 1.45;
        text-align: center;
    }
}

/* Yakoru balanced refresh */
.contactPage[b-juiezo3pk8] {
    display: block;
    background:
        radial-gradient(900px 520px at 14% 4%, rgba(232,178,89,0.09), transparent 60%),
        radial-gradient(860px 520px at 86% 16%, rgba(148,217,255,0.12), transparent 58%),
        linear-gradient(180deg, #080b11 0%, #07090d 46%, #090c11 100%);
}

.contactIntro .kicker[b-juiezo3pk8] {
    color: rgba(246,220,160,0.94);
}

.contactTitle[b-juiezo3pk8] {
    color: rgba(247,250,255,0.96);
    text-shadow: 0 16px 46px rgba(0,0,0,0.36);
}

.contactLead[b-juiezo3pk8] {
    color: rgba(224,229,229,0.7);
}

.fact[b-juiezo3pk8],
.contactCard[b-juiezo3pk8] {
    border-color: rgba(205,208,198,0.14);
    background:
        linear-gradient(145deg, rgba(18,20,21,0.8), rgba(8,11,16,0.84)),
        rgba(8,11,16,0.82);
    box-shadow: 0 20px 58px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.045);
}

.fact[b-juiezo3pk8] {
    border-radius: 14px;
}

.factLabel[b-juiezo3pk8],
.field label[b-juiezo3pk8] {
    color: rgba(202,210,209,0.6);
}

.factValue[b-juiezo3pk8] {
    color: rgba(247,250,255,0.9);
}

.factLink[b-juiezo3pk8] {
    color: rgba(246,220,160,0.94);
}

.factLink:hover[b-juiezo3pk8] {
    color: rgba(148,217,255,0.94);
}

.contactCard[b-juiezo3pk8] {
    border-radius: 20px;
    border-top-color: rgba(148,217,255,0.2);
}

.field input[b-juiezo3pk8],
.field textarea[b-juiezo3pk8] {
    border-color: rgba(205,208,198,0.16);
    border-radius: 13px;
    background: rgba(3,6,10,0.38);
    color: rgba(247,250,255,0.9);
}

.field input[b-juiezo3pk8]::placeholder,
.field textarea[b-juiezo3pk8]::placeholder {
    color: rgba(202,210,209,0.42);
}

.field input:focus[b-juiezo3pk8],
.field textarea:focus[b-juiezo3pk8] {
    border-color: rgba(148,217,255,0.46);
    box-shadow: 0 0 0 3px rgba(148,217,255,0.12), inset 0 0 0 1px rgba(232,178,89,0.16);
    background: rgba(3,6,10,0.46);
}

.formActions .btn.primary[b-juiezo3pk8] {
    border-radius: 12px;
    border-color: rgba(255,218,143,0.72);
    background: linear-gradient(135deg, #f2c979, #e8b259 54%, #d99d43);
    color: rgba(14,13,10,0.94);
    box-shadow: 0 14px 34px rgba(232,178,89,0.16), inset 0 1px 0 rgba(255,255,255,0.24);
}

.formActions .btn.primary:hover[b-juiezo3pk8] {
    border-color: rgba(255,231,181,0.86);
    background: linear-gradient(135deg, #f6d592, #ebb963 54%, #dea84d);
    color: rgba(14,13,10,0.98);
}

.formActions .btn.primary:focus-visible[b-juiezo3pk8] {
    outline: 2px solid rgba(148,217,255,0.62);
    outline-offset: 3px;
}

.formNote[b-juiezo3pk8] {
    color: rgba(202,210,209,0.62);
}

.submitState.is-success[b-juiezo3pk8] {
    color: rgba(146,235,174,0.96);
}

.submitState.is-error[b-juiezo3pk8] {
    color: rgba(255,145,145,0.96);
}

@media (max-width: 640px) {
    .contactCard[b-juiezo3pk8] {
        border-radius: 16px;
    }

    .fact[b-juiezo3pk8] {
        border-radius: 12px;
    }
}
/* /Pages/ProjectDetailedViewContent.razor.rz.scp.css */
/* ?? Container ?? */
.ss[b-pp8ebhnjry] {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: rgba(255,255,255,0.92);
    overflow: hidden;
    outline: none;
}

.ss-empty[b-pp8ebhnjry] {
    text-align: center;
    padding: 48px;
    color: rgba(255,255,255,0.5);
    font-size: 16px;
}

/* ?? Top bar ?? */
.ss__topbar[b-pp8ebhnjry] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 28px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}

.ss__topbar-left[b-pp8ebhnjry] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

.ss__project-name[b-pp8ebhnjry] {
    font-size: 18px;
    font-weight: 700;
    color: rgba(255,255,255,0.95);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ss__tags[b-pp8ebhnjry] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ss__tag[b-pp8ebhnjry] {
    padding: 3px 10px;
    border-radius: 5px;
    font-size: var(--fs-tag);
    font-weight: var(--fw-tag);
    letter-spacing: 0.03em;
    background: rgba(134,183,255,0.08);
    border: 1px solid rgba(134,183,255,0.14);
    color: rgba(134,183,255,0.75);
}

/* Project dots */
.ss__project-dots[b-pp8ebhnjry] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.ss__project-dot[b-pp8ebhnjry] {
    position: relative;
    width: 44px;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

    .ss__project-dot[b-pp8ebhnjry]::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 8px;
        height: 8px;
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,0.25);
        background: rgba(255,255,255,0.08);
        transform: translate(-50%, -50%);
        transition: background 0.2s, border-color 0.2s;
    }

    .ss__project-dot:hover[b-pp8ebhnjry]::after {
        background: rgba(255,255,255,0.2);
    }

    .ss__project-dot.active[b-pp8ebhnjry]::after {
        background: rgba(211,176,106,0.85);
        border-color: rgba(211,176,106,0.9);
    }

/* Close button */
.ss__close[b-pp8ebhnjry] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.8);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    transition: border-color 0.2s, background 0.2s;
}

    .ss__close:hover[b-pp8ebhnjry] {
        border-color: rgba(211,176,106,0.5);
        background: rgba(255,255,255,0.08);
    }

/* ?? Slide content ?? */
.ss__slide[b-pp8ebhnjry] {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 48px;
    row-gap: 28px;
    flex: 1;
    min-height: 0;
    padding: 36px 48px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.1) transparent;
}

.ss__slide-motion[b-pp8ebhnjry] {
    min-width: 0;
    width: 100%;
}

.ss__slide-motion--forward[b-pp8ebhnjry] {
    animation: ssSlideInRight-b-pp8ebhnjry 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ss__slide-motion--backward[b-pp8ebhnjry] {
    animation: ssSlideInLeft-b-pp8ebhnjry 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ssSlideInRight-b-pp8ebhnjry {
    from {
        opacity: 0;
        transform: translateX(48px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ssSlideInLeft-b-pp8ebhnjry {
    from {
        opacity: 0;
        transform: translateX(-48px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.ss__slide-image[b-pp8ebhnjry] {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    background-color: rgba(0,0,0,0.3);
    overflow: hidden;
}

.ss__slide-preview[b-pp8ebhnjry] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ss__slide-body[b-pp8ebhnjry] {
    align-self: center;
    width: 100%;
    min-height: 0;
}

.ss__slide-copy[b-pp8ebhnjry] {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
    max-height: 100%;
    overflow: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.12) transparent;
}

.ss__slide-label[b-pp8ebhnjry] {
    font-size: var(--fs-kicker);
    font-weight: var(--fw-kicker);
    letter-spacing: var(--ls-kicker);
    text-transform: uppercase;
    color: rgba(211,176,106,0.85);
}

.ss__slide-heading[b-pp8ebhnjry] {
    font-size: var(--fs-heading);
    font-weight: var(--fw-heading);
    color: rgba(255,255,255,0.97);
    margin: 0;
    line-height: var(--lh-heading);
}

.ss__slide-text[b-pp8ebhnjry] {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    color: rgba(255,255,255,0.75);
    margin: 0;
}

/* Demo button */
.ss__demo-btn[b-pp8ebhnjry],
.ss__visit-cta[b-pp8ebhnjry] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border-radius: 10px;
    border: 1px solid rgba(211,176,106,0.4);
    background: rgba(211,176,106,0.1);
    color: rgba(211,176,106,0.95);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin-top: 4px;
    align-self: flex-start;
    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
}

    .ss__demo-btn:hover[b-pp8ebhnjry],
    .ss__visit-cta:hover[b-pp8ebhnjry] {
        background: rgba(211,176,106,0.18);
        border-color: rgba(211,176,106,0.6);
        box-shadow: 0 4px 20px rgba(211,176,106,0.12);
    }

    .ss__demo-btn:focus-visible[b-pp8ebhnjry],
    .ss__visit-cta:focus-visible[b-pp8ebhnjry] {
        outline: 2px solid rgba(211,176,106,0.6);
        outline-offset: 2px;
    }

.ss__visit-cta[b-pp8ebhnjry] {
    text-decoration: none;
    background:
        linear-gradient(180deg, rgba(211,176,106,0.18), rgba(211,176,106,0.09));
    color: rgba(246,226,184,0.98);
}

.ss__project-action-slot[b-pp8ebhnjry] {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
}

.ss__demo-icon[b-pp8ebhnjry] {
    font-size: 12px;
}

.ss__visit-cta-icon[b-pp8ebhnjry] {
    font-size: 13px;
    line-height: 1;
}

/* ?? Bottom bar ?? */
.ss__bottombar[b-pp8ebhnjry] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 28px;
    border-top: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}

.ss__arrow[b-pp8ebhnjry] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.85);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    transition: border-color 0.2s, background 0.2s;
}

    .ss__arrow:hover:not(:disabled)[b-pp8ebhnjry] {
        border-color: rgba(211,176,106,0.5);
        background: rgba(255,255,255,0.08);
    }

    .ss__arrow:disabled[b-pp8ebhnjry] {
        opacity: 0.25;
        cursor: default;
    }

/* Step indicators */
.ss__steps[b-pp8ebhnjry] {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    justify-content: center;
}

.ss__step[b-pp8ebhnjry] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border: none;
    background: none;
    cursor: pointer;
    color: rgba(255,255,255,0.4);
    transition: color 0.2s;
}

    .ss__step:hover[b-pp8ebhnjry] {
        color: rgba(255,255,255,0.7);
    }

    .ss__step.visited[b-pp8ebhnjry] {
        color: rgba(211,176,106,0.5);
    }

    .ss__step.active[b-pp8ebhnjry] {
        color: rgba(211,176,106,0.95);
    }

.ss__step-num[b-pp8ebhnjry] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 2px solid currentColor;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.2s, border-color 0.2s;
}

.ss__step.active .ss__step-num[b-pp8ebhnjry] {
    background: rgba(211,176,106,0.15);
    border-color: rgba(211,176,106,0.8);
}

.ss__step.visited .ss__step-num[b-pp8ebhnjry] {
    background: rgba(211,176,106,0.08);
}

.ss__step-label[b-pp8ebhnjry] {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Connector lines between steps */
.ss__step-line[b-pp8ebhnjry] {
    width: 32px;
    height: 2px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
    border-radius: 1px;
    transition: background 0.3s;
}

    .ss__step-line.filled[b-pp8ebhnjry] {
        background: rgba(211,176,106,0.4);
    }

/* ?? Responsive ?? */
@media (max-width: 860px) {
    .ss__topbar[b-pp8ebhnjry] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        flex-wrap: wrap;
        gap: 10px 12px;
        padding: 12px 14px;
    }

    .ss__topbar-left[b-pp8ebhnjry] {
        min-width: 0;
    }

    .ss__project-name[b-pp8ebhnjry] {
        font-size: 16px;
    }

    .ss__tags[b-pp8ebhnjry] {
        display: none;
    }

    .ss__project-dots[b-pp8ebhnjry] {
        grid-column: 1 / -1;
        justify-content: center;
        order: 3;
    }

    .ss__project-dot[b-pp8ebhnjry] {
        position: relative;
        width: 44px;
        height: 40px;
        border: 0;
        background: transparent;
    }

    .ss__project-dot[b-pp8ebhnjry]::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 10px;
        height: 10px;
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,0.25);
        background: rgba(255,255,255,0.08);
        transform: translate(-50%, -50%);
    }

    .ss__project-dot:hover[b-pp8ebhnjry],
    .ss__project-dot.active[b-pp8ebhnjry] {
        background: transparent;
    }

    .ss__project-dot:hover[b-pp8ebhnjry]::after {
        background: rgba(255,255,255,0.2);
    }

    .ss__project-dot.active[b-pp8ebhnjry]::after {
        background: rgba(211,176,106,0.85);
        border-color: rgba(211,176,106,0.9);
    }

    .ss__close[b-pp8ebhnjry] {
        width: 44px;
        height: 44px;
    }

    .ss__slide[b-pp8ebhnjry] {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding: 16px 14px;
        align-items: stretch;
        overflow-y: auto;
    }

    .ss__slide-image[b-pp8ebhnjry] {
        min-height: 180px;
        aspect-ratio: 16 / 9;
        border-radius: 10px;
    }

    .ss__slide-body[b-pp8ebhnjry] {
        align-self: stretch;
    }

    .ss__slide-copy[b-pp8ebhnjry] {
        gap: 14px;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .ss__slide-heading[b-pp8ebhnjry] {
        letter-spacing: 0;
    }

    .ss__demo-btn[b-pp8ebhnjry],
    .ss__visit-cta[b-pp8ebhnjry] {
        width: 100%;
        min-height: 46px;
        justify-content: center;
        align-self: stretch;
        padding-inline: 16px;
    }

    .ss__project-action-slot[b-pp8ebhnjry] {
        min-height: 0;
        align-items: stretch;
    }

    .ss__bottombar[b-pp8ebhnjry] {
        gap: 10px;
        padding: 12px 14px max(12px, env(safe-area-inset-bottom));
    }

    .ss__arrow[b-pp8ebhnjry] {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .ss__steps[b-pp8ebhnjry] {
        min-width: 0;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }

    .ss__steps[b-pp8ebhnjry]::-webkit-scrollbar {
        display: none;
    }

    .ss__step[b-pp8ebhnjry] {
        min-width: 44px;
        min-height: 44px;
        padding: 4px 6px;
    }

    .ss__step-label[b-pp8ebhnjry] {
        display: none;
    }

    .ss__step-line[b-pp8ebhnjry] {
        width: 14px;
    }
}

@media (max-width: 420px) {
    .ss__topbar[b-pp8ebhnjry] {
        padding-inline: 12px;
    }

    .ss__slide[b-pp8ebhnjry] {
        padding-inline: 12px;
    }

    .ss__slide-image[b-pp8ebhnjry] {
        min-height: 150px;
    }

    .ss__slide-text[b-pp8ebhnjry] {
        line-height: 1.58;
    }

    .ss__bottombar[b-pp8ebhnjry] {
        padding-inline: 12px;
    }
}

/* Yakoru balanced refresh */
.ss[b-pp8ebhnjry] {
    background:
        radial-gradient(720px 460px at 12% 8%, rgba(232,178,89,0.08), transparent 62%),
        radial-gradient(760px 500px at 86% 16%, rgba(148,217,255,0.12), transparent 62%),
        linear-gradient(180deg, #080b11 0%, #07090d 100%);
}

.ss__topbar[b-pp8ebhnjry],
.ss__bottombar[b-pp8ebhnjry] {
    position: relative;
    z-index: 4;
    border-color: rgba(205,208,198,0.12);
    background: rgba(7,9,13,0.58);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ss__project-name[b-pp8ebhnjry],
.ss__slide-heading[b-pp8ebhnjry] {
    color: rgba(247,250,255,0.96);
}

.ss__tag[b-pp8ebhnjry] {
    border-color: rgba(148,217,255,0.18);
    background: rgba(148,217,255,0.075);
    color: rgba(184,229,255,0.84);
}

.ss__tag:nth-child(even)[b-pp8ebhnjry] {
    border-color: rgba(232,178,89,0.2);
    background: rgba(232,178,89,0.075);
    color: rgba(246,220,160,0.84);
}

.ss__project-dot[b-pp8ebhnjry]::after {
    border-color: rgba(148,217,255,0.24);
    background: rgba(148,217,255,0.08);
}

.ss__project-dot:hover[b-pp8ebhnjry]::after {
    background: rgba(148,217,255,0.18);
}

.ss__project-dot.active[b-pp8ebhnjry]::after,
.ss__project-dot.active:hover[b-pp8ebhnjry]::after {
    border-color: rgba(232,178,89,0.9);
    background: rgba(232,178,89,0.88);
    box-shadow: 0 0 18px rgba(232,178,89,0.22);
}

.ss__close[b-pp8ebhnjry],
.ss__arrow[b-pp8ebhnjry] {
    border-color: rgba(205,208,198,0.16);
    background: rgba(255,255,255,0.045);
    color: rgba(224,241,250,0.86);
}

.ss__close:hover[b-pp8ebhnjry],
.ss__arrow:hover:not(:disabled)[b-pp8ebhnjry] {
    border-color: rgba(148,217,255,0.34);
    background: rgba(148,217,255,0.085);
}

.ss__slide[b-pp8ebhnjry] {
    scrollbar-color: rgba(148,217,255,0.18) transparent;
}

.ss__slide-image[b-pp8ebhnjry] {
    border-color: rgba(205,208,198,0.14);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(148,217,255,0.08), rgba(232,178,89,0.06)),
        rgba(3,6,10,0.44);
    box-shadow: 0 20px 58px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.045);
}

.ss__slide-label[b-pp8ebhnjry] {
    color: rgba(246,220,160,0.94);
}

.ss__slide-text[b-pp8ebhnjry] {
    color: rgba(224,229,229,0.7);
}

.ss__demo-btn[b-pp8ebhnjry],
.ss__visit-cta[b-pp8ebhnjry] {
    border-radius: 12px;
    border-color: rgba(255,218,143,0.62);
    background: linear-gradient(135deg, #f2c979, #e8b259 54%, #d99d43);
    color: rgba(14,13,10,0.94);
    box-shadow: 0 14px 34px rgba(232,178,89,0.16), inset 0 1px 0 rgba(255,255,255,0.24);
}

.ss__demo-btn:hover[b-pp8ebhnjry],
.ss__visit-cta:hover[b-pp8ebhnjry] {
    border-color: rgba(255,231,181,0.84);
    background: linear-gradient(135deg, #f6d592, #ebb963 54%, #dea84d);
    color: rgba(14,13,10,0.98);
    box-shadow: 0 16px 38px rgba(232,178,89,0.2), inset 0 1px 0 rgba(255,255,255,0.3);
}

.ss__demo-btn:focus-visible[b-pp8ebhnjry],
.ss__visit-cta:focus-visible[b-pp8ebhnjry],
.ss__arrow:focus-visible[b-pp8ebhnjry],
.ss__close:focus-visible[b-pp8ebhnjry],
.ss__project-dot:focus-visible[b-pp8ebhnjry],
.ss__step:focus-visible[b-pp8ebhnjry] {
    outline: 2px solid rgba(148,217,255,0.62);
    outline-offset: 3px;
}

.ss__step[b-pp8ebhnjry] {
    position: relative;
    color: rgba(202,210,209,0.48);
}

.ss__step:hover[b-pp8ebhnjry] {
    color: rgba(184,229,255,0.78);
}

.ss__step.visited[b-pp8ebhnjry] {
    color: rgba(148,217,255,0.56);
}

.ss__step.active[b-pp8ebhnjry] {
    color: rgba(246,220,160,0.96);
}

.ss__step-num[b-pp8ebhnjry] {
    border-width: 1px;
    background: rgba(3,6,10,0.28);
}

.ss__step.active .ss__step-num[b-pp8ebhnjry] {
    border-color: rgba(232,178,89,0.82);
    background: rgba(232,178,89,0.14);
}

.ss__step.visited .ss__step-num[b-pp8ebhnjry] {
    background: rgba(148,217,255,0.075);
}

.ss__step-line[b-pp8ebhnjry] {
    background: rgba(205,208,198,0.12);
}

.ss__step-line.filled[b-pp8ebhnjry] {
    background: linear-gradient(90deg, rgba(148,217,255,0.64), rgba(232,178,89,0.62));
}

@media (hover: hover) and (pointer: fine) {
    .ss__project-dot[b-pp8ebhnjry]::before,
    .ss__step[b-pp8ebhnjry]::before {
        content: attr(data-tooltip);
        position: absolute;
        left: 50%;
        z-index: 30;
        width: max-content;
        max-width: min(240px, 64vw);
        padding: 8px 10px;
        border: 1px solid rgba(148,217,255,0.24);
        border-radius: 8px;
        background:
            linear-gradient(135deg, rgba(9,13,18,0.98), rgba(13,17,20,0.96)),
            radial-gradient(circle at 18% 0%, rgba(232,178,89,0.14), transparent 42%);
        box-shadow: 0 16px 34px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.06);
        color: rgba(232,244,250,0.92);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0.02em;
        text-align: center;
        white-space: normal;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.18s ease;
    }

    .ss__project-dot[b-pp8ebhnjry]::before {
        top: calc(100% + 8px);
        transform: translate(-50%, -4px) scale(0.97);
    }

    .ss__step[b-pp8ebhnjry]::before {
        bottom: calc(100% + 12px);
        transform: translate(-50%, 5px) scale(0.97);
    }

    .ss__project-dot:hover[b-pp8ebhnjry]::before,
    .ss__project-dot:focus-visible[b-pp8ebhnjry]::before,
    .ss__step:hover[b-pp8ebhnjry]::before,
    .ss__step:focus-visible[b-pp8ebhnjry]::before {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0) scale(1);
    }
}

@media (max-width: 860px) {
    .ss__slide-image[b-pp8ebhnjry] {
        border-radius: 12px;
    }
}
/* /Pages/Projects.razor.rz.scp.css */
/* ?? Page layout ?? */
.projects-page[b-d69jdgyx2u] {
    min-height: 100vh;
    padding: 116px 48px 72px;
    color: rgba(255,255,255,0.90);
    background:
        radial-gradient(980px 540px at 16% 0%, rgba(211,176,106,0.09), transparent 60%),
        radial-gradient(900px 520px at 84% 18%, rgba(134,183,255,0.08), transparent 58%);
}

/* ?? Header ?? */
.projects-header[b-d69jdgyx2u] {
    max-width: 720px;
    margin: 0 auto 64px;
    text-align: center;
}

.section-label[b-d69jdgyx2u] {
    display: block;
    font-size: var(--fs-kicker);
    font-weight: var(--fw-kicker);
    letter-spacing: var(--ls-kicker);
    text-transform: uppercase;
    color: rgba(211,176,106,0.85);
    margin-bottom: 12px;
}

.projects-title[b-d69jdgyx2u] {
    font-size: var(--fs-title);
    font-weight: var(--fw-title);
    letter-spacing: var(--ls-title);
    color: rgba(255,255,255,0.95);
    margin: 0 0 16px;
}

.projects-subtitle[b-d69jdgyx2u] {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    color: rgba(255,255,255,0.58);
    margin: 0 0 32px;
}

.section-rule[b-d69jdgyx2u] {
    height: 2px;
    width: 64px;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent, rgba(211,176,106,0.6), transparent);
    border-radius: 1px;
}

/* ?? Card grid ?? */
.projects-grid[b-d69jdgyx2u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ?? Card ?? */
.card[b-d69jdgyx2u] {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    background: rgba(255,255,255,0.025);
    overflow: hidden;
    text-align: left;
    color: inherit;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

    .card:hover[b-d69jdgyx2u] {
        border-color: rgba(211,176,106,0.3);
        box-shadow: 0 16px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(211,176,106,0.08);
        transform: translateY(-4px);
    }

.card__main[b-d69jdgyx2u] {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    padding: 0;
    cursor: pointer;
}

    .card__main:focus-visible[b-d69jdgyx2u] {
        outline: 2px solid rgba(211,176,106,0.6);
        outline-offset: -2px;
    }

/* ?? Card image ?? */
.card__img[b-d69jdgyx2u] {
    position: relative;
    height: 220px;
    background: rgba(255,255,255,0.035);
    overflow: hidden;
    transition: filter 0.35s;
}

.card__preview[b-d69jdgyx2u] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card:hover .card__img[b-d69jdgyx2u] {
    filter: brightness(0.8);
}

.card__badge[b-d69jdgyx2u] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: calc(100% - 24px);
    min-height: 32px;
    padding: 7px 13px 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    background:
        linear-gradient(180deg, rgba(24,26,30,0.96), rgba(8,10,14,0.94));
    border: 1px solid rgba(255,223,152,0.72);
    color: rgba(255,239,203,0.98);
    box-shadow:
        0 10px 22px rgba(0,0,0,0.42),
        0 0 0 1px rgba(0,0,0,0.28),
        inset 0 1px 0 rgba(255,255,255,0.14);
    backdrop-filter: blur(12px) saturate(1.18);
    pointer-events: none;
}

.card__badge[b-d69jdgyx2u]::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #f0bd55;
    box-shadow: 0 0 0 3px rgba(240,189,85,0.18), 0 0 12px rgba(240,189,85,0.72);
    flex: 0 0 auto;
}

/* ?? Card body ?? */
.card__body[b-d69jdgyx2u] {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.card__title[b-d69jdgyx2u] {
    font-size: var(--fs-card-title);
    font-weight: var(--fw-card-title);
    color: rgba(255,255,255,0.93);
    margin: 0;
    letter-spacing: 0.01em;
}

.card__desc[b-d69jdgyx2u] {
    font-size: var(--fs-small);
    line-height: 1.65;
    color: rgba(255,255,255,0.55);
    margin: 0;
    flex: 1;
}

.card__actions[b-d69jdgyx2u] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 24px 24px;
}

.card__visit[b-d69jdgyx2u],
.card__demo[b-d69jdgyx2u] {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    padding: 7px 14px;
    border-radius: 7px;
    border: 1px solid rgba(211,176,106,0.36);
    background:
        linear-gradient(180deg, rgba(211,176,106,0.16), rgba(211,176,106,0.08));
    color: rgba(246,226,184,0.96);
    font-size: var(--fs-small);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0,0,0,0.22);
    transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}

    .card__visit:hover[b-d69jdgyx2u],
    .card__demo:hover[b-d69jdgyx2u] {
        border-color: rgba(211,176,106,0.62);
        background:
            linear-gradient(180deg, rgba(211,176,106,0.24), rgba(211,176,106,0.12));
        color: rgba(255,240,204,1);
        box-shadow: 0 14px 34px rgba(0,0,0,0.3), 0 0 0 1px rgba(211,176,106,0.08);
        transform: translateY(-1px);
    }

    .card__visit:focus-visible[b-d69jdgyx2u],
    .card__demo:focus-visible[b-d69jdgyx2u] {
        outline: 2px solid rgba(211,176,106,0.68);
        outline-offset: 3px;
    }

.card__visit-icon[b-d69jdgyx2u] {
    font-size: 13px;
    line-height: 1;
}

/* ?? Detail modal ?? */
.modalBackdrop[b-d69jdgyx2u] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.78);
    backdrop-filter: blur(14px);
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 40px;
}

.modalPanel[b-d69jdgyx2u] {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    max-height: 100%;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(14,16,20,0.97);
    box-shadow: 0 32px 80px rgba(0,0,0,0.65);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ?? Responsive ?? */
@media (max-width: 768px) {
    .projects-page[b-d69jdgyx2u] {
        padding: 96px 16px 54px;
    }

    .projects-header[b-d69jdgyx2u] {
        margin-bottom: 36px;
        text-align: left;
    }

    .projects-title[b-d69jdgyx2u] {
        letter-spacing: 0;
    }

    .projects-subtitle[b-d69jdgyx2u] {
        margin-bottom: 22px;
    }

    .section-rule[b-d69jdgyx2u] {
        margin-left: 0;
    }

    .projects-grid[b-d69jdgyx2u] {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .card__img[b-d69jdgyx2u] {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .card__body[b-d69jdgyx2u] {
        padding: 18px 18px 20px;
    }

    .card__actions[b-d69jdgyx2u] {
        padding: 0 18px 20px;
    }

    .card__visit[b-d69jdgyx2u],
    .card__demo[b-d69jdgyx2u] {
        width: 100%;
        min-height: 44px;
        border-radius: 10px;
        line-height: 1.25;
    }

    .modalBackdrop[b-d69jdgyx2u] {
        padding: 0;
        backdrop-filter: none;
    }

    .modalPanel[b-d69jdgyx2u] {
        height: 100vh;
        height: 100dvh;
        border: 0;
        border-radius: 0;
    }
}

@media (max-width: 380px) {
    .projects-page[b-d69jdgyx2u] {
        padding-inline: 14px;
    }

    .card__body[b-d69jdgyx2u] {
        padding-inline: 16px;
    }

    .card__actions[b-d69jdgyx2u] {
        padding-inline: 16px;
    }
}

/* Yakoru balanced refresh */
.projects-page[b-d69jdgyx2u] {
    background:
        radial-gradient(940px 540px at 14% 2%, rgba(232,178,89,0.09), transparent 60%),
        radial-gradient(940px 520px at 86% 14%, rgba(148,217,255,0.12), transparent 58%),
        linear-gradient(180deg, #080b11 0%, #07090d 46%, #090c11 100%);
}

.section-label[b-d69jdgyx2u] {
    color: rgba(246,220,160,0.94);
}

.projects-title[b-d69jdgyx2u] {
    color: rgba(247,250,255,0.96);
    text-shadow: 0 16px 46px rgba(0,0,0,0.36);
}

.projects-subtitle[b-d69jdgyx2u] {
    color: rgba(224,229,229,0.68);
}

.section-rule[b-d69jdgyx2u] {
    width: 78px;
    background: linear-gradient(90deg, rgba(232,178,89,0.9), rgba(148,217,255,0.76));
}

.card[b-d69jdgyx2u] {
    border-color: rgba(205,208,198,0.14);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(18,20,21,0.8), rgba(8,11,16,0.84)),
        rgba(8,11,16,0.82);
    box-shadow: 0 20px 58px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.045);
}

.card:hover[b-d69jdgyx2u] {
    border-color: rgba(148,217,255,0.26);
    box-shadow: 0 24px 64px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.055);
    transform: translateY(-2px);
}

.card__main:focus-visible[b-d69jdgyx2u] {
    outline-color: rgba(148,217,255,0.58);
}

.card__img[b-d69jdgyx2u] {
    background:
        linear-gradient(135deg, rgba(148,217,255,0.08), rgba(232,178,89,0.06)),
        rgba(3,6,10,0.44);
}

.card__img[b-d69jdgyx2u]::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7,9,13,0) 42%, rgba(7,9,13,0.3) 100%),
        linear-gradient(120deg, rgba(148,217,255,0.12), transparent 34%, rgba(232,178,89,0.08) 74%, transparent);
    opacity: 0.72;
    pointer-events: none;
}

.card:hover .card__img[b-d69jdgyx2u] {
    filter: brightness(0.88) saturate(1.04);
}

.card__badge[b-d69jdgyx2u] {
    top: 14px;
    right: 14px;
    border-color: rgba(255,223,152,0.78);
    background:
        linear-gradient(180deg, rgba(27,29,33,0.97), rgba(8,10,14,0.95));
    color: rgba(255,241,211,0.98);
    text-shadow: 0 1px 1px rgba(0,0,0,0.58);
    box-shadow:
        0 12px 26px rgba(0,0,0,0.5),
        0 0 0 1px rgba(255,255,255,0.08),
        inset 0 1px 0 rgba(255,255,255,0.16);
}

.card__title[b-d69jdgyx2u] {
    color: rgba(247,250,255,0.94);
}

.card__desc[b-d69jdgyx2u] {
    color: rgba(224,229,229,0.63);
}

.card__visit[b-d69jdgyx2u] {
    border-radius: 12px;
    border-color: rgba(255,218,143,0.62);
    background: linear-gradient(135deg, #f2c979, #e8b259 54%, #d99d43);
    color: rgba(14,13,10,0.94);
    box-shadow: 0 14px 34px rgba(232,178,89,0.16), inset 0 1px 0 rgba(255,255,255,0.24);
}

.card__visit:hover[b-d69jdgyx2u] {
    border-color: rgba(255,231,181,0.84);
    background: linear-gradient(135deg, #f6d592, #ebb963 54%, #dea84d);
    color: rgba(14,13,10,0.98);
    box-shadow: 0 16px 38px rgba(232,178,89,0.2), inset 0 1px 0 rgba(255,255,255,0.3);
}

.card__visit:focus-visible[b-d69jdgyx2u] {
    outline-color: rgba(148,217,255,0.62);
}

.card__demo[b-d69jdgyx2u] {
    border-radius: 12px;
    border-color: rgba(148,217,255,0.38);
    background: linear-gradient(135deg, rgba(13,26,36,0.96), rgba(7,12,18,0.98));
    color: rgba(214,242,255,0.96);
    box-shadow: 0 14px 34px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.08);
}

.card__demo:hover[b-d69jdgyx2u] {
    border-color: rgba(148,217,255,0.58);
    background: linear-gradient(135deg, rgba(17,35,48,0.98), rgba(8,15,22,0.98));
    color: rgba(244,222,171,0.98);
    box-shadow: 0 16px 38px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.1);
}

.card__demo:focus-visible[b-d69jdgyx2u] {
    outline-color: rgba(232,178,89,0.62);
}

.modalBackdrop[b-d69jdgyx2u] {
    background:
        radial-gradient(700px 480px at 20% 16%, rgba(232,178,89,0.08), transparent 62%),
        radial-gradient(760px 500px at 82% 20%, rgba(148,217,255,0.12), transparent 62%),
        rgba(0,0,0,0.82);
}

.modalPanel[b-d69jdgyx2u] {
    border-color: rgba(205,208,198,0.16);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(18,20,21,0.96), rgba(8,11,16,0.98)),
        rgba(8,11,16,0.98);
    box-shadow: 0 32px 92px rgba(0,0,0,0.64), inset 0 1px 0 rgba(255,255,255,0.045);
}

@media (max-width: 768px) {
    .card[b-d69jdgyx2u] {
        border-radius: 16px;
    }

    .modalPanel[b-d69jdgyx2u] {
        border-radius: 0;
    }
}
/* /Pages/ToolMasterDataDemo.razor.rz.scp.css */
.tmd-shell[b-nauhkz7rpt] {
    min-height: 100vh;
    background: #f5f7fa;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.tmd-main-container[b-nauhkz7rpt] {
    padding-top: 0;
}

[b-nauhkz7rpt] .tmd-back-projects {
    min-height: 36px;
    margin-left: 4px;
    color: white !important;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
}

[b-nauhkz7rpt] .tmd-app-title {
    margin-left: 16px;
    color: white;
    font-size: 15px;
    font-weight: 500;
}

[b-nauhkz7rpt] .custom-navmenu {
    background-color: #f5f7fa;
    padding: 1rem;
    border-right: 1px solid #e0e0e0;
    height: 100%;
}

[b-nauhkz7rpt] .custom-navmenu .mud-nav-link {
    margin: 0.5rem 0;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

[b-nauhkz7rpt] .custom-navmenu .mud-nav-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.demo-grid[b-nauhkz7rpt] {
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
}

.demo-grid-item[b-nauhkz7rpt] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tmd-phone-view[b-nauhkz7rpt] {
    display: none;
}

[b-nauhkz7rpt] .mud-table-container {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

[b-nauhkz7rpt] .tmd-family-name-shell {
    container-type: inline-size;
    min-width: 0;
    align-items: center;
    padding: 0 8px;
    overflow: hidden;
}

[b-nauhkz7rpt] .tmd-family-name-text {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    color: #4a4f55;
    font-size: clamp(0.72rem, 8.5cqw, 1.25rem);
    line-height: 1.18;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-nauhkz7rpt] .tmd-family-name-input .mud-input-root {
    font-size: clamp(0.75rem, 7.5cqw, 1rem);
}

.fade-in[b-nauhkz7rpt] {
    animation: fadeIn-b-nauhkz7rpt 0.2s ease-in-out;
}

@keyframes fadeIn-b-nauhkz7rpt {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.slide-down[b-nauhkz7rpt] {
    animation: slideDown-b-nauhkz7rpt 0.2s ease-in-out;
}

@keyframes slideDown-b-nauhkz7rpt {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.hover-scale[b-nauhkz7rpt] {
    transition: transform 0.3s ease-in-out;
}

.hover-scale:hover[b-nauhkz7rpt] {
    transform: scale(1.05);
}

.mark-for-delete[b-nauhkz7rpt] {
    border-color: red !important;
    animation: pulse-b-nauhkz7rpt 2s infinite, subtleShake-b-nauhkz7rpt 0.3s;
}

.mark-for-insert[b-nauhkz7rpt] {
    border-color: lawngreen !important;
    animation: fadeIn-b-nauhkz7rpt 0.2s ease-in-out, slideDown-b-nauhkz7rpt 0.2s ease-in-out, pulse-green-b-nauhkz7rpt 2s infinite;
}

@keyframes pulse-b-nauhkz7rpt {
    0% {
        box-shadow: 0 0 5px red;
    }

    50% {
        box-shadow: 0 0 10px red;
    }

    100% {
        box-shadow: 0 0 5px red;
    }
}

@keyframes pulse-green-b-nauhkz7rpt {
    0%,
    50%,
    100% {
        box-shadow: 0 0 3px green;
    }
}

@keyframes subtleShake-b-nauhkz7rpt {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    20% {
        transform: translate(-1px, 0) rotate(0.2deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(-0.2deg);
    }

    60% {
        transform: translate(-1px, 1px) rotate(0.2deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.interactive-icon[b-nauhkz7rpt] {
    margin: 0.3rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.interactive-icon:hover[b-nauhkz7rpt] {
    transform: scale(1.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.interactive-button[b-nauhkz7rpt] {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-left: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    cursor: pointer;
}

.interactive-button:hover[b-nauhkz7rpt] {
    transform: scale(1.05);
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

[b-nauhkz7rpt] .mud-table-toolbar {
    align-items: center;
    min-height: 62px;
    padding: 10px 16px 6px;
}

.tmd-table-toolbar[b-nauhkz7rpt] {
    display: grid;
    grid-template-columns: max-content minmax(280px, 1fr) max-content;
    align-items: center;
    column-gap: 24px;
    width: 100%;
    min-width: 0;
}

[b-nauhkz7rpt] .tmd-toolbar-add {
    align-self: center;
    justify-self: start;
    margin-left: 0 !important;
    white-space: nowrap;
}

[b-nauhkz7rpt] .tmd-toolbar-search {
    width: 100%;
    min-width: 0;
}

[b-nauhkz7rpt] .tmd-toolbar-search .mud-input-control {
    margin-top: 0;
    margin-bottom: 0;
}

.tmd-toolbar-actions[b-nauhkz7rpt] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: max-content;
}

[b-nauhkz7rpt] .tmd-toolbar-actions .interactive-button {
    margin-left: 0;
}

.tmd-cancel-wrapper[b-nauhkz7rpt] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

[b-nauhkz7rpt] .tmd-cancel-confirmation {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 100;
    border: 3px solid #ddd;
    border-radius: 15px;
}

.details-container[b-nauhkz7rpt] {
    position: relative;
    z-index: 20;
    overflow: visible;
}

.details-container.tmd-details-open[b-nauhkz7rpt] {
    z-index: 260;
}

.details-text[b-nauhkz7rpt] {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

[b-nauhkz7rpt] .tmd-details-button,
[b-nauhkz7rpt] .tmd-phone-details-button {
    min-width: 88px;
    margin: 0 !important;
    transform: translateY(0) scale(1);
    transform-origin: center;
    transition: transform 0.16s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
    will-change: transform;
}

[b-nauhkz7rpt] .tmd-details-button:hover,
[b-nauhkz7rpt] .tmd-phone-details-button:hover {
    transform: translateY(-1px) scale(1.025);
    box-shadow: 0 4px 10px rgba(15, 87, 211, 0.24);
}

[b-nauhkz7rpt] .tmd-details-button:active,
[b-nauhkz7rpt] .tmd-phone-details-button:active {
    transform: translateY(0) scale(0.97);
    transition-duration: 0.07s;
}

@keyframes pop-up-b-nauhkz7rpt {
    0% {
        transform: translateY(50px) scale(0);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes details-fade-in-b-nauhkz7rpt {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes details-popover-in-b-nauhkz7rpt {
    from {
        opacity: 0;
        translate: 0 -7px;
        scale: 0.985;
    }

    to {
        opacity: 1;
        translate: 0 0;
        scale: 1;
    }
}

.hidden-details[b-nauhkz7rpt] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0 !important;
    transform: none !important;
    transform-origin: top right;
    translate: 0 0;
    scale: 1;
    opacity: 1;
    visibility: visible;
    z-index: 250;
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: details-popover-in-b-nauhkz7rpt 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    will-change: opacity, translate, scale;
}

.hidden-details-family[b-nauhkz7rpt] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0 !important;
    transform: none !important;
    transform-origin: top left;
    translate: 0 0;
    scale: 1;
    opacity: 1;
    visibility: visible;
    z-index: 250;
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: details-popover-in-b-nauhkz7rpt 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    will-change: opacity, translate, scale;
}

@keyframes popEffect-b-nauhkz7rpt {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    100% {
        transform: scale(1, 1);
    }
}

.scrollButton[b-nauhkz7rpt] {
    position: static;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}

.scrollButton.pop[b-nauhkz7rpt] {
    animation: popEffect-b-nauhkz7rpt 0.3s ease-in-out;
}

.scrollConfirmation[b-nauhkz7rpt] {
    z-index: 1000;
    transition: position 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.scrollAddFamily[b-nauhkz7rpt] {
    position: static;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}

.scrollAddFamily.pop[b-nauhkz7rpt] {
    animation: popEffect-b-nauhkz7rpt 0.3s ease-in-out;
}

.pop-up-animation[b-nauhkz7rpt] {
    animation: pop-up-anim-b-nauhkz7rpt 0.2s ease-out forwards;
}

@keyframes pop-up-anim-b-nauhkz7rpt {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    80% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.ml-minus-40[b-nauhkz7rpt] {
    margin-left: -40px;
}

.tmd-cascade-list[b-nauhkz7rpt] {
    --tmd-cascade-step: clamp(2.75rem, 3.2vw, 4rem);
    margin: 0;
    padding: 0 !important;
}

.tmd-assembly-list[b-nauhkz7rpt] {
    width: calc(100% + 42px);
}

.tmd-view-mode .tmd-assembly-list[b-nauhkz7rpt] {
    width: 100%;
}

.tmd-view-mode .tmd-part-list[b-nauhkz7rpt] {
    --tmd-cascade-step: clamp(2.25rem, 2.6vw, 3rem);
    width: 100%;
}

.tmd-view-mode[b-nauhkz7rpt] {
    container-type: inline-size;
}

.tmd-cascade-item[b-nauhkz7rpt] {
    list-style: none;
    box-sizing: border-box;
    padding: 0;
}

.tmd-assembly-item[b-nauhkz7rpt],
.tmd-part-item[b-nauhkz7rpt] {
    width: calc(100% - var(--tmd-cascade-step));
    margin-left: var(--tmd-cascade-step);
}

[b-nauhkz7rpt] .tmd-view-row.mud-grid {
    --tmd-name-column: clamp(220px, calc(59cqw - 215px), 710px);
    --tmd-status-column: clamp(104px, 10cqw, 128px);
    display: grid !important;
    column-gap: clamp(12px, 1.2cqw, 20px);
    align-items: center;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

[b-nauhkz7rpt] .tmd-kit-view-row.mud-grid {
    grid-template-columns: minmax(0, var(--tmd-name-column)) minmax(0, 1fr);
    padding-left: clamp(60px, 4.4cqw, 72px) !important;
    padding-right: clamp(48px, 4.8cqw, 80px) !important;
    position: relative;
}

[b-nauhkz7rpt] .tmd-kit-panel {
    position: relative;
}

[b-nauhkz7rpt] .tmd-kit-panel:has(.tmd-summary-trigger:hover),
[b-nauhkz7rpt] .tmd-kit-panel:has(.tmd-summary-popup:hover) {
    z-index: 60;
}

[b-nauhkz7rpt] .tmd-assembly-view-row.mud-grid {
    grid-template-columns: minmax(0, var(--tmd-name-column)) minmax(0, 1fr) var(--tmd-status-column);
}

[b-nauhkz7rpt] .tmd-part-view-row.mud-grid {
    grid-template-columns: minmax(0, var(--tmd-name-column)) minmax(0, 1fr);
}

[b-nauhkz7rpt] .tmd-view-row > .mud-grid-item {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    padding: 0 !important;
}

[b-nauhkz7rpt] .tmd-assembly-view-row > .mud-grid-item:nth-child(2):last-child {
    grid-column: span 2;
}

.tmd-view-summary[b-nauhkz7rpt] {
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    width: 48px;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    z-index: 20;
}

[b-nauhkz7rpt] .tmd-view-summary .hover-container {
    width: 44px !important;
    margin-top: 0 !important;
}

[b-nauhkz7rpt] .tmd-view-summary .tmd-summary-trigger {
    overflow: visible;
}

[b-nauhkz7rpt] .tmd-summary-popup {
    position: absolute;
    left: calc(100% + 14px) !important;
    top: 50%;
    z-index: 1000;
    width: min(680px, calc(100vw - 48px));
    width: clamp(320px, 58cqw, 680px);
    max-width: calc(100vw - 48px);
    margin-top: 0 !important;
    padding: 12px !important;
    background: #fefefe;
    border: 2px solid #ccc !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14) !important;
    transform: translateY(-50%) scale(0.96);
    transform-origin: center left;
    cursor: default;
}

[b-nauhkz7rpt] .tmd-view-summary .hover-container:hover .tmd-summary-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(0.96);
    animation: tmdSummaryPopup-b-nauhkz7rpt 0.22s cubic-bezier(0.27, 0.53, 0.28, 1.23) forwards;
}

[b-nauhkz7rpt] .tmd-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 12px;
    align-items: start;
    min-width: 0;
}

[b-nauhkz7rpt] .tmd-summary-card {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

[b-nauhkz7rpt] .tmd-summary-card-header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 8px 14px;
    align-items: start;
}

[b-nauhkz7rpt] .tmd-summary-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
    min-width: 0;
}

[b-nauhkz7rpt] .tmd-summary-meta--article {
    justify-content: flex-start;
}

[b-nauhkz7rpt] .tmd-summary-label {
    flex: 0 0 auto;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
}

[b-nauhkz7rpt] .tmd-summary-value {
    min-width: 0;
    color: #555;
    overflow-wrap: anywhere;
    word-break: break-word;
}

[b-nauhkz7rpt] .tmd-summary-meta--article .tmd-summary-value {
    white-space: normal;
}

[b-nauhkz7rpt] .tmd-summary-parts-count {
    margin: 10px 0 6px;
    color: #007bff;
    font-weight: 700;
}

[b-nauhkz7rpt] .tmd-summary-parts-list {
    gap: 8px;
}

[b-nauhkz7rpt] .tmd-summary-part-grid.mud-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(96px, 0.8fr);
    gap: 8px;
    width: 100%;
    margin: 0;
}

[b-nauhkz7rpt] .tmd-summary-part-grid > .mud-grid-item {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    padding: 0 !important;
}

[b-nauhkz7rpt] .tmd-summary-part-pill {
    display: block;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fafafa;
    color: #444;
    overflow-wrap: anywhere;
}

[b-nauhkz7rpt] .tmd-view-field .mud-input-control {
    margin-top: 0;
    margin-bottom: 0;
}

.tmd-view-count[b-nauhkz7rpt] {
    color: #C5C4C4;
    display: block;
    margin-top: 2px;
    margin-bottom: 0;
    padding-right: 2px;
    font-size: 0.75rem;
    line-height: 1;
}

[b-nauhkz7rpt] .tmd-view-status {
    padding-right: 8px !important;
}

[b-nauhkz7rpt] .tmd-edit-row.mud-grid {
    display: grid !important;
    grid-template-columns: 132px minmax(280px, 1.1fr) minmax(260px, 1fr) 132px;
    column-gap: 24px;
    align-items: center;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

[b-nauhkz7rpt] .tmd-part-edit-row.mud-grid {
    padding-right: 16px;
}

[b-nauhkz7rpt] .tmd-edit-row > .mud-grid-item {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

[b-nauhkz7rpt] .tmd-edit-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

[b-nauhkz7rpt] .tmd-edit-actions .interactive-icon {
    margin: 0;
}

[b-nauhkz7rpt] .tmd-edit-actions .mud-tooltip-root {
    display: inline-flex;
    align-items: center;
}

[b-nauhkz7rpt] .tmd-edit-field {
    min-width: 0;
    margin-left: 0 !important;
}

[b-nauhkz7rpt] .tmd-edit-details {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-self: stretch;
    min-width: 132px;
    margin-top: 0 !important;
    position: relative;
    z-index: 30;
}

[b-nauhkz7rpt] .tmd-edit-details .mud-button-root {
    min-width: 88px;
    position: relative;
    z-index: 31;
}

[b-nauhkz7rpt] .tmd-edit-details-popup {
    width: min(760px, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    padding: 12px 14px;
    border: 3px solid #ddd;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
}

[b-nauhkz7rpt] .tmd-edit-details-popup--compact {
    width: min(520px, calc(100vw - 48px));
}

[b-nauhkz7rpt] .tmd-edit-details-popup .mud-input-control {
    margin-top: 0;
}

.assembly-list-item[b-nauhkz7rpt] {
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

.part-list-item[b-nauhkz7rpt] {
    list-style: none;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.tmd-view-mode .part-list-item[b-nauhkz7rpt] {
    margin-bottom: 0.35rem;
    padding: 0.1rem 0.25rem 0.25rem;
    border-bottom: 0;
}

.no-negative-margin[b-nauhkz7rpt] {
    margin-left: 0 !important;
}

[b-nauhkz7rpt] .mud-icon-root.mud-svg-icon.mud-expand-panel-icon {
    fill: rgb(15, 87, 211) !important;
    color: rgb(15, 87, 211) !important;
}

@media (max-width: 760px) {
    [b-nauhkz7rpt] .tmd-back-projects {
        margin-left: 0;
        padding-inline: 6px;
        min-width: 0;
        font-size: 0.72rem;
    }

    [b-nauhkz7rpt] .tmd-app-title {
        margin-left: 8px;
        font-size: 13px;
    }

    .tmd-desktop-table[b-nauhkz7rpt] {
        display: none;
    }

    .tmd-phone-view[b-nauhkz7rpt] {
        display: block;
        padding: 0 0 2rem;
    }

    .tmd-main-container[b-nauhkz7rpt] {
        padding: 0 8px 24px;
    }

    .tmd-phone-toolbar[b-nauhkz7rpt] {
        position: sticky;
        top: 64px;
        z-index: 20;
        margin: 0 0 10px;
        padding: 10px;
        border: 1px solid #d7dce3;
        border-radius: 8px;
        background: #fff;
    }

    .tmd-phone-toolbar-search[b-nauhkz7rpt] {
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
    }

    [b-nauhkz7rpt] .tmd-phone-search {
        flex: 1 1 auto;
        min-width: 0;
    }

    [b-nauhkz7rpt] .tmd-phone-sort .mud-button-root,
    [b-nauhkz7rpt] .tmd-phone-sort .mud-icon-button {
        min-width: 44px;
        width: 44px;
        height: 44px;
    }

    [b-nauhkz7rpt] .tmd-phone-view .mud-icon-button,
    [b-nauhkz7rpt] .tmd-phone-pagination .mud-button-root,
    [b-nauhkz7rpt] .tmd-phone-pagination .mud-pagination-item {
        min-width: 44px;
        width: 44px;
        height: 44px;
    }

    .tmd-phone-toolbar-actions[b-nauhkz7rpt],
    .tmd-phone-paste-row[b-nauhkz7rpt] {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 10px;
    }

    [b-nauhkz7rpt] .tmd-phone-toolbar-actions .mud-button-root,
    [b-nauhkz7rpt] .tmd-phone-paste-row .mud-button-root {
        flex: 1 1 96px;
        min-height: 44px;
        padding-inline: 10px;
        white-space: normal;
    }

    .tmd-phone-cancel-confirm[b-nauhkz7rpt],
    .tmd-phone-details-panel[b-nauhkz7rpt] {
        width: 100%;
        margin-top: 10px;
        padding: 10px;
        border: 2px solid #ddd;
        border-radius: 12px;
        background: #fff;
    }

    .tmd-phone-confirm-title[b-nauhkz7rpt] {
        display: block;
        margin-bottom: 8px;
        font-weight: 700;
    }

    [b-nauhkz7rpt] .tmd-phone-confirm-list .mud-list-item {
        padding-inline: 0;
    }

    .tmd-phone-filter-row[b-nauhkz7rpt] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid #e0e0e0;
    }

    .tmd-phone-tree[b-nauhkz7rpt] {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-width: 0;
    }

    .tmd-phone-card[b-nauhkz7rpt] {
        min-width: 0;
        padding: 12px;
        border: 2px solid #e0e0e0;
        border-left-width: 4px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }

    .tmd-phone-family[b-nauhkz7rpt] {
        border-left-color: #0f58d6;
    }

    .tmd-phone-kit[b-nauhkz7rpt] {
        margin-left: 10px;
        border-left-color: #5e96ec;
    }

    .tmd-phone-assembly[b-nauhkz7rpt] {
        margin-left: 12px;
        border-left-color: #95b8f2;
    }

    .tmd-phone-part[b-nauhkz7rpt] {
        margin-left: 12px;
        border-left-color: #c6d8f8;
    }

    .tmd-phone-card-header[b-nauhkz7rpt] {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        min-width: 0;
    }

    .tmd-phone-card-header--expandable[b-nauhkz7rpt] {
        align-items: flex-start;
    }

    .tmd-phone-title-group[b-nauhkz7rpt] {
        flex: 1 1 auto;
        min-width: 0;
    }

    .tmd-phone-header-side[b-nauhkz7rpt] {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 2px;
        margin-left: auto;
    }

    .tmd-phone-eyebrow[b-nauhkz7rpt],
    .tmd-phone-label[b-nauhkz7rpt] {
        display: block;
        color: #3b4450;
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .tmd-phone-title[b-nauhkz7rpt],
    .tmd-phone-value[b-nauhkz7rpt] {
        display: block;
        min-width: 0;
        color: #212529;
        font-size: 1rem;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    .tmd-phone-family-title[b-nauhkz7rpt] {
        font-size: clamp(0.82rem, 4.2vw, 1rem);
        line-height: 1.22;
    }

    .tmd-phone-count[b-nauhkz7rpt] {
        flex: 0 0 auto;
        color: #8b949e;
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .tmd-phone-field-grid[b-nauhkz7rpt] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        min-width: 0;
        width: 100%;
    }

    .tmd-phone-field[b-nauhkz7rpt] {
        min-width: 0;
        padding-bottom: 4px;
        border-bottom: 1px solid #bdbdbd;
    }

    .tmd-phone-children[b-nauhkz7rpt] {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-width: 0;
        margin-top: 10px;
    }

    .tmd-phone-actions[b-nauhkz7rpt] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        margin-top: 10px;
    }

    [b-nauhkz7rpt] .tmd-phone-actions .mud-icon-button {
        width: 44px;
        height: 44px;
        margin: 0;
    }

    [b-nauhkz7rpt] .tmd-phone-actions .mud-button-root {
        min-height: 44px;
        margin: 0;
    }

    .tmd-phone-details-button[b-nauhkz7rpt] {
        margin-left: auto !important;
    }

    [b-nauhkz7rpt] .tmd-phone-card .mud-input-control {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 0;
    }

    [b-nauhkz7rpt] .tmd-phone-card .mud-input-slot,
    [b-nauhkz7rpt] .tmd-phone-toolbar .mud-input-slot {
        min-width: 0;
    }

    [b-nauhkz7rpt] .tmd-phone-card .mud-input-root,
    [b-nauhkz7rpt] .tmd-phone-toolbar .mud-input-root {
        min-width: 0;
    }

    .tmd-phone-add-button[b-nauhkz7rpt] {
        align-self: flex-start;
        min-width: 96px;
        min-height: 44px;
    }

    .tmd-phone-pagination[b-nauhkz7rpt] {
        justify-content: center;
        padding: 16px 0 0;
    }

    [b-nauhkz7rpt] .tmd-edit-row.mud-grid {
        display: flex !important;
        flex-wrap: wrap;
        gap: 12px;
    }

    [b-nauhkz7rpt] .tmd-part-edit-row.mud-grid {
        padding-right: 0;
    }

    .tmd-cascade-list[b-nauhkz7rpt] {
        --tmd-cascade-step: 1.25rem;
    }

    .tmd-assembly-list[b-nauhkz7rpt] {
        width: 100%;
    }

    .tmd-view-mode .tmd-part-list[b-nauhkz7rpt] {
        width: 100%;
    }

    [b-nauhkz7rpt] .tmd-view-row.mud-grid {
        display: flex !important;
        flex-wrap: wrap;
        gap: 12px;
    }

    [b-nauhkz7rpt] .tmd-kit-view-row.mud-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    [b-nauhkz7rpt] .tmd-view-row > .mud-grid-item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 0;
    }

    [b-nauhkz7rpt] .tmd-view-summary {
        position: static;
        width: 100%;
        transform: none;
        justify-content: flex-start;
    }

    [b-nauhkz7rpt] .tmd-summary-popup {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 8px !important;
        transform: none;
    }

    [b-nauhkz7rpt] .tmd-summary-grid {
        grid-template-columns: 1fr;
    }

    [b-nauhkz7rpt] .tmd-edit-row > .mud-grid-item:first-child,
    [b-nauhkz7rpt] .tmd-edit-actions,
    [b-nauhkz7rpt] .tmd-edit-field,
    [b-nauhkz7rpt] .tmd-edit-details {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 0;
        justify-content: flex-start;
    }

    .tmd-main-container[b-nauhkz7rpt] {
        padding-inline: 8px;
    }
}

@keyframes tmdSummaryPopup-b-nauhkz7rpt {
    from {
        opacity: 0;
        transform: translateY(calc(-50% + 20px)) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}
