@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Cisono/Costi.razor.rz.scp.css */
.pricing-section[b-bxcb8ymcwm] {
    padding: 40px 20px;
    background: #f7f7f7;
}

.pricing-container[b-bxcb8ymcwm] {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.pricing-card[b-bxcb8ymcwm] {
    background: white;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.pricing-header[b-bxcb8ymcwm] {
    text-align: center;
    margin-bottom: 20px;
}

    .pricing-header h3[b-bxcb8ymcwm] {
        margin: 0;
        font-size: 22px;
    }

    .pricing-header p[b-bxcb8ymcwm] {
        margin-top: 5px;
        color: #666;
    }

.pricing-body[b-bxcb8ymcwm] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pricing-part[b-bxcb8ymcwm] {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

    .pricing-part h4[b-bxcb8ymcwm] {
        margin-bottom: 5px;
    }

    .pricing-part p[b-bxcb8ymcwm],
    .pricing-part h6[b-bxcb8ymcwm] {
        margin: 4px 0 10px 0;
        font-weight: 600;
        color: #333;
        font-size: 18px;
        color: #2c7be5;
    }

/* LISTE PUNTATE */
.pricing-card ul[b-bxcb8ymcwm] {
    list-style: none;
    padding-left: 0;
}

    .pricing-card ul li[b-bxcb8ymcwm]::before {
        content: "✔";
        color: #28a745;
        font-weight: bold;
        margin-right: 8px;
    }

/* colori distintivi opzionali */
.pricing-card.free[b-bxcb8ymcwm] {
    border-top: 4px solid #6c757d;
}

.pricing-card.member[b-bxcb8ymcwm] {
    border-top: 4px solid #2c7be5;
}

.pricing-card.ecommerce[b-bxcb8ymcwm] {
    border-top: 4px solid #28a745;
}
/* /Components/FlyTool/Classificatore.razor.rz.scp.css */
.analysis-steps[b-kbsv3mjxb7] {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.analysis-steps li[b-kbsv3mjxb7] {
    margin: 4px 0;
    color: #666;
}
/* /Components/FlyTool/MediaLibrarySearch.razor.rz.scp.css */
.google-search-page[b-xkccx18i2x] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
}

.google-search-header[b-xkccx18i2x] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.google-logo[b-xkccx18i2x] {
    font-size: 2rem;
    font-weight: 800;
    color: #1f1f1f;
    cursor: pointer;
    user-select: none;
}

.google-search-bar-wrap[b-xkccx18i2x] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.google-search-input[b-xkccx18i2x] {
    flex: 1 1 700px;
    min-width: 260px;
    padding: 0.95rem 1.2rem;
    border: 1px solid #d8dce2;
    border-radius: 999px;
    font-size: 1rem;
    outline: none;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}

    .google-search-input:focus[b-xkccx18i2x] {
        border-color: #8ab4f8;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

.google-search-button[b-xkccx18i2x] {
    border: 0;
    border-radius: 999px;
    padding: 0.9rem 1.4rem;
    font-weight: 700;
    background: #1a73e8;
    color: white;
    cursor: pointer;
}

    .google-search-button:disabled[b-xkccx18i2x] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.search-meta[b-xkccx18i2x] {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.search-error[b-xkccx18i2x] {
    background: #fff1f1;
    color: #a61e1e;
    border: 1px solid #efb7b7;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    margin-bottom: 1rem;
}

.search-empty-state[b-xkccx18i2x] {
    padding: 2rem 0;
    color: #555;
}

.search-empty-title[b-xkccx18i2x] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #222;
}

.search-empty-text[b-xkccx18i2x] {
    line-height: 1.55;
}

.google-results-list[b-xkccx18i2x] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.google-result-card[b-xkccx18i2x] {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 1rem;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid #e6e6e6;
    background: white;
}

.google-result-thumb-wrap[b-xkccx18i2x] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.google-result-thumb[b-xkccx18i2x] {
    width: 180px;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
    background: #f2f2f2;
}

.google-result-body[b-xkccx18i2x] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.google-result-url[b-xkccx18i2x] {
    color: #1a7f37;
    font-size: 0.9rem;
    word-break: break-word;
}

.google-result-title[b-xkccx18i2x] {
    color: #1a0dab;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
}

.google-result-desc[b-xkccx18i2x] {
    color: #4d5156;
    line-height: 1.5;
}

.google-result-category[b-xkccx18i2x] {
    color: #333;
    font-size: 0.95rem;
}

.google-tags-group[b-xkccx18i2x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.2rem;
}

.tag-pill[b-xkccx18i2x] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #eef2ff;
    border: 1px solid #d8def8;
    color: #334155;
    font-size: 0.85rem;
    white-space: nowrap;
}

    .tag-pill.alt[b-xkccx18i2x] {
        background: #f3f4f6;
        border-color: #e5e7eb;
    }

    .tag-pill.soft[b-xkccx18i2x] {
        background: #fdf4e7;
        border-color: #f5dfb5;
    }

.google-result-score[b-xkccx18i2x] {
    color: #888;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .google-result-card[b-xkccx18i2x] {
        grid-template-columns: 1fr;
    }

    .google-result-thumb[b-xkccx18i2x] {
        width: 100%;
        height: 190px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-k1fv105bwz] {
    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-k1fv105bwz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/SeconfLayoutAdmin.razor.rz.scp.css */
#blazor-error-ui[b-1ymmhh7veb] {
    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-1ymmhh7veb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/SeconfLayoutFree.razor.rz.scp.css */
#blazor-error-ui[b-qt8shzvj01] {
    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-qt8shzvj01] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/SeconfLayoutRegistered.razor.rz.scp.css */
#blazor-error-ui[b-2mz0gctqnf] {
    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-2mz0gctqnf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/TopMenu.razor.rz.scp.css */
.navbar-toggler[b-4bm2517mmg] {
    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-4bm2517mmg] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-4bm2517mmg] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4bm2517mmg] {
    font-size: 1.1rem;
}

.bi[b-4bm2517mmg] {
    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-4bm2517mmg] {
    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-4bm2517mmg] {
    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-4bm2517mmg] {
    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");
}

.bi-lock-nav-menu[b-4bm2517mmg] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-4bm2517mmg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-4bm2517mmg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-4bm2517mmg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-4bm2517mmg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-4bm2517mmg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4bm2517mmg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4bm2517mmg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4bm2517mmg]  .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-4bm2517mmg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4bm2517mmg]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-4bm2517mmg] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4bm2517mmg] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4bm2517mmg] {
        display: none;
    }

    .nav-scrollable[b-4bm2517mmg] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/TopMenuAdmin.razor.rz.scp.css */
.navbar-toggler[b-89y7cp1vpr] {
    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-89y7cp1vpr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-89y7cp1vpr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-89y7cp1vpr] {
    font-size: 1.1rem;
}

.bi[b-89y7cp1vpr] {
    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-89y7cp1vpr] {
    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-89y7cp1vpr] {
    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-89y7cp1vpr] {
    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");
}

.bi-lock-nav-menu[b-89y7cp1vpr] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-89y7cp1vpr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-89y7cp1vpr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-89y7cp1vpr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-89y7cp1vpr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-89y7cp1vpr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-89y7cp1vpr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-89y7cp1vpr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-89y7cp1vpr]  .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-89y7cp1vpr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-89y7cp1vpr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-89y7cp1vpr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-89y7cp1vpr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-89y7cp1vpr] {
        display: none;
    }

    .nav-scrollable[b-89y7cp1vpr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Blog/Blog.Razor.rz.scp.css */


.bp-shell[b-ciy9h8jyzh] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 16px 60px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial;
    color: rgba(255,255,255,.92);
}

.bp-hero[b-ciy9h8jyzh] {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 320px;
    background: radial-gradient(1200px 400px at 20% 0%, rgba(125,211,252,.55), transparent 30%), radial-gradient(900px 350px at 80% 20%, rgba(167,139,250,.55), transparent 55%), linear-gradient(180deg, rgba(17,24,39,.50), rgba(2,6,23,.44));
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
}

.bp-hero-img[b-ciy9h8jyzh] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.02);
}

.bp-hero-shade[b-ciy9h8jyzh] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2,6,23,.73) 0%, rgba(2,6,23,.0) 45%, rgba(2,6,23,.20) 100%), linear-gradient(180deg, rgba(2,6,23,.45), rgba(2,6,23,.0));
}

.bp-hero-content[b-ciy9h8jyzh] {
    position: relative;
    padding: 28px 28px 26px;
    max-width: 820px;
    
}

.bp-badges[b-ciy9h8jyzh] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    color: limegreen;
}

.bp-chip[b-ciy9h8jyzh] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: .2px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(10px);
}

    .bp-chip.ghost[b-ciy9h8jyzh] {
        background: rgba(0,0,0,.10);
    }

.bp-title[b-ciy9h8jyzh] {
    margin: 0;
    color: rgba(255,255,255,.95);
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.bp-subtitle[b-ciy9h8jyzh] {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.45;
    color: rgba(255,255,255,.78);
    max-width: 70ch;
}

.bp-meta[b-ciy9h8jyzh] {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color:dimgrey;
    font-size: 13px;
}
.bp-meta2[b-ciy9h8jyzh] {
    margin-top: 14px;
    display: flex;
    align-items: left;
    gap: 10px;
    color:white ;
    
}

.bp-dot[b-ciy9h8jyzh] {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,.35);
}

.bp-meta-muted[b-ciy9h8jyzh] {
    color: rgba(2,6,23,.50);
}

.bp-grid[b-ciy9h8jyzh] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 18px;
}

@media (min-width: 980px) {
    .bp-grid[b-ciy9h8jyzh] {
        grid-template-columns: 1fr 320px;
        align-items: start;
    }
}

.bp-card[b-ciy9h8jyzh] {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,.28);
    backdrop-filter: blur(10px);
}

.bp-content[b-ciy9h8jyzh] {
    color: rgba(2,6,23,.98);
    font-size: 16px;
    line-height: 1.7;
}

    .bp-content p[b-ciy9h8jyzh] {
        margin: 0 0 14px;
    }

    .bp-content h2[b-ciy9h8jyzh], .bp-content h3[b-ciy9h8jyzh] {
        margin: 18px 0 10px;
        line-height: 1.2;
    }

    .bp-content a[b-ciy9h8jyzh] {
        color: rgba(125,211,252,.95);
        text-decoration: none;
        border-bottom: 1px solid rgba(125,211,252,.35);
    }

        .bp-content a:hover[b-ciy9h8jyzh] {
            border-bottom-color: rgba(125,211,252,.75);
        }

.bp-pre[b-ciy9h8jyzh] {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 14px;
    color: rgba(255,255,255,.85);
}

.bp-aside-title[b-ciy9h8jyzh] {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(2,6,23,.98);
    margin-bottom: 10px;
}

.bp-aside-subtitle[b-ciy9h8jyzh] {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(2,6,23,.98);
}

.bp-tags[b-ciy9h8jyzh] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: rgba(2,6,23,.98);
}

.bp-spacer[b-ciy9h8jyzh] {
    height: 12px;
}

.bp-share[b-ciy9h8jyzh] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bp-qrcode[b-ciy9h8jyzh] {
    display: flex;
    gap: 5px;
    color: grey ;
    flex-wrap: wrap;
}

.bp-btn[b-ciy9h8jyzh] {
    appearance: none;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.10);
    color: rgba(2,6,23,.98);
    padding: 10px 12px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .bp-btn:hover[b-ciy9h8jyzh] {
        background: rgba(255,255,255,.14);
    }

    .bp-btn.ghost[b-ciy9h8jyzh] {
        background: rgba(0,0,0,.10);
    }

.bp-link[b-ciy9h8jyzh] {
    display: inline-flex;
    color: rgba(2,6,23,.98);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding-bottom: 3px;
}

    .bp-link:hover[b-ciy9h8jyzh] {
        border-bottom-color: rgba(255,255,255,.45);
    }

.bp-gallery h2[b-ciy9h8jyzh] {
    margin: 0 0 12px;
    color:darkgray
}

.bp-gallery-grid[b-ciy9h8jyzh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    
}

@media (min-width: 720px) {
    .bp-gallery-grid[b-ciy9h8jyzh] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bp-gallery-item[b-ciy9h8jyzh] {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    display: block;
 
}

    .bp-gallery-item img[b-ciy9h8jyzh] {
        width: 100%;
        height: 170px;
        object-fit: cover;
        display: block;
        transition: transform .22s ease;
    }

    .bp-gallery-item:hover img[b-ciy9h8jyzh] {
        transform: scale(1.03);
    }

.bp-skeleton[b-ciy9h8jyzh] {
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.11), rgba(255,255,255,.06));
    background-size: 200% 100%;
    animation: bpShimmer-b-ciy9h8jyzh 1.1s infinite linear;
    border: 1px solid rgba(255,255,255,.08);
}

    .bp-skeleton.hero[b-ciy9h8jyzh] {
        height: 320px;
    }

    .bp-skeleton.line[b-ciy9h8jyzh] {
        height: 18px;
        margin-top: 12px;
        border-radius: 999px;
    }

    .bp-skeleton.w70[b-ciy9h8jyzh] {
        width: 70%;
    }

    .bp-skeleton.w45[b-ciy9h8jyzh] {
        width: 45%;
    }

    .bp-skeleton.w90[b-ciy9h8jyzh] {
        width: 90%;
    }

    .bp-skeleton.w85[b-ciy9h8jyzh] {
        width: 85%;
    }

    .bp-skeleton.w60[b-ciy9h8jyzh] {
        width: 60%;
    }

@keyframes bpShimmer-b-ciy9h8jyzh {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 200% 0;
    }
}
/* ===== LIGHTBOX ===== */

.bp-gallery-item[b-ciy9h8jyzh] {
    all: unset;
    cursor: zoom-in;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    display: block;
}

    .bp-gallery-item img[b-ciy9h8jyzh] {
        width: 100%;
        height: 170px;
        object-fit: cover;
        display: block;
        transition: transform .25s ease;
    }

    .bp-gallery-item:hover img[b-ciy9h8jyzh] {
        transform: scale(1.04);
    }

/* backdrop */
.bp-lightbox-backdrop[b-ciy9h8jyzh] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(2,6,23,.92);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bpFadeIn-b-ciy9h8jyzh .18s ease-out;
}

/* container */
.bp-lightbox[b-ciy9h8jyzh] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    animation: bpZoomIn-b-ciy9h8jyzh .22s ease-out;
}

/* image */
.bp-lightbox-img[b-ciy9h8jyzh] {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0,0,0,.65);
}

/* close button */
.bp-lightbox-close[b-ciy9h8jyzh] {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: rgba(0,0,0,.65);
    color: white;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,.45);
}

    .bp-lightbox-close:hover[b-ciy9h8jyzh] {
        background: rgba(0,0,0,.85);
    }

/* animations */
@keyframes bpFadeIn-b-ciy9h8jyzh {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes bpZoomIn-b-ciy9h8jyzh {
    from {
        transform: scale(.96);
        opacity: .6;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Sfondo pagina (opzionale) */
body[b-ciy9h8jyzh] {
    background: radial-gradient(1200px 500px at 20% 0%, rgba(56,189,248,.16), transparent 55%), radial-gradient(1000px 420px at 80% 10%, rgba(167,139,250,.14), transparent 55%), linear-gradient(180deg, #0b1220, #020617);
}
/* /Components/Pages/Blog/EditBlog.razor.rz.scp.css */
/* /Components/Pages/CeckCert/CeckCert - Copia.razor.rz.scp.css */
.bp-shell[b-oc1aas4zhp] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 16px 60px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial;
    color: rgba(255,255,255,.92);
}

.bp-hero[b-oc1aas4zhp] {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 320px;
    background: radial-gradient(1200px 400px at 20% 0%, rgba(125,211,252,.55), transparent 30%), radial-gradient(900px 350px at 80% 20%, rgba(167,139,250,.55), transparent 55%), linear-gradient(180deg, rgba(17,24,39,.50), rgba(2,6,23,.44));
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
}

.bp-hero-img[b-oc1aas4zhp] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.02);
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    filter: blur(8px);
}

.bp-hero-shade[b-oc1aas4zhp] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2,6,23,.73) 0%, rgba(2,6,23,.0) 45%, rgba(2,6,23,.20) 100%), linear-gradient(180deg, rgba(2,6,23,.45), rgba(2,6,23,.0));
}

.bp-hero-content[b-oc1aas4zhp] {
    position: relative;
    padding: 28px 28px 26px;
    max-width: 820px;
}

.bp-badges[b-oc1aas4zhp] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    color: limegreen;
}

.bp-chip[b-oc1aas4zhp] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: .2px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(10px);
}

    .bp-chip.ghost[b-oc1aas4zhp] {
        background: rgba(0,0,0,.10);
    }

.bp-title[b-oc1aas4zhp] {
    margin: 0;
    color: rgba(255,255,255,.95);
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.bp-subtitle[b-oc1aas4zhp] {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.45;
    color: rgba(255,255,255,.78);
    max-width: 70ch;
}

.bp-meta[b-oc1aas4zhp] {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: dimgrey;
    font-size: 13px;
}

.bp-meta2[b-oc1aas4zhp] {
    margin-top: 14px;
    display: flex;
    align-items: left;
    gap: 10px;
    color: white;
}

.bp-dot[b-oc1aas4zhp] {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,.35);
}

.bp-meta-muted[b-oc1aas4zhp] {
    color: rgba(2,6,23,.50);
}

.bp-grid[b-oc1aas4zhp] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 18px;
}

@media (min-width: 980px) {
    .bp-grid[b-oc1aas4zhp] {
        grid-template-columns: 1fr 320px;
        align-items: start;
    }
}

.bp-card[b-oc1aas4zhp] {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,.28);
    backdrop-filter: blur(10px);
}

.bp-content[b-oc1aas4zhp] {
    color: rgba(2,6,23,.98);
    font-size: 16px;
    line-height: 1.7;
}

    .bp-content p[b-oc1aas4zhp] {
        margin: 0 0 14px;
    }

    .bp-content h2[b-oc1aas4zhp], .bp-content h3[b-oc1aas4zhp] {
        margin: 18px 0 10px;
        line-height: 1.2;
    }

    .bp-content a[b-oc1aas4zhp] {
        color: rgba(125,211,252,.95);
        text-decoration: none;
        border-bottom: 1px solid rgba(125,211,252,.35);
    }

        .bp-content a:hover[b-oc1aas4zhp] {
            border-bottom-color: rgba(125,211,252,.75);
        }

.bp-pre[b-oc1aas4zhp] {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 14px;
    color: rgba(255,255,255,.85);
}

.bp-aside-title[b-oc1aas4zhp] {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(2,6,23,.98);
    margin-bottom: 10px;
}

.bp-aside-subtitle[b-oc1aas4zhp] {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(2,6,23,.98);
}

.bp-tags[b-oc1aas4zhp] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: rgba(2,6,23,.98);
}

.bp-spacer[b-oc1aas4zhp] {
    height: 12px;
}

.bp-share[b-oc1aas4zhp] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bp-qrcode[b-oc1aas4zhp] {
    display: flex;
    gap: 5px;
    color: grey;
    flex-wrap: wrap;
}

.bp-btn[b-oc1aas4zhp] {
    appearance: none;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.10);
    color: rgba(2,6,23,.98);
    padding: 10px 12px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .bp-btn:hover[b-oc1aas4zhp] {
        background: rgba(255,255,255,.14);
    }

    .bp-btn.ghost[b-oc1aas4zhp] {
        background: rgba(0,0,0,.10);
    }

.bp-link[b-oc1aas4zhp] {
    display: inline-flex;
    color: rgba(2,6,23,.98);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding-bottom: 3px;
}

    .bp-link:hover[b-oc1aas4zhp] {
        border-bottom-color: rgba(255,255,255,.45);
    }

.bp-gallery h2[b-oc1aas4zhp] {
    margin: 0 0 12px;
    color: darkgray
}

.bp-gallery-grid[b-oc1aas4zhp] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

@media (min-width: 720px) {
    .bp-gallery-grid[b-oc1aas4zhp] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bp-gallery-item[b-oc1aas4zhp] {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    display: block;
}

    .bp-gallery-item img[b-oc1aas4zhp] {
        width: 100%;
        height: 100px;
        object-fit: cover;
        display: block;
        transition: transform .22s ease;
    }

    .bp-gallery-item:hover img[b-oc1aas4zhp] {
        transform: scale(1.03);
    }

.bp-skeleton[b-oc1aas4zhp] {
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.11), rgba(255,255,255,.06));
    background-size: 200% 100%;
    animation: bpShimmer-b-oc1aas4zhp 1.1s infinite linear;
    border: 1px solid rgba(255,255,255,.08);
}

    .bp-skeleton.hero[b-oc1aas4zhp] {
        height: 320px;
    }

    .bp-skeleton.line[b-oc1aas4zhp] {
        height: 18px;
        margin-top: 12px;
        border-radius: 999px;
    }

    .bp-skeleton.w70[b-oc1aas4zhp] {
        width: 70%;
    }

    .bp-skeleton.w45[b-oc1aas4zhp] {
        width: 45%;
    }

    .bp-skeleton.w90[b-oc1aas4zhp] {
        width: 90%;
    }

    .bp-skeleton.w85[b-oc1aas4zhp] {
        width: 85%;
    }

    .bp-skeleton.w60[b-oc1aas4zhp] {
        width: 60%;
    }

@keyframes bpShimmer-b-oc1aas4zhp {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 200% 0;
    }
}
/* ===== LIGHTBOX ===== */

.bp-gallery-item[b-oc1aas4zhp] {
    all: unset;
    cursor: zoom-in;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    display: block;
}

    .bp-gallery-item img[b-oc1aas4zhp] {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
        transition: transform .25s ease;
    }

    .bp-gallery-item:hover img[b-oc1aas4zhp] {
        transform: scale(1.04);
    }

/* backdrop */
.bp-lightbox-backdrop[b-oc1aas4zhp] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(2,6,23,.92);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bpFadeIn-b-oc1aas4zhp .18s ease-out;
}

/* container */
.bp-lightbox[b-oc1aas4zhp] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    animation: bpZoomIn-b-oc1aas4zhp .22s ease-out;
}

/* image */
.bp-lightbox-img[b-oc1aas4zhp] {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0,0,0,.65);
}

/* close button */
.bp-lightbox-close[b-oc1aas4zhp] {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: rgba(0,0,0,.65);
    color: white;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,.45);
}

    .bp-lightbox-close:hover[b-oc1aas4zhp] {
        background: rgba(0,0,0,.85);
    }

/* animations */
@keyframes bpFadeIn-b-oc1aas4zhp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes bpZoomIn-b-oc1aas4zhp {
    from {
        transform: scale(.96);
        opacity: .6;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Sfondo pagina (opzionale) */
body[b-oc1aas4zhp] {
    background: radial-gradient(1200px 500px at 20% 0%, rgba(56,189,248,.16), transparent 55%), radial-gradient(1000px 420px at 80% 10%, rgba(167,139,250,.14), transparent 55%), linear-gradient(180deg, #0b1220, #020617);
}
/* /Components/Pages/CeckCert/CeckCert.razor.rz.scp.css */
.bp-shell[b-buora3190y] {
    max-width: 1320px;
    margin: 0 auto;
    padding: 32px 16px;
}

.bp-hero[b-buora3190y] {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border-radius: 24px;
    margin-bottom: 32px;
    background: #111827;
    display: flex;
    align-items: flex-end;
}

.bp-hero-img[b-buora3190y] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bp-hero-shade[b-buora3190y] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,23,42,.18) 0%, rgba(15,23,42,.82) 100%);
}

.bp-hero-content[b-buora3190y] {
    position: relative;
    z-index: 2;
    padding: 32px;
    color: #fff;
    width: 100%;
}

.bp-badges[b-buora3190y] {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(6px);
    font-size: 14px;
}

.bp-title[b-buora3190y] {
    margin: 0 0 12px;
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1.08;
    font-weight: 800;
}

.bp-subtitle[b-buora3190y] {
    max-width: 860px;
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255,255,255,.92);
}

.bp-grid[b-buora3190y] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 380px);
    gap: 24px;
    align-items: start;
}

.bp-main[b-buora3190y],
.bp-aside[b-buora3190y] {
    min-width: 0;
}

.bp-card[b-buora3190y] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.bp-content h2[b-buora3190y],
.bp-h2[b-buora3190y] {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.25;
    color: #0f172a;
}

.bp-content p[b-buora3190y] {
    margin: 0 0 14px;
    line-height: 1.75;
    color: #334155;
}

.bp-content hr[b-buora3190y] {
    margin: 22px 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.bp-aside[b-buora3190y] {
    display: grid;
    gap: 24px;
}

.bp-aside-title[b-buora3190y] {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #0f172a;
}

.bp-author-img[b-buora3190y],
.bp-ref-img[b-buora3190y] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

.bp-gallery-wrap[b-buora3190y] {
    max-width: 1320px;
    margin: 24px auto 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.bp-gallery[b-buora3190y] {
    padding: 24px;
}

.bp-gallery-grid[b-buora3190y] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.bp-gallery-item[b-buora3190y] {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .bp-gallery-item:hover[b-buora3190y] {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(15,23,42,.14);
    }

    .bp-gallery-item img[b-buora3190y] {
        display: block;
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 18px;
    }

.bp-not-found[b-buora3190y] {
    max-width: 900px;
    margin: 80px auto;
    padding: 32px 20px;
    text-align: center;
}

    .bp-not-found h1[b-buora3190y] {
        margin-bottom: 12px;
    }

/* LIGHTBOX */

.bp-lightbox-backdrop[b-buora3190y] {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    background: rgba(0, 0, 0, 0.84);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.bp-lightbox[b-buora3190y] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 96vw;
    max-height: 96vh;
}

.bp-lightbox-img[b-buora3190y] {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    object-fit: contain;
    background: #fff;
}

.bp-lightbox-close[b-buora3190y] {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

@media (max-width: 991px) {
    .bp-grid[b-buora3190y] {
        grid-template-columns: 1fr;
    }

    .bp-hero-content[b-buora3190y] {
        padding: 24px;
    }

    .bp-card[b-buora3190y] {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .bp-shell[b-buora3190y] {
        padding: 20px 12px;
    }

    .bp-hero[b-buora3190y] {
        min-height: 300px;
        border-radius: 20px;
    }

    .bp-subtitle[b-buora3190y] {
        font-size: 16px;
    }

    .bp-gallery-item img[b-buora3190y] {
        height: 200px;
    }

    .bp-lightbox-backdrop[b-buora3190y] {
        padding: 16px;
    }

    .bp-lightbox-img[b-buora3190y] {
        max-height: 84vh;
    }

    .bp-lightbox-close[b-buora3190y] {
        top: -10px;
        right: -10px;
        width: 38px;
        height: 38px;
    }
}
/* /Components/RegisteredUser/Layout/RegisteredAppLayout.razor.rz.scp.css */
:root[b-xtem04invc] {
    --header-height: 78px;
    --layout-max-width: 1480px;
    --left-col-width: 290px;
    --right-col-width: 300px;
    --grid-gap: 1rem;
    --page-bg: #f3f2ef;
    --card-bg: #ffffff;
    --border-color: #e5e7eb;
    --text-color: #1f2937;
    --muted-color: #6b7280;
    --accent-color: #0a66c2;
    --radius-lg: 18px;
    --radius-md: 14px;
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.05);
}

*[b-xtem04invc] {
    box-sizing: border-box;
}

html[b-xtem04invc], body[b-xtem04invc] {
    margin: 0;
    padding: 0;
    background: var(--page-bg);
    color: var(--text-color);
}

.app-shell[b-xtem04invc] {
    min-height: 100vh;
    background: var(--page-bg);
}

/* HEADER */
.app-header[b-xtem04invc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    height: 50px;
    background: #2f2f2f;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
}

.app-header-inner[b-xtem04invc] {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.app-header-left[b-xtem04invc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.app-header-right[b-xtem04invc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-width: 0;
}

.app-logo-link[b-xtem04invc] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    height: 42px;
}

.app-logo[b-xtem04invc] {
    display: block;
    height: 42px;
    width: auto;
}

/* MAIN */
.app-main[b-xtem04invc] {
    padding-top: calc(var(--header-height) + 1rem);
    padding-bottom: 2rem;
}

.app-grid[b-xtem04invc] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 300px;
    gap: 1rem;
    align-items: start;
}

.left-column[b-xtem04invc],
.center-column[b-xtem04invc],
.right-column[b-xtem04invc] {
    min-width: 0;
}

.center-column[b-xtem04invc] {
    min-width: 0;
}

/* card base */
.feed-container[b-xtem04invc],
.column-card[b-xtem04invc] {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
}

/* colonna centrale */
.feed-container[b-xtem04invc] {
    min-height: 70vh;
    padding: 1rem;
}

/* colonne laterali fisse */
.app-sticky-column[b-xtem04invc] {
    position: sticky;
    top: calc(50px + 1rem);
    align-self: start;
}

/* scroll interno solo se serve nelle sidebar */
.sidebar-card[b-xtem04invc] {
    max-height: calc(100vh - 50px - 2rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
}

    /* scrollbar leggera */
    .sidebar-card[b-xtem04invc]::-webkit-scrollbar {
        width: 8px;
    }

    .sidebar-card[b-xtem04invc]::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 999px;
    }

    .sidebar-card[b-xtem04invc]::-webkit-scrollbar-track {
        background: transparent;
    }

/* ERROR UI */
#blazor-error-ui[b-xtem04invc] {
    color-scheme: light only;
    background: #fff7cc;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 3000;
    border-top: 1px solid #eadf88;
}

    #blazor-error-ui .dismiss[b-xtem04invc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* TABLET */
@media (max-width: 1199.98px) {
    :root[b-xtem04invc] {
        --left-col-width: 260px;
        --right-col-width: 270px;
    }
}

/* TABLET PICCOLO */
@media (max-width: 991.98px) {
    .app-grid[b-xtem04invc] {
        grid-template-columns: 260px minmax(0, 1fr);
    }

    .right-column[b-xtem04invc] {
        display: none;
    }
}

/* MOBILE */
@media (max-width: 767.98px) {
    .app-grid[b-xtem04invc] {
        grid-template-columns: 1fr;
    }

    .left-column[b-xtem04invc],
    .right-column[b-xtem04invc] {
        display: none;
    }

    .app-header-right[b-xtem04invc] {
        display: none;
    }

    .feed-container[b-xtem04invc] {
        padding: 0.75rem;
        border-radius: 14px;
    }
}
/* /Components/RegisteredUser/Layout/RightSidebar.razor.rz.scp.css */
.right-sidebar[b-vzqxd4ty3s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.right-box[b-vzqxd4ty3s] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1rem;
}

.right-box-title[b-vzqxd4ty3s] {
    margin: 0 0 0.85rem 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.notify-item[b-vzqxd4ty3s],
.info-item[b-vzqxd4ty3s] {
    padding: 0.25rem 0 0 0;
}

    .notify-item strong[b-vzqxd4ty3s] {
        display: block;
        margin-bottom: 0.35rem;
        color: #111827;
        font-size: 0.95rem;
    }

    .notify-item p[b-vzqxd4ty3s],
    .info-item p[b-vzqxd4ty3s] {
        margin: 0;
        color: #6b7280;
        font-size: 0.92rem;
        line-height: 1.45;
    }

.right-links[b-vzqxd4ty3s] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

    .right-links a[b-vzqxd4ty3s] {
        display: block;
        text-decoration: none;
        color: #1f2937;
        padding: 0.7rem 0.85rem;
        border-radius: 10px;
        font-weight: 500;
        transition: all 0.2s ease;
    }

        .right-links a:hover[b-vzqxd4ty3s] {
            background: #f3f4f6;
        }

        .right-links a.active[b-vzqxd4ty3s] {
            background: #eaf3ff;
            color: #0a66c2;
        }
/* /Components/RegisteredUser/Layout/TopMenuRegistered.razor.rz.scp.css */
.top-menu-shell[b-m3pl15oayc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}

.top-menu-mobile-toggle[b-m3pl15oayc] {
    display: none;
    border: 1px solid rgba(255,255,255,0.18);
    background: #3a3a3a;
    color: #ffffff;
    border-radius: 10px;
    padding: 0.55rem 0.8rem;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

.top-menu-nav[b-m3pl15oayc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    width: 100%;
}

.top-menu-item[b-m3pl15oayc] {
    position: relative;
}

.top-menu-link[b-m3pl15oayc],
.top-menu-button[b-m3pl15oayc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 1rem;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #f3f4f6;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

    .top-menu-link:hover[b-m3pl15oayc],
    .top-menu-button:hover[b-m3pl15oayc] {
        background: #4a4a4a;
        color: #ffffff;
    }

    .top-menu-link.active[b-m3pl15oayc] {
        background: #5a5a5a;
        color: #ffffff;
    }

.top-menu-dropdown[b-m3pl15oayc] {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    min-width: 240px;
    background: #3a3a3a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(0,0,0,0.35);
    padding: 0.5rem;
    z-index: 3000;
}

.top-menu-dropdown-link[b-m3pl15oayc] {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #f3f4f6;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    font-weight: 500;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .top-menu-dropdown-link:hover[b-m3pl15oayc] {
        background: #4f4f4f;
        color: #ffffff;
    }

    .top-menu-dropdown-link.active[b-m3pl15oayc] {
        background: #5a5a5a;
        color: #ffffff;
    }

/* mobile / finestra stretta */
@media (max-width: 900px) {
    .top-menu-mobile-toggle[b-m3pl15oayc] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .top-menu-nav[b-m3pl15oayc] {
        display: none;
        position: absolute;
        top: calc(100% + 0.75rem);
        right: 0;
        width: min(320px, calc(100vw - 2rem));
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0.35rem;
        background: #2f2f2f;
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 16px;
        box-shadow: 0 16px 40px rgba(0,0,0,0.35);
        padding: 0.75rem;
        z-index: 4000;
    }

        .top-menu-nav.open[b-m3pl15oayc] {
            display: flex;
        }

    .top-menu-item[b-m3pl15oayc] {
        width: 100%;
    }

    .top-menu-link[b-m3pl15oayc],
    .top-menu-button[b-m3pl15oayc] {
        width: 100%;
        justify-content: flex-start;
        padding: 0.85rem 1rem;
        background: #3a3a3a;
    }

    .top-menu-dropdown[b-m3pl15oayc] {
        position: static;
        margin-top: 0.35rem;
        min-width: unset;
        width: 100%;
        border-radius: 12px;
        box-shadow: none;
        background: #444444;
    }
}
/* /Components/RegisteredUser/Layout/UserSidebar.razor.rz.scp.css */
.user-sidebar[b-mvkw09tqe5] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.user-profile-card[b-mvkw09tqe5],
.sidebar-box[b-mvkw09tqe5] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
}

.user-profile-cover[b-mvkw09tqe5] {
    height: 72px;
    background: linear-gradient(135deg, #0a66c2 0%, #6aa7e8 100%);
}

.user-profile-avatar-wrap[b-mvkw09tqe5] {
    display: flex;
    justify-content: center;
    margin-top: -28px;
}

.user-profile-avatar[b-mvkw09tqe5] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    object-fit: cover;
    background: #f3f4f6;
}

.user-profile-body[b-mvkw09tqe5] {
    padding: 0.75rem 1rem 1rem 1rem;
    text-align: center;
}

.user-name[b-mvkw09tqe5] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.user-role[b-mvkw09tqe5] {
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: #6b7280;
}

.sidebar-box[b-mvkw09tqe5] {
    padding: 1rem;
}

.sidebar-title[b-mvkw09tqe5] {
    margin: 0 0 0.85rem 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.sidebar-links[b-mvkw09tqe5] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

    .sidebar-links a[b-mvkw09tqe5] {
        display: block;
        text-decoration: none;
        color: #1f2937;
        padding: 0.7rem 0.85rem;
        border-radius: 10px;
        font-weight: 500;
        transition: all 0.2s ease;
    }

        .sidebar-links a:hover[b-mvkw09tqe5] {
            background: #f3f4f6;
        }

        .sidebar-links a.active[b-mvkw09tqe5] {
            background: #eaf3ff;
            color: #0a66c2;
        }

.mini-stat[b-mvkw09tqe5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0;
    border-top: 1px solid #f0f2f5;
}

    .mini-stat:first-of-type[b-mvkw09tqe5] {
        border-top: none;
        padding-top: 0;
    }

    .mini-stat span[b-mvkw09tqe5] {
        color: #4b5563;
        font-size: 0.92rem;
    }

    .mini-stat strong[b-mvkw09tqe5] {
        color: #111827;
        font-size: 0.95rem;
    }
/* /Components/RegisteredUser/PostCard.razor.rz.scp.css */
.post-card[b-jagd6h6l55] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.04);
}

.post-card-header[b-jagd6h6l55] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1rem 0.75rem 1rem;
}

.post-card-author[b-jagd6h6l55] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
}

.post-card-avatar[b-jagd6h6l55] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    background: #f3f4f6;
}

.post-card-author-info[b-jagd6h6l55] {
    min-width: 0;
}

.post-card-author-topline[b-jagd6h6l55] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    line-height: 1.3;
}

.post-card-author-name[b-jagd6h6l55] {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.post-card-author-headline[b-jagd6h6l55] {
    font-size: 0.95rem;
    color: #4b5563;
}

.post-card-meta[b-jagd6h6l55] {
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 0.86rem;
    color: #6b7280;
}

.post-card-header-actions[b-jagd6h6l55] {
    flex: 0 0 auto;
}

.icon-button[b-jagd6h6l55] {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #4b5563;
    font-size: 1.4rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .icon-button:hover[b-jagd6h6l55] {
        background: #f3f4f6;
    }

.post-card-content[b-jagd6h6l55] {
    padding: 0 1rem 0.9rem 1rem;
}

    .post-card-content p[b-jagd6h6l55] {
        margin: 0;
        font-size: 0.98rem;
        line-height: 1.55;
        color: #1f2937;
        white-space: pre-line;
    }

.post-card-media[b-jagd6h6l55] {
    width: 100%;
    background: #f9fafb;
}

.post-card-image[b-jagd6h6l55] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-card-stats[b-jagd6h6l55] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid #f0f2f5;
    font-size: 0.9rem;
    color: #6b7280;
}

.post-card-reactions[b-jagd6h6l55] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.reaction-badge[b-jagd6h6l55] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.reaction-count[b-jagd6h6l55] {
    margin-left: 0.2rem;
}

.post-card-engagement[b-jagd6h6l55] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.post-card-actions[b-jagd6h6l55] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #f0f2f5;
    padding: 0.35rem 0.5rem 0.5rem 0.5rem;
    gap: 0.25rem;
}

.post-action-button[b-jagd6h6l55] {
    height: 44px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #374151;
    font-weight: 600;
    font-size: 0.93rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

    .post-action-button:hover[b-jagd6h6l55] {
        background: #f3f4f6;
    }

.post-action-icon[b-jagd6h6l55] {
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .post-card-header[b-jagd6h6l55] {
        padding: 0.85rem 0.85rem 0.7rem 0.85rem;
    }

    .post-card-content[b-jagd6h6l55] {
        padding: 0 0.85rem 0.8rem 0.85rem;
    }

    .post-card-stats[b-jagd6h6l55] {
        padding: 0.7rem 0.85rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .post-card-actions[b-jagd6h6l55] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/UserAdmin/MediaLibraryAnalyzeAi.razor.rz.scp.css */
.normalize-page[b-tta2vlhfuw] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-bottom: 2rem;
}

.page-title[b-tta2vlhfuw] {
    margin-bottom: 1rem;
}

.action-panel[b-tta2vlhfuw] {
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    background: #ffffff;
    padding: 1.25rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.action-panel-header[b-tta2vlhfuw] {
    margin-bottom: 1rem;
}

.action-title[b-tta2vlhfuw] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f1f1f;
}

.action-subtitle[b-tta2vlhfuw] {
    margin-top: 0.35rem;
    color: #666;
    font-size: 0.95rem;
}

.action-buttons[b-tta2vlhfuw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.btn-main[b-tta2vlhfuw] {
    border: 0;
    border-radius: 10px;
    padding: 0.8rem 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

    .btn-main:hover:not(:disabled)[b-tta2vlhfuw] {
        transform: translateY(-1px);
    }

    .btn-main:disabled[b-tta2vlhfuw] {
        cursor: not-allowed;
        opacity: 0.55;
        transform: none;
    }

    .btn-main.danger[b-tta2vlhfuw] {
        background: #c62828;
        color: #fff;
    }

    .btn-main.secondary[b-tta2vlhfuw] {
        background: #1565c0;
        color: #fff;
    }

    .btn-main.light[b-tta2vlhfuw] {
        background: #eceff1;
        color: #263238;
    }

.confirm-box[b-tta2vlhfuw] {
    margin-top: 1rem;
    border: 1px solid #f0c36d;
    background: #fff8e1;
    border-radius: 12px;
    padding: 1rem;
}

.confirm-title[b-tta2vlhfuw] {
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: #7a5200;
}

.confirm-text[b-tta2vlhfuw] {
    color: #6a5a33;
    line-height: 1.45;
}

.confirm-actions[b-tta2vlhfuw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.status-box[b-tta2vlhfuw] {
    border-radius: 14px;
    padding: 1rem 1.1rem;
    border: 1px solid transparent;
}

    .status-box.info[b-tta2vlhfuw] {
        background: #eef6ff;
        border-color: #b6d6ff;
        color: #124a85;
    }

    .status-box.success[b-tta2vlhfuw] {
        background: #edf8f1;
        border-color: #b7dfc2;
        color: #1d5c33;
    }

    .status-box.error[b-tta2vlhfuw] {
        background: #fff1f1;
        border-color: #efb7b7;
        color: #8b1e1e;
    }

.status-title[b-tta2vlhfuw] {
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.status-text[b-tta2vlhfuw] {
    line-height: 1.4;
}

.summary-panel[b-tta2vlhfuw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.9rem;
}

.summary-card[b-tta2vlhfuw] {
    border-radius: 14px;
    padding: 1rem;
    background: #fafafa;
    border: 1px solid #e0e0e0;
}

    .summary-card.success[b-tta2vlhfuw] {
        background: #eff9f1;
        border-color: #cae8d0;
    }

    .summary-card.error[b-tta2vlhfuw] {
        background: #fff3f3;
        border-color: #f1c7c7;
    }

.summary-label[b-tta2vlhfuw] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.35rem;
}

.summary-value[b-tta2vlhfuw] {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1f1f1f;
}

.results-toolbar[b-tta2vlhfuw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    background: #fcfcfc;
    padding: 0.85rem 1rem;
}

.checkbox-row[b-tta2vlhfuw] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 600;
    color: #333;
}

.results-counter[b-tta2vlhfuw] {
    color: #666;
    font-size: 0.95rem;
}

.empty-box[b-tta2vlhfuw] {
    border: 1px dashed #cfcfcf;
    border-radius: 12px;
    padding: 1rem;
    color: #666;
    background: #fafafa;
}

.table-wrap[b-tta2vlhfuw] {
    overflow-x: auto;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    background: #fff;
}

.results-table[b-tta2vlhfuw] {
    width: 100%;
    border-collapse: collapse;
    min-width: 1100px;
}

    .results-table thead th[b-tta2vlhfuw] {
        position: sticky;
        top: 0;
        background: #f6f7f9;
        color: #333;
        font-size: 0.9rem;
        text-align: left;
        padding: 0.85rem 0.75rem;
        border-bottom: 1px solid #dcdcdc;
        white-space: nowrap;
    }

    .results-table tbody td[b-tta2vlhfuw] {
        vertical-align: top;
        padding: 0.75rem;
        border-bottom: 1px solid #ececec;
        font-size: 0.92rem;
    }

.row-ok[b-tta2vlhfuw] {
    background: #fff;
}

.row-error[b-tta2vlhfuw] {
    background: #fff8f8;
}

.badge[b-tta2vlhfuw] {
    display: inline-block;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

    .badge.ok[b-tta2vlhfuw] {
        background: #dff3e5;
        color: #1e6b38;
    }

    .badge.ko[b-tta2vlhfuw] {
        background: #ffe0e0;
        color: #a22424;
    }

.message-cell[b-tta2vlhfuw] {
    min-width: 260px;
    white-space: normal;
    word-break: break-word;
}

.path-cell[b-tta2vlhfuw] {
    min-width: 220px;
    color: #555;
    white-space: normal;
    word-break: break-word;
}
/* /Components/UserAdmin/MediaNormalizer.razor.rz.scp.css */
.normalize-page[b-o6g5own8tu] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-bottom: 2rem;
}

.page-title[b-o6g5own8tu] {
    margin-bottom: 1rem;
}

.action-panel[b-o6g5own8tu] {
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    background: #ffffff;
    padding: 1.25rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.action-panel-header[b-o6g5own8tu] {
    margin-bottom: 1rem;
}

.action-title[b-o6g5own8tu] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f1f1f;
}

.action-subtitle[b-o6g5own8tu] {
    margin-top: 0.35rem;
    color: #666;
    font-size: 0.95rem;
}

.action-buttons[b-o6g5own8tu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.btn-main[b-o6g5own8tu] {
    border: 0;
    border-radius: 10px;
    padding: 0.8rem 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

    .btn-main:hover:not(:disabled)[b-o6g5own8tu] {
        transform: translateY(-1px);
    }

    .btn-main:disabled[b-o6g5own8tu] {
        cursor: not-allowed;
        opacity: 0.55;
        transform: none;
    }

    .btn-main.danger[b-o6g5own8tu] {
        background: #c62828;
        color: #fff;
    }

    .btn-main.secondary[b-o6g5own8tu] {
        background: #1565c0;
        color: #fff;
    }

    .btn-main.light[b-o6g5own8tu] {
        background: #eceff1;
        color: #263238;
    }

.confirm-box[b-o6g5own8tu] {
    margin-top: 1rem;
    border: 1px solid #f0c36d;
    background: #fff8e1;
    border-radius: 12px;
    padding: 1rem;
}

.confirm-title[b-o6g5own8tu] {
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: #7a5200;
}

.confirm-text[b-o6g5own8tu] {
    color: #6a5a33;
    line-height: 1.45;
}

.confirm-actions[b-o6g5own8tu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.status-box[b-o6g5own8tu] {
    border-radius: 14px;
    padding: 1rem 1.1rem;
    border: 1px solid transparent;
}

    .status-box.info[b-o6g5own8tu] {
        background: #eef6ff;
        border-color: #b6d6ff;
        color: #124a85;
    }

    .status-box.success[b-o6g5own8tu] {
        background: #edf8f1;
        border-color: #b7dfc2;
        color: #1d5c33;
    }

    .status-box.error[b-o6g5own8tu] {
        background: #fff1f1;
        border-color: #efb7b7;
        color: #8b1e1e;
    }

.status-title[b-o6g5own8tu] {
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.status-text[b-o6g5own8tu] {
    line-height: 1.4;
}

.summary-panel[b-o6g5own8tu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.9rem;
}

.summary-card[b-o6g5own8tu] {
    border-radius: 14px;
    padding: 1rem;
    background: #fafafa;
    border: 1px solid #e0e0e0;
}

    .summary-card.success[b-o6g5own8tu] {
        background: #eff9f1;
        border-color: #cae8d0;
    }

    .summary-card.error[b-o6g5own8tu] {
        background: #fff3f3;
        border-color: #f1c7c7;
    }

.summary-label[b-o6g5own8tu] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.35rem;
}

.summary-value[b-o6g5own8tu] {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1f1f1f;
}

.results-toolbar[b-o6g5own8tu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    background: #fcfcfc;
    padding: 0.85rem 1rem;
}

.checkbox-row[b-o6g5own8tu] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 600;
    color: #333;
}

.results-counter[b-o6g5own8tu] {
    color: #666;
    font-size: 0.95rem;
}

.empty-box[b-o6g5own8tu] {
    border: 1px dashed #cfcfcf;
    border-radius: 12px;
    padding: 1rem;
    color: #666;
    background: #fafafa;
}

.table-wrap[b-o6g5own8tu] {
    overflow-x: auto;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    background: #fff;
}

.results-table[b-o6g5own8tu] {
    width: 100%;
    border-collapse: collapse;
    min-width: 1100px;
}

    .results-table thead th[b-o6g5own8tu] {
        position: sticky;
        top: 0;
        background: #f6f7f9;
        color: #333;
        font-size: 0.9rem;
        text-align: left;
        padding: 0.85rem 0.75rem;
        border-bottom: 1px solid #dcdcdc;
        white-space: nowrap;
    }

    .results-table tbody td[b-o6g5own8tu] {
        vertical-align: top;
        padding: 0.75rem;
        border-bottom: 1px solid #ececec;
        font-size: 0.92rem;
    }

.row-ok[b-o6g5own8tu] {
    background: #fff;
}

.row-error[b-o6g5own8tu] {
    background: #fff8f8;
}

.badge[b-o6g5own8tu] {
    display: inline-block;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

    .badge.ok[b-o6g5own8tu] {
        background: #dff3e5;
        color: #1e6b38;
    }

    .badge.ko[b-o6g5own8tu] {
        background: #ffe0e0;
        color: #a22424;
    }

.message-cell[b-o6g5own8tu] {
    min-width: 260px;
    white-space: normal;
    word-break: break-word;
}

.path-cell[b-o6g5own8tu] {
    min-width: 220px;
    color: #555;
    white-space: normal;
    word-break: break-word;
}
/* /Components/UserDom/UserMyPage.razor.rz.scp.css */
.profile-photo-wrapper[b-9wlietnpbr] {
    position: relative;
    display: inline-block;
}

.profile-photo-label[b-9wlietnpbr] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

.profile-photo[b-9wlietnpbr] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.photo-overlay[b-9wlietnpbr] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-size: 0.9rem;
    font-weight: 600;
    transition: opacity 0.2s ease-in-out;
    text-align: center;
    padding: 10px;
}

.profile-photo-label:hover .photo-overlay[b-9wlietnpbr] {
    opacity: 1;
}

.profile-photo-label:hover .profile-photo[b-9wlietnpbr] {
    transform: scale(1.02);
}
/* /Components/UserDom/UserMyPhoto.razor.rz.scp.css */
.profile-photo-wrapper[b-1sxjnu4bgy] {
    position: relative;
    display: inline-block;
}

.profile-photo-label[b-1sxjnu4bgy] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

.profile-photo[b-1sxjnu4bgy] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.photo-overlay[b-1sxjnu4bgy] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-size: 0.9rem;
    font-weight: 600;
    transition: opacity 0.2s ease-in-out;
    text-align: center;
    padding: 10px;
}

.profile-photo-label:hover .photo-overlay[b-1sxjnu4bgy] {
    opacity: 1;
}

.profile-photo-label:hover .profile-photo[b-1sxjnu4bgy] {
    transform: scale(1.02);
}
/* /Components/UserDom/UserSelectWall.razor.rz.scp.css */
.photo-wall-wrapper[b-tye0p2pq0t] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.photo-wall-toolbar[b-tye0p2pq0t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background: #fafafa;
}

.toolbar-left[b-tye0p2pq0t] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.photo-counter[b-tye0p2pq0t] {
    color: #666;
    font-size: 0.95rem;
}

.toolbar-right[b-tye0p2pq0t] {
    display: flex;
    gap: 0.5rem;
}

.btn-action[b-tye0p2pq0t],
.btn-secondary[b-tye0p2pq0t] {
    border: 0;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.btn-action[b-tye0p2pq0t] {
    background: #0d6efd;
    color: white;
}

.btn-secondary[b-tye0p2pq0t] {
    background: #e9ecef;
    color: #333;
}

    .btn-action:disabled[b-tye0p2pq0t],
    .btn-secondary:disabled[b-tye0p2pq0t] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.photo-wall-grid[b-tye0p2pq0t] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 12px;
}

.photo-tile[b-tye0p2pq0t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

    .photo-tile:hover[b-tye0p2pq0t] {
        transform: translateY(-2px);
        border-color: #9ec5fe;
    }

    .photo-tile.selected[b-tye0p2pq0t] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 3px rgba(13,110,253,0.18);
        background: #f4f9ff;
    }

.photo-thumb[b-tye0p2pq0t] {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    background: #f3f3f3;
}

.photo-caption[b-tye0p2pq0t] {
    width: 100%;
    text-align: center;
    font-size: 0.78rem;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.photo-wall-state[b-tye0p2pq0t] {
    padding: 1rem;
    border-radius: 10px;
    background: #f5f5f5;
    color: #444;
}

    .photo-wall-state.error[b-tye0p2pq0t] {
        background: #fff1f1;
        color: #a61e1e;
        border: 1px solid #f1b0b0;
    }

.json-output[b-tye0p2pq0t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.json-output-title[b-tye0p2pq0t] {
    font-weight: 700;
}

.json-textarea[b-tye0p2pq0t] {
    width: 100%;
    min-height: 220px;
    resize: vertical;
    font-family: Consolas, monospace;
    font-size: 0.9rem;
    padding: 0.75rem;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    background: #fcfcfc;
}
/* /Components/UserDom/UserShowPhoto.razor.rz.scp.css */
.photo-wall-wrapper[b-o572xnx26l] {
    display: flex;
    flex-direction: column;
    height: 80vh;
    min-height: 520px;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.photo-wall-toolbar[b-o572xnx26l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.sticky-toolbar[b-o572xnx26l] {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding: 14px 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.toolbar-left[b-o572xnx26l] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.toolbar-right[b-o572xnx26l] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.photo-counter[b-o572xnx26l] {
    color: #666;
    font-size: 0.95rem;
}

.photo-wall-content[b-o572xnx26l] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 16px;
    background: #fafafa;
}

.photo-wall-grid[b-o572xnx26l] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
    gap: 12px;
}

.photo-tile[b-o572xnx26l] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    border: 2px solid transparent;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    text-align: left;
}

    .photo-tile:hover[b-o572xnx26l] {
        transform: translateY(-2px);
        border-color: #9ec5fe;
    }

    .photo-tile.selected[b-o572xnx26l] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.16);
        background-color: #f4f9ff;
    }

.photo-tile--staff[b-o572xnx26l] {
    background-color: #ffe3f1;
    border-color: #f0bfd8;
}

    .photo-tile--staff:hover[b-o572xnx26l] {
        border-color: #d88ab4;
    }

    .photo-tile--staff.selected[b-o572xnx26l] {
        background-color: #ffd8eb;
        border-color: #d88ab4;
        box-shadow: 0 0 0 3px rgba(216, 138, 180, 0.22);
    }

.photo-tile--expo[b-o572xnx26l] {
    background-color: #efe2ff;
    border-color: #ceb0fb;
}

    .photo-tile--expo:hover[b-o572xnx26l] {
        border-color: #a875f5;
    }

    .photo-tile--expo.selected[b-o572xnx26l] {
        background-color: #e8d6ff;
        border-color: #a875f5;
        box-shadow: 0 0 0 3px rgba(168, 117, 245, 0.22);
    }

.photo-tile--staff-expo[b-o572xnx26l] {
    background: linear-gradient(135deg, #ffe3f1 0%, #efe2ff 100%);
    border-color: #d7b8f3;
}

    .photo-tile--staff-expo:hover[b-o572xnx26l] {
        border-color: #b18be0;
    }

    .photo-tile--staff-expo.selected[b-o572xnx26l] {
        background: linear-gradient(135deg, #ffd8eb 0%, #e8d6ff 100%);
        border-color: #b18be0;
        box-shadow: 0 0 0 3px rgba(177, 139, 224, 0.24);
    }

.photo-tile--protected[b-o572xnx26l] {
    cursor: not-allowed;
}

    .photo-tile--protected:hover[b-o572xnx26l] {
        transform: none;
    }

.photo-thumb[b-o572xnx26l] {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    background: #f2f2f2;
}

.photo-caption[b-o572xnx26l] {
    text-align: center;
    font-size: 0.82rem;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo-badges[b-o572xnx26l] {
    margin-top: 6px;
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.photo-badge[b-o572xnx26l] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
}

.badge-staff[b-o572xnx26l] {
    background: #f7bfd9;
    color: #7a1f4b;
}

.badge-expo[b-o572xnx26l] {
    background: #d9c2ff;
    color: #4d2785;
}

.photo-wall-state[b-o572xnx26l] {
    padding: 1rem;
    border-radius: 10px;
    background: #f5f5f5;
    color: #444;
    margin-bottom: 1rem;
}

    .photo-wall-state.error[b-o572xnx26l] {
        background: #fff1f1;
        color: #a61e1e;
        border: 1px solid #f1b0b0;
    }

    .photo-wall-state.success[b-o572xnx26l] {
        background: #edf8f1;
        color: #1d5c33;
        border: 1px solid #b7dfc2;
    }

.btn-action[b-o572xnx26l],
.btn-secondary[b-o572xnx26l],
.btn-danger[b-o572xnx26l],
.btn-upload[b-o572xnx26l] {
    border: 0;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.1;
}

.btn-action[b-o572xnx26l] {
    background: #0d6efd;
    color: #fff;
}

.btn-secondary[b-o572xnx26l] {
    background: #e9ecef;
    color: #333;
}

.btn-danger[b-o572xnx26l] {
    background: #dc3545;
    color: #fff;
}

.btn-upload[b-o572xnx26l] {
    background: #198754;
    color: #fff;
}

    .btn-action:disabled[b-o572xnx26l],
    .btn-secondary:disabled[b-o572xnx26l],
    .btn-danger:disabled[b-o572xnx26l],
    .btn-upload:disabled[b-o572xnx26l] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.confirm-backdrop[b-o572xnx26l] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4000;
    padding: 1rem;
}

.confirm-dialog[b-o572xnx26l] {
    width: min(92vw, 460px);
    background: #fff;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.confirm-dialog-title[b-o572xnx26l] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.75rem;
}

.confirm-dialog-text[b-o572xnx26l] {
    color: #444;
    line-height: 1.45;
}

.confirm-dialog-actions[b-o572xnx26l] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.lightbox-backdrop[b-o572xnx26l] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5000;
    padding: 1rem;
}

.lightbox-container[b-o572xnx26l] {
    position: relative;
    width: min(96vw, 1200px);
    max-height: 92vh;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    gap: 1rem;
}

.lightbox-content[b-o572xnx26l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.lightbox-image[b-o572xnx26l] {
    max-width: 100%;
    max-height: 76vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
    background: #111;
}

.lightbox-caption[b-o572xnx26l] {
    margin-top: 14px;
    text-align: center;
    color: #fff;
    width: 100%;
}

.lightbox-title[b-o572xnx26l] {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.lightbox-tags[b-o572xnx26l] {
    display: flex;
    justify-content: center;
    margin-bottom: 0.6rem;
}

.lightbox-counter[b-o572xnx26l] {
    font-size: 0.88rem;
    opacity: 0.82;
}

.lightbox-close[b-o572xnx26l] {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.lightbox-nav[b-o572xnx26l] {
    width: 52px;
    height: 72px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

    .lightbox-nav.prev[b-o572xnx26l] {
        justify-self: start;
    }

    .lightbox-nav.next[b-o572xnx26l] {
        justify-self: end;
    }

    .lightbox-nav:disabled[b-o572xnx26l] {
        opacity: 0.35;
        cursor: default;
    }

@media (max-width: 768px) {
    .photo-wall-wrapper[b-o572xnx26l] {
        height: 75vh;
        min-height: 420px;
    }

    .photo-wall-toolbar[b-o572xnx26l] {
        flex-direction: column;
        align-items: stretch;
    }

    .toolbar-right[b-o572xnx26l] {
        justify-content: flex-start;
    }

    .photo-wall-grid[b-o572xnx26l] {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }

    .photo-thumb[b-o572xnx26l] {
        height: 95px;
    }

    .lightbox-container[b-o572xnx26l] {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 0.5rem;
    }

    .lightbox-nav[b-o572xnx26l] {
        width: 40px;
        height: 60px;
        font-size: 32px;
    }

    .lightbox-close[b-o572xnx26l] {
        top: -6px;
        right: -6px;
    }
}



}
/* /Components/UserDom/UserShowPhotoStaff.razor.rz.scp.css */
.photo-wall-wrapper[b-y1hkfwpi0x] {
    display: flex;
    flex-direction: column;
    height: 80vh;
    min-height: 520px;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.photo-wall-toolbar[b-y1hkfwpi0x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.sticky-toolbar[b-y1hkfwpi0x] {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding: 14px 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.toolbar-left[b-y1hkfwpi0x] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.toolbar-right[b-y1hkfwpi0x] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.photo-counter[b-y1hkfwpi0x] {
    color: #666;
    font-size: 0.95rem;
}

.photo-wall-content[b-y1hkfwpi0x] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 16px;
    background: #fafafa;
}

.photo-wall-grid[b-y1hkfwpi0x] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
    gap: 12px;
}

.photo-tile[b-y1hkfwpi0x] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    text-align: left;
}

    .photo-tile:hover[b-y1hkfwpi0x] {
        transform: translateY(-2px);
        border-color: #9ec5fe;
    }

    .photo-tile.selected[b-y1hkfwpi0x] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.16);
        background: #f4f9ff;
    }

.photo-thumb[b-y1hkfwpi0x] {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    background: #f2f2f2;
}

.photo-caption[b-y1hkfwpi0x] {
    text-align: center;
    font-size: 0.82rem;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo-wall-state[b-y1hkfwpi0x] {
    padding: 1rem;
    border-radius: 10px;
    background: #f5f5f5;
    color: #444;
    margin-bottom: 1rem;
}

    .photo-wall-state.error[b-y1hkfwpi0x] {
        background: #fff1f1;
        color: #a61e1e;
        border: 1px solid #f1b0b0;
    }

    .photo-wall-state.success[b-y1hkfwpi0x] {
        background: #edf8f1;
        color: #1d5c33;
        border: 1px solid #b7dfc2;
    }

.btn-action[b-y1hkfwpi0x],
.btn-secondary[b-y1hkfwpi0x],
.btn-danger[b-y1hkfwpi0x],
.btn-upload[b-y1hkfwpi0x] {
    border: 0;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.1;
}

.btn-action[b-y1hkfwpi0x] {
    background: #0d6efd;
    color: #fff;
}

.btn-secondary[b-y1hkfwpi0x] {
    background: #e9ecef;
    color: #333;
}

.btn-danger[b-y1hkfwpi0x] {
    background: #dc3545;
    color: #fff;
}

.btn-upload[b-y1hkfwpi0x] {
    background: #198754;
    color: #fff;
}

    .btn-action:disabled[b-y1hkfwpi0x],
    .btn-secondary:disabled[b-y1hkfwpi0x],
    .btn-danger:disabled[b-y1hkfwpi0x],
    .btn-upload:disabled[b-y1hkfwpi0x] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.confirm-backdrop[b-y1hkfwpi0x] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4000;
    padding: 1rem;
}

.confirm-dialog[b-y1hkfwpi0x] {
    width: min(92vw, 460px);
    background: #fff;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.confirm-dialog-title[b-y1hkfwpi0x] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.75rem;
}

.confirm-dialog-text[b-y1hkfwpi0x] {
    color: #444;
    line-height: 1.45;
}

.confirm-dialog-actions[b-y1hkfwpi0x] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.lightbox-backdrop[b-y1hkfwpi0x] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5000;
    padding: 1rem;
}

.lightbox-container[b-y1hkfwpi0x] {
    position: relative;
    width: min(96vw, 1200px);
    max-height: 92vh;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    gap: 1rem;
}

.lightbox-content[b-y1hkfwpi0x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.lightbox-image[b-y1hkfwpi0x] {
    max-width: 100%;
    max-height: 76vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
    background: #111;
}

.lightbox-caption[b-y1hkfwpi0x] {
    margin-top: 14px;
    text-align: center;
    color: #fff;
    width: 100%;
}

.lightbox-title[b-y1hkfwpi0x] {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.lightbox-tags[b-y1hkfwpi0x] {
    display: flex;
    justify-content: center;
    margin-bottom: 0.6rem;
}

.lightbox-counter[b-y1hkfwpi0x] {
    font-size: 0.88rem;
    opacity: 0.82;
}

.lightbox-close[b-y1hkfwpi0x] {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.lightbox-nav[b-y1hkfwpi0x] {
    width: 52px;
    height: 72px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

    .lightbox-nav.prev[b-y1hkfwpi0x] {
        justify-self: start;
    }

    .lightbox-nav.next[b-y1hkfwpi0x] {
        justify-self: end;
    }

    .lightbox-nav:disabled[b-y1hkfwpi0x] {
        opacity: 0.35;
        cursor: default;
    }

@media (max-width: 768px) {
    .photo-wall-wrapper[b-y1hkfwpi0x] {
        height: 75vh;
        min-height: 420px;
    }

    .photo-wall-toolbar[b-y1hkfwpi0x] {
        flex-direction: column;
        align-items: stretch;
    }

    .toolbar-right[b-y1hkfwpi0x] {
        justify-content: flex-start;
    }

    .photo-wall-grid[b-y1hkfwpi0x] {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }

    .photo-thumb[b-y1hkfwpi0x] {
        height: 95px;
    }

    .lightbox-container[b-y1hkfwpi0x] {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 0.5rem;
    }

    .lightbox-nav[b-y1hkfwpi0x] {
        width: 40px;
        height: 60px;
        font-size: 32px;
    }

    .lightbox-close[b-y1hkfwpi0x] {
        top: -6px;
        right: -6px;
    }
}
/* /Components/Utility/LastPost.razor.rz.scp.css */
/* /Components/Utility/ProfileImage.razor.rz.scp.css */
.profile-image-wrapper[b-x45xvu0zr6] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    background: #f3f4f6;
}

.profile-image-label[b-x45xvu0zr6] {
    display: block;
    cursor: pointer;
    margin: 0;
}

.profile-image[b-x45xvu0zr6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    border: 1px solid #d1d5db;
}

.profile-image-overlay[b-x45xvu0zr6] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s ease;
    font-size: 13px;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
}

.profile-image-wrapper:hover .profile-image-overlay[b-x45xvu0zr6] {
    opacity: 1;
}

.profile-image-mini[b-x45xvu0zr6] {
    width: 42px;
    height: 42px;
}

.profile-image-medium[b-x45xvu0zr6] {
    width: 120px;
    height: 120px;
}

.profile-image-large[b-x45xvu0zr6] {
    width: 220px;
    height: 220px;
}

.profile-image-readonly[b-x45xvu0zr6] {
    display: inline-block;
    cursor: default;
}

.profile-image-label[b-x45xvu0zr6] {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.profile-image-overlay[b-x45xvu0zr6] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.profile-image-label:hover .profile-image-overlay[b-x45xvu0zr6] {
    opacity: 1;
}
/* /Components/Utility/TagViewer.razor.rz.scp.css */
.tag-list[b-o6uv5a5jdf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-pill[b-o6uv5a5jdf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: #eef2f7;
    border: 1px solid #d8dee6;
    color: #2f3a45;
    font-size: 0.88rem;
    font-weight: 500;
    white-space: nowrap;
}
