*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Segoe UI',sans-serif;
}

body{
    background:linear-gradient(180deg,#dbeafe,#e2e8f0);
    color:#1f2937;
}

/* FRAME HP */
.app-shell{
    width:100%;
    max-width:430px;
    min-height:100vh;
    margin:0 auto;
    background:#f8fafc;
    box-shadow:0 0 35px rgba(0,0,0,0.15);
    overflow:hidden;
    position:relative;
}

/* HEADER */
.app-top{
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:white;
    padding:45px 25px 70px 25px;
    text-align:center;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}

.app-top h2{
    font-size:30px;
    letter-spacing:1px;
    margin-bottom:8px;
}

.app-top p{
    font-size:14px;
    opacity:0.9;
}

/* CONTENT */
.app-content{
    padding:22px;
    margin-top:-35px;
}

/* CARD LOGIN */
.card-menu{
    background:white;
    border-radius:22px;
    padding:25px 20px;
    margin-bottom:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* INPUT */
.input-app{
    width:100%;
    padding:16px;
    margin-bottom:15px;
    border-radius:14px;
    border:1px solid #dbeafe;
    background:#f8fafc;
    font-size:15px;
    outline:none;
    transition:0.3s;
}

.input-app:focus{
    border:1px solid #2563eb;
    box-shadow:0 0 8px rgba(37,99,235,0.2);
}

/* BUTTON GLOBAL */
.btn-app{
    display:block;
    width:100%;
    padding:16px;
    border:none;
    border-radius:14px;
    text-align:center;
    text-decoration:none;
    font-weight:700;
    font-size:15px;
    margin-top:12px;
    cursor:pointer;
    box-shadow:0 6px 14px rgba(0,0,0,0.08);
}

/* WARNA */
.btn-blue{
    background:linear-gradient(135deg,#1d4ed8,#2563eb);
    color:white;
}

.btn-green{
    background:linear-gradient(135deg,#15803d,#22c55e);
    color:white;
}

.btn-orange{
    background:linear-gradient(135deg,#d97706,#f59e0b);
    color:white;
}

.btn-link{
    color:#1d4ed8;
    text-align:center;
    display:block;
    margin-top:18px;
    text-decoration:none;
    font-weight:600;
}

.grid-menu{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:20px;
}

.grid-btn{
    background:white;
    border-radius:20px;
    padding:22px 10px;
    text-align:center;
    text-decoration:none;
    color:#0f172a;
    font-weight:700;
    box-shadow:0 6px 16px rgba(0,0,0,0.07);
    font-size:14px;
}

.big-panic{
    display:block;
    background:linear-gradient(135deg,#dc2626,#ef4444);
    color:white;
    text-align:center;
    padding:18px;
    border-radius:18px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    margin-top:18px;
    box-shadow:0 8px 18px rgba(220,38,38,0.25);
}

.badge-red{
    position:absolute;
    top:8px;
    right:10px;
    background:red;
    color:#fff;
    border-radius:50%;
    min-width:20px;
    height:20px;
    line-height:20px;
    font-size:11px;
    font-weight:700;
}

.notif-header-box{
    background:#fff;
    border-radius:18px;
    padding:18px;
    box-shadow:0 4px 12px rgba(0,0,0,0.06);
    margin-bottom:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
}

.notif-header-box h3{
    margin:0;
    font-size:18px;
}

.notif-header-box p{
    margin:5px 0 0;
    font-size:12px;
    color:#666;
    line-height:1.5;
}

.back-home-btn{
    text-decoration:none;
    background:#1e40af;
    color:#fff;
    padding:8px 12px;
    border-radius:10px;
    font-size:12px;
    font-weight:600;
    white-space:nowrap;
}

.empty-notif{
    background:#fff;
    border-radius:16px;
    padding:30px;
    text-align:center;
    color:#777;
    box-shadow:0 4px 12px rgba(0,0,0,0.06);
}

.notif-item{
    border-radius:16px;
    padding:15px;
    display:flex;
    gap:14px;
    margin-bottom:12px;
    box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.notif-icon{
    font-size:24px;
    width:34px;
}

.notif-body{
    flex:1;
}

.notif-title{
    font-size:15px;
    font-weight:700;
}

.notif-message{
    font-size:13px;
    color:#6b7280;
    line-height:1.6;
    margin-top:6px;
}

.notif-meta{
    margin-top:10px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:8px;
}

.notif-type{
    background:#dbeafe;
    color:#1d4ed8;
    padding:4px 8px;
    border-radius:20px;
    font-size:10px;
    font-weight:700;
}

.notif-time{
    font-size:11px;
    color:#999;
}

.hero-warga{
    background:linear-gradient(135deg,#1e3a8a,#2563eb);
    color:#fff;
    padding:20px;
    border-radius:20px;
    margin-bottom:18px;
    box-shadow:0 8px 18px rgba(37,99,235,0.20);
}

.hero-title{
    font-size:19px;
    font-weight:700;
}

.hero-sub{
    font-size:13px;
    margin-top:6px;
    opacity:0.9;
    line-height:1.5;
}

.hero-mini{
    margin-top:14px;
    background:rgba(255,255,255,0.12);
    padding:10px 12px;
    border-radius:12px;
    font-size:12px;
    line-height:1.6;
}

.section-title{
    font-size:14px;
    font-weight:700;
    color:#334155;
    margin:18px 4px 10px;
}

.notif-badge-dashboard{
    position:absolute;
    top:8px;
    right:10px;
    background:red;
    color:#fff;
    min-width:18px;
    height:18px;
    line-height:18px;
    border-radius:50%;
    font-size:10px;
    font-weight:700;
}