/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8nwrci8av6] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

main[b-8nwrci8av6] {
    flex: 1;
    min-width: 0;
}

article[b-8nwrci8av6] {
    min-width: 0;
    overflow-x: hidden;
}

.sidebar[b-8nwrci8av6] {
    width: 100%;
    min-width: 0;
    background-image: linear-gradient(135deg, #E9D9BE 0%, #C9A96A 100%);
    color: #4A3728;
}

.top-row[b-8nwrci8av6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    min-width: 0;
}

    .top-row[b-8nwrci8av6]  a,
    .top-row[b-8nwrci8av6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-8nwrci8av6]  a:hover,
        .top-row[b-8nwrci8av6]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-8nwrci8av6]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .lp-shell[b-8nwrci8av6] {
        padding: 12px;
    }

    .lp-header[b-8nwrci8av6] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        min-height: auto;
        padding: 10px 0;
    }

    .lp-header-left[b-8nwrci8av6],
    .lp-header-right[b-8nwrci8av6] {
        width: 100%;
        min-width: 0;
    }

    .lp-header-right[b-8nwrci8av6] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .lp-user-box[b-8nwrci8av6] {
        width: 100%;
        padding: 8px 10px;
        border-radius: 14px;
    }

    .lp-user-avatar[b-8nwrci8av6] {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 0.85rem;
    }

    .lp-user-name[b-8nwrci8av6] {
        font-size: 0.82rem;
    }

    .lp-user-role[b-8nwrci8av6] {
        font-size: 0.66rem;
        letter-spacing: 0.06em;
    }

    .lp-header-right .lp-btn[b-8nwrci8av6],
    .lp-header-right .lp-btn-danger[b-8nwrci8av6],
    .lp-header-right .lp-btn-secondary[b-8nwrci8av6],
    .lp-header-right .lp-btn-outline[b-8nwrci8av6] {
        width: 100%;
        min-width: 0;
        padding: 10px 12px;
        font-size: 0.92rem;
    }

    .lp-brand[b-8nwrci8av6] {
        font-size: 1.05rem;
        letter-spacing: 0.12em;
    }

    .lp-brand-subtitle[b-8nwrci8av6] {
        font-size: 0.68rem;
        letter-spacing: 0.14em;
    }
}

@media (min-width: 641px) {
    .page[b-8nwrci8av6] {
        flex-direction: row;
    }

    .sidebar[b-8nwrci8av6] {
        width: 270px;
        min-width: 270px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }

    .top-row[b-8nwrci8av6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-8nwrci8av6]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-8nwrci8av6],
    article[b-8nwrci8av6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.lp-shell[b-8nwrci8av6] {
    padding: 24px;
    min-height: 100vh;
    min-width: 0;
    overflow-x: hidden;
    background: linear-gradient(180deg, #FDFBF7 0%, #F7F1E8 100%);
}

.lp-topbar[b-8nwrci8av6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    min-width: 0;
}

.lp-kicker[b-8nwrci8av6] {
    font-size: 12px;
    letter-spacing: 0.22em;
    font-weight: 700;
    color: #A8823E;
    margin-bottom: 8px;
}

.lp-topbar h1[b-8nwrci8av6] {
    margin: 0;
    font-size: 34px;
    color: #4A3728;
}

.lp-muted[b-8nwrci8av6] {
    color: #7B6856;
    margin: 6px 0 0;
}

.lp-grid[b-8nwrci8av6] {
    display: grid;
    gap: 18px;
    margin-bottom: 18px;
    min-width: 0;
}

.lp-grid-main[b-8nwrci8av6] {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.lp-grid-cards[b-8nwrci8av6] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-card[b-8nwrci8av6] {
    background: rgba(255,255,255,0.92);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(168, 130, 62, 0.10);
    border: 1px solid rgba(201, 169, 106, 0.18);
    backdrop-filter: blur(8px);
    min-width: 0;
}

.lp-hero[b-8nwrci8av6] {
    background: linear-gradient(135deg, #FFFDF9 0%, #F2E7D3 100%);
}

.lp-hero-content[b-8nwrci8av6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
    min-width: 0;
}

.lp-hero h2[b-8nwrci8av6] {
    margin: 4px 0;
    color: #4A3728;
    font-size: 28px;
}

.lp-label[b-8nwrci8av6] {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.14em;
    color: #A8823E;
    margin-bottom: 8px;
    font-weight: 700;
}

.lp-badge[b-8nwrci8av6] {
    background: linear-gradient(135deg, #E9D9BE 0%, #C9A96A 100%);
    color: #4A3728;
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.lp-mini-grid[b-8nwrci8av6] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    min-width: 0;
}

.lp-stat[b-8nwrci8av6] {
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(201, 169, 106, 0.15);
    border-radius: 18px;
    padding: 14px;
    min-width: 0;
}

.lp-stat-label[b-8nwrci8av6] {
    display: block;
    font-size: 12px;
    color: #8B745F;
    margin-bottom: 6px;
}

.lp-actions[b-8nwrci8av6] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.lp-btn[b-8nwrci8av6] {
    border: none;
    border-radius: 16px;
    padding: 12px 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

    .lp-btn:hover[b-8nwrci8av6] {
        transform: translateY(-1px);
        opacity: .96;
    }

.lp-btn-secondary[b-8nwrci8av6] {
    background: #F4EBDD;
    color: #6E5639;
}

.lp-btn-outline[b-8nwrci8av6] {
    background: transparent;
    color: #A8823E;
    border: 1px solid #C9A96A;
}

.lp-btn-danger[b-8nwrci8av6] {
    background: linear-gradient(135deg, #caa75f 0%, #b58b3c 100%);
    color: white;
    box-shadow: 0 10px 24px rgba(181, 139, 60, 0.22);
}

.lp-list[b-8nwrci8av6] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.lp-list-item[b-8nwrci8av6] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #F0E5D5;
    flex-wrap: wrap;
    min-width: 0;
}

    .lp-list-item > *[b-8nwrci8av6] {
        min-width: 0;
    }

.lp-todo[b-8nwrci8av6] {
    margin: 12px 0 0;
    padding-left: 18px;
    color: #6E5A45;
}

    .lp-todo li[b-8nwrci8av6] {
        margin-bottom: 10px;
    }

.lp-header-left h1[b-8nwrci8av6] {
    margin: 0;
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #b8965a;
}

.lp-header[b-8nwrci8av6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    min-height: 84px;
    min-width: 0;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(201, 169, 106, 0.18);
    background: linear-gradient(180deg, #fffdf9 0%, #fbf7f1 100%);
}

.lp-header-left[b-8nwrci8av6] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 260px;
    min-width: 0;
}

.lp-brand-wrap[b-8nwrci8av6] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    overflow: hidden;
}

.lp-brand[b-8nwrci8av6] {
    margin: 0;
    font-size: clamp(1.3rem, 3vw, 2rem);
    line-height: 1;
    letter-spacing: 0.16em;
    font-weight: 500;
    color: #3f2f22;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lp-brand-subtitle[b-8nwrci8av6] {
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #b08a46;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lp-header-right[b-8nwrci8av6] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex: 1 1 280px;
    flex-wrap: wrap;
    min-width: 0;
}

.lp-user-box[b-8nwrci8av6] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(201, 169, 106, 0.18);
    box-shadow: 0 8px 24px rgba(176, 138, 70, 0.08);
    min-width: 0;
    max-width: 100%;
}

.lp-user-avatar[b-8nwrci8av6] {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d7bb81 0%, #b9934b 100%);
    color: white;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 6px 18px rgba(176, 138, 70, 0.22);
}

.lp-user-meta[b-8nwrci8av6] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    min-width: 0;
    overflow: hidden;
}

.lp-user-name[b-8nwrci8av6] {
    font-size: 0.96rem;
    font-weight: 700;
    color: #3f2f22;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lp-user-role[b-8nwrci8av6] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #a27b38;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 920px) {
    .lp-grid-main[b-8nwrci8av6],
    .lp-grid-cards[b-8nwrci8av6],
    .lp-mini-grid[b-8nwrci8av6] {
        grid-template-columns: 1fr !important;
    }
}


@media (max-width: 900px) {
    .lp-shell[b-8nwrci8av6] {
        padding: 18px;
    }

    .lp-header[b-8nwrci8av6] {
        align-items: flex-start;
        gap: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .lp-header-left[b-8nwrci8av6],
    .lp-header-right[b-8nwrci8av6] {
        width: 100%;
        flex: 1 1 100%;
    }

    .lp-header-right[b-8nwrci8av6] {
        justify-content: space-between;
    }

    .lp-user-box[b-8nwrci8av6] {
        flex: 1 1 220px;
    }
}

@media (max-width: 640.98px) {
    .lp-shell[b-8nwrci8av6] {
        padding: 14px;
    }

    .lp-header[b-8nwrci8av6] {
        gap: 10px;
    }

    .lp-header-right[b-8nwrci8av6] {
        flex-direction: column;
        align-items: stretch;
    }

    .lp-user-box[b-8nwrci8av6] {
        width: 100%;
    }

    .lp-btn[b-8nwrci8av6],
    .lp-btn-danger[b-8nwrci8av6],
    .lp-btn-secondary[b-8nwrci8av6],
    .lp-btn-outline[b-8nwrci8av6] {
        width: 100%;
    }
}

#blazor-error-ui[b-8nwrci8av6] {
    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-8nwrci8av6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ubahezg7wj] {
    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-ubahezg7wj] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ubahezg7wj] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ubahezg7wj] {
    font-size: 1.1rem;
}

.bi[b-ubahezg7wj] {
    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-ubahezg7wj] {
    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-ubahezg7wj] {
    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-ubahezg7wj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ubahezg7wj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ubahezg7wj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ubahezg7wj] {
        padding-bottom: 1rem;
    }

/*    .nav-item ::deep .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 ::deep .nav-link-sidebar {
        color: white;
        
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }
*/
    .nav-item[b-ubahezg7wj]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: #4A3728;
        
    }

.nav-item[b-ubahezg7wj]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
    .nav-item[b-ubahezg7wj]  .nav-link-sidebar:hover {
        background-color: #C9A96A;
        color: #4A3728;
    }

.nav-scrollable[b-ubahezg7wj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ubahezg7wj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ubahezg7wj] {
        display: none;
    }

    .nav-scrollable[b-ubahezg7wj] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.lp-nav-shell[b-ubahezg7wj] {
    height: 100%;
    padding: 24px 18px;
    background: linear-gradient(180deg, #3b3128 0%, #4a3b2f 100%);
    color: #f8f3ea;
    display: flex;
    flex-direction: column;
    gap: 22px;
    box-shadow: inset -1px 0 0 rgba(255,255,255,0.04);
}

.lp-nav-brand[b-ubahezg7wj] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lp-nav-logo[b-ubahezg7wj] {
    width: 50px;
    height: 50px;
    border-radius: 90%;
    /*background: white;*/
        /*linear-gradient(135deg, #d8bc83 0%, #b58d48 100%);*/
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.lp-nav-title[b-ubahezg7wj] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.lp-nav-subtitle[b-ubahezg7wj] {
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #dcc38f;
}

.lp-nav-section[b-ubahezg7wj] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-nav-section-title[b-ubahezg7wj] {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #d8bf8a;
    font-weight: 700;
    margin: 6px 0 4px;
}

.lp-nav-link[b-ubahezg7wj] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #f4ede0;
    padding: 12px 14px;
    border-radius: 16px;
    transition: .2s ease;
    font-weight: 600;
    border: 1px solid transparent;
}

    .lp-nav-link:hover[b-ubahezg7wj] {
        background: rgba(255,255,255,0.08);
        color: white;
        border-color: rgba(216, 191, 138, 0.18);
        transform: translateX(2px);
    }

    .lp-nav-link.active[b-ubahezg7wj] {
        background: linear-gradient(135deg, rgba(216,188,131,0.22) 0%, rgba(181,141,72,0.24) 100%);
        color: #fff;
        border-color: rgba(216, 191, 138, 0.25);
        box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    }

.lp-nav-icon[b-ubahezg7wj] {
    width: 20px;
    text-align: center;
    opacity: 0.92;
}

.lp-nav-footer[b-ubahezg7wj] {
    margin-top: auto;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}

.lp-nav-user-role[b-ubahezg7wj] {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #d8bf8a;
    font-weight: 700;
    margin-bottom: 4px;
}

.lp-nav-user-name[b-ubahezg7wj] {
    font-size: 0.96rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

.lp-nav[b-ubahezg7wj] {
    padding: 20px 14px;
}

.lp-nav-title[b-ubahezg7wj] {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: #C9A96A;
    margin-bottom: 14px;
    font-weight: 600;
}

/*.lp-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 12px;
    color: #eaeaea;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-bottom: 6px;
}
*/
    /* ICONOS */
    .lp-nav-item i[b-ubahezg7wj] {
        font-size: 1rem;
        opacity: 0.85;
        transition: all 0.25s ease;
    }

    /* HOVER */
    .lp-nav-item:hover[b-ubahezg7wj] {
        background: rgba(255,255,255,0.06);
        transform: translateX(4px);
    }

        .lp-nav-item:hover i[b-ubahezg7wj] {
            color: #E9D9BE;
        }

    /* ACTIVO */
    .lp-nav-item.active[b-ubahezg7wj] {
        background: linear-gradient(135deg, #E9D9BE 0%, #C9A96A 100%);
        color: #2B2B2B;
        font-weight: 500;
    }

        .lp-nav-item.active i[b-ubahezg7wj] {
            color: #2B2B2B;
        }

    /* CLICK EFECTO */
    .lp-nav-item:active[b-ubahezg7wj] {
        transform: scale(0.97);
    }

.lp-nav-block[b-ubahezg7wj] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/*.lp-nav-section-title {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #C9A96A;
    margin-bottom: 10px;
    font-weight: 600;
}
*/
.nav-item[b-ubahezg7wj]  .lp-nav-link {
    color: #f5efe6;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    min-height: 3rem;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 0.75rem 1rem;
    line-height: normal;
    transition: all 0.25s ease;
    background: transparent;
}

    .nav-item[b-ubahezg7wj]  .lp-nav-link i {
        font-size: 1rem;
        width: 18px;
        min-width: 18px;
        text-align: center;
        color: #E9D9BE;
        opacity: 0.95;
    }

    .nav-item[b-ubahezg7wj]  .lp-nav-link span {
        display: inline-block;
        line-height: 1.2;
    }

    .nav-item[b-ubahezg7wj]  .lp-nav-link:hover {
        background-color: rgba(255,255,255,0.08);
        color: white;
        transform: translateX(3px);
    }

    .nav-item[b-ubahezg7wj]  .lp-nav-link.active {
        background: linear-gradient(135deg, #E9D9BE 0%, #C9A96A 100%);
        color: #4A3728;
        font-weight: 600;
    }

        .nav-item[b-ubahezg7wj]  .lp-nav-link.active i {
            color: #4A3728;
        }
