*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#F5F7FA;
    font-family:Arial,sans-serif;
}

.nf-app{
    display:flex;
    min-height:100vh;
}

.nf-sidebar{
    width:260px;
    background:linear-gradient(180deg,#2563EB,#1D4ED8);
    color:#fff;
    padding:30px 20px;
}

.nf-logo{
    font-size:28px;
    font-weight:bold;
    margin-bottom:40px;
}

.nf-menu{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.nf-menu a{
    color:#fff;
    text-decoration:none;
    padding:14px 16px;
    border-radius:12px;
    transition:.2s;
}

.nf-menu a:hover{
    background:rgba(255,255,255,.12);
}

.nf-menu a.active{
    background:rgba(0,0,0,.18);
}

.nf-main{
    flex:1;
    display:flex;
    flex-direction:column;
}

.nf-topbar{
    height:80px;
    background:#fff;
    border-bottom:1px solid #E5E7EB;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 30px;
}

.nf-topbar-right{
    display:flex;
    gap:20px;
}

.nf-content{
    padding:30px;
}

.nf-page h1{
    font-size:32px;
    margin-bottom:10px;
}

html,
body{
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden;
}

body.nf-body{
    background:#F5F7FA;
}

.site,
.site-content,
.content-area,
.site-main{
    margin:0 !important;
    padding:0 !important;
    max-width:100% !important;
    width:100% !important;
}

.nf-app{
    min-height:100vh;
}

#wpadminbar{
    display:none !important;
}

html{
    margin-top:0 !important;
}