body {
    margin: 0;
    background: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* APP CONTAINER */
.hariera-app {
    max-width: 420px;
    margin: auto;
    background: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* HEADER */
.hariera-header {
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

/* CONTENT */
.hariera-content {
    flex: 1;
    padding: 15px;
}

/* GRID */
.hariera-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}

/* CARD */
.hariera-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.hariera-cover {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.hariera-title {
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
}

/* BOTTOM NAV */
.hariera-bottom {
    display: flex;
    border-top: 1px solid #eee;
    background: #fff;
}

.hariera-bottom a {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
    text-decoration: none;
    color: #888;
    font-size: 11px;
}

.hariera-bottom a span {
    display: block;
    font-size: 18px;
}

.hariera-bottom a.active {
    color: #000;
    font-weight: bold;
}
/* =========================
   FORCE APP MODE (PENTING)
========================= */
body.page,
body.single {
    background: #f5f5f5 !important;
}

.entry-content,
.site-content,
.container,
.wrap,
.content-area {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hariera-app {
    max-width: 420px;
    margin: auto;
    min-height: 100vh;
    background: #fff;
}

/* HILANGKAN STYLE THEME */
header,
footer,
.site-header,
.site-footer {
    display: none !important;
}