/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7ykg6berkf] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background:
        radial-gradient(ellipse at top, rgba(239,179,80,0.06) 0%, transparent 60%),
        radial-gradient(ellipse at bottom, rgba(120,30,30,0.08) 0%, transparent 60%),
        #0a0807;
    color: #d6cfc1;
}

main[b-7ykg6berkf] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-7ykg6berkf] {
    background:
        linear-gradient(180deg, #1a0f05 0%, #0a0604 70%),
        radial-gradient(circle at top, rgba(239,179,80,0.12), transparent 60%);
    border-right: 1px solid rgba(239,179,80,0.25);
    box-shadow: inset -8px 0 16px -10px rgba(0,0,0,0.7);
}

.top-row[b-7ykg6berkf] {
    background: linear-gradient(180deg, #15100a 0%, #0d0907 100%);
    border-bottom: 1px solid rgba(239,179,80,0.25);
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    color: #d6c5a3;
}

    .top-row[b-7ykg6berkf]  a, .top-row[b-7ykg6berkf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #d6c5a3;
    }

    .top-row[b-7ykg6berkf]  a:hover, .top-row[b-7ykg6berkf]  .btn-link:hover {
        color: #fff3d6;
        text-decoration: none;
    }

@media (max-width: 640.98px) {
    .top-row[b-7ykg6berkf] {
        justify-content: space-between;
    }

    .top-row[b-7ykg6berkf]  a, .top-row[b-7ykg6berkf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7ykg6berkf] {
        flex-direction: row;
    }

    .sidebar[b-7ykg6berkf] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7ykg6berkf] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row[b-7ykg6berkf], article[b-7ykg6berkf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-od1w3xaw8j] {
    background-color: rgba(239, 179, 80, 0.18);
    border: 1px solid rgba(239, 179, 80, 0.45);
}

.top-row[b-od1w3xaw8j] {
    min-height: 4rem;
    background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.25));
    border-bottom: 1px solid rgba(239, 179, 80, 0.35);
}

.navbar-brand[b-od1w3xaw8j] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1.2rem;
    color: #f0d3a3 !important;
    line-height: 1.05;
    letter-spacing: 0.04em;
}

.brand-seal[b-od1w3xaw8j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #f6cf7a, #8a5a14 70%, #3a2207);
    color: #1a1006;
    font-size: 1.2rem;
    box-shadow: 0 0 0 1px rgba(239,179,80,0.6), 0 0 12px rgba(239,179,80,0.35);
}

.brand-text em[b-od1w3xaw8j] {
    color: #c9a55a;
    font-style: italic;
    font-size: 0.85em;
}

.bi[b-od1w3xaw8j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    color: #efb350;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
}

/* glifi unicode al posto delle icone bootstrap embedded */
.bi-compass[b-od1w3xaw8j]::before { content: "✦"; }
.bi-book[b-od1w3xaw8j]::before { content: "❦"; }
.bi-key[b-od1w3xaw8j]::before { content: "⚷"; }
.bi-quill[b-od1w3xaw8j]::before { content: "✎"; }
.bi-person[b-od1w3xaw8j]::before { content: "☥"; }
.bi-power[b-od1w3xaw8j]::before { content: "⏻"; }

.nav-divider[b-od1w3xaw8j] {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(239,179,80,0.35), transparent);
    margin: 0.6rem 1rem;
}

.nav-item[b-od1w3xaw8j] {
    font-family: "Cormorant Garamond", "Georgia", serif;
    font-size: 1rem;
    letter-spacing: 0.03em;
    padding-bottom: 0.3rem;
}

    .nav-item:first-of-type[b-od1w3xaw8j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-od1w3xaw8j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-od1w3xaw8j]  a {
        color: #d6c5a3;
        border-radius: 4px;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 2.8rem;
        padding-left: 0.75rem;
        border-left: 2px solid transparent;
        transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    }

.nav-item[b-od1w3xaw8j]  a.active {
    background: linear-gradient(90deg, rgba(239,179,80,0.22), transparent);
    border-left-color: #efb350;
    color: #fff3d6;
}

.nav-item[b-od1w3xaw8j]  a:hover {
    background: rgba(239,179,80,0.12);
    color: #fff3d6;
}

@media (min-width: 641px) {
    .navbar-toggler[b-od1w3xaw8j] {
        display: none;
    }

    .collapse[b-od1w3xaw8j] {
        display: block;
    }

    .nav-scrollable[b-od1w3xaw8j] {
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}

