html, body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #f3f6f5;
}

.fusko-auth-page {
    background:
        radial-gradient(circle at top left, rgba(108, 194, 74, 0.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(10, 92, 54, 0.25), transparent 25%),
        linear-gradient(135deg, #f3fbf6 0%, #f7faf8 100%);
}

.fusko-auth-card,
.fusko-stat-card,
.fusko-hero-card,
.fusko-shortcut,
.fusko-mini-stat {
    border-radius: 28px;
}

.fusko-auth-card {
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12) !important;
}

.fusko-auth-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1em;
    height: 1.1em;
    flex: 0 0 auto;
    vertical-align: middle;
    color: currentColor;
}

.fusko-auth-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fusko-auth-hero {
    background: linear-gradient(160deg, #0A5C36 0%, #148f5d 55%, #6CC24A 100%);
    min-height: 540px;
    position: relative;
    overflow: hidden;
}

.fusko-auth-hero::before,
.fusko-auth-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(2px);
}

.fusko-auth-hero::before {
    width: 220px;
    height: 220px;
    right: -50px;
    top: -40px;
}

.fusko-auth-hero::after {
    width: 180px;
    height: 180px;
    left: -40px;
    bottom: -30px;
}

.fusko-auth-chip {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.fusko-auth-title {
    max-width: 13ch;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 800;
    margin-top: 1rem;
}

.fusko-auth-lead {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.fusko-auth-copy {
    max-width: 46ch;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 0;
}

.fusko-auth-feature-list {
    display: grid;
    gap: 14px;
}

.fusko-auth-feature-list > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.fusko-auth-feature-list .fusko-auth-icon {
    width: 1.1rem;
    height: 1.1rem;
    color: #ffffff;
    margin-top: 2px;
}

.fusko-auth-feature-list span {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.fusko-mini-stat {
    background: rgba(255, 255, 255, 0.14);
    padding: 16px;
    backdrop-filter: blur(10px);
}

.fusko-mini-stat strong,
.fusko-mini-stat span {
    display: block;
}

.fusko-mini-stat span {
    font-size: 13px;
    opacity: 0.8;
}

.fusko-login-form .form-control,
.fusko-login-form .input-group-text {
    padding-top: 14px;
    padding-bottom: 14px;
}

.fusko-login-form .input-group {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
    transition: 0.2s ease;
}

.fusko-login-form .input-group:focus-within {
    box-shadow: 0 0 0 4px rgba(20, 143, 93, 0.12), inset 0 0 0 1px rgba(20, 143, 93, 0.45);
}

.fusko-login-form .input-group-text {
    color: #0A5C36;
}

.fusko-login-form .fusko-auth-icon {
    width: 1.05rem;
    height: 1.05rem;
}

.fusko-login-form .form-control::placeholder {
    color: #94a3b8;
}

.fusko-auth-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    text-decoration: none;
    font-weight: 700;
    color: #0A5C36;
}

.fusko-auth-back-link:hover {
    color: #083f27;
    text-decoration: underline;
}

.fusko-topbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    z-index: 1038;
}

.fusko-topbar-user {
    max-width: min(38vw, 420px);
    min-width: 0;
}

.fusko-topbar-user-name,
.fusko-topbar-user-role {
    display: block;
    width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.35;
}

.fusko-topbar-user-name {
    font-size: clamp(0.84rem, 0.8rem + 0.2vw, 1rem);
}

.fusko-topbar-user-role {
    font-size: clamp(0.68rem, 0.64rem + 0.14vw, 0.82rem);
}

.fusko-sidebar {
    background: linear-gradient(180deg, #083f27 0%, #0A5C36 60%, #114d31 100%);
}

.fusko-sidebar .sidebar {
    padding-top: 10px;
}

.fusko-sidebar .brand-link {
    white-space: normal;
}

.fusko-brand-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 74px;
    padding: 14px 16px 13px;
    background: linear-gradient(180deg, rgba(5, 49, 30, 0.28) 0%, rgba(7, 62, 38, 0.14) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    line-height: 1.2;
}

.fusko-brand-logo {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    object-fit: contain;
    display: block;
}

.fusko-brand-copy {
    min-width: 0;
    overflow-wrap: anywhere;
}

.fusko-sidebar .brand-link .brand-text {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.fusko-sidebar .brand-link small {
    display: block;
    margin: 2px 0 0;
    max-width: 100%;
    color: rgba(226, 232, 240, 0.78) !important;
    font-size: 0.68rem;
    line-height: 1.35;
    white-space: normal;
}

.fusko-user-panel {
    margin: 22px 12px 18px;
    padding: 12px 14px 11px;
    align-items: flex-start;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    position: relative;
}

.fusko-user-panel::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 14px;
    right: 14px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}

.fusko-user-panel .info {
    padding: 0;
    width: 100%;
    min-width: 0;
    display: block;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.fusko-user-panel .info > a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    width: 100%;
    margin: 0;
    white-space: normal !important;
    overflow: visible;
    text-overflow: unset;
    font-size: clamp(0.82rem, 0.76rem + 0.2vw, 0.96rem);
    line-height: 1.35;
    word-break: break-word;
}

.fusko-user-panel .info > small {
    margin-top: 4px;
    color: rgba(226, 232, 240, 0.82);
    display: block;
    width: 100%;
    white-space: normal !important;
    overflow: visible;
    text-overflow: unset;
    font-size: clamp(0.66rem, 0.62rem + 0.16vw, 0.78rem);
    line-height: 1.45;
    word-break: break-word;
}

.fusko-content {
    background:
        radial-gradient(circle at top right, rgba(108, 194, 74, 0.1), transparent 20%),
        linear-gradient(180deg, #f4f7f5 0%, #eef4f1 100%);
    min-height: calc(100vh - 57px);
}

.content-wrapper > .content {
    padding-top: 1.5rem;
}

.fusko-hero-card {
    background: linear-gradient(135deg, #0A5C36 0%, #137149 60%, #6CC24A 100%);
    color: #fff;
    padding: 32px;
    box-shadow: 0 22px 50px rgba(10, 92, 54, 0.18);
}

.fusko-stat-card {
    background: #fff;
    padding: 20px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

.fusko-stat-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 20px;
}

.fusko-stat-icon .fusko-svg-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.fusko-shortcut .fusko-svg-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 92, 54, 0.08);
}

.timeline .fusko-svg-icon {
    width: 16px;
    height: 16px;
}

.timeline .fusko-svg-icon.bg-success {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.timeline .fusko-svg-icon.bg-success svg {
    stroke: rgba(255, 255, 255, 0);
}

.fusko-shortcut {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f6faf7 100%);
    border: 1px solid rgba(10, 92, 54, 0.08);
    color: #0f172a;
    text-decoration: none;
    transition: 0.25s ease;
}

.fusko-shortcut:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(10, 92, 54, 0.12);
    color: #0A5C36;
}

.fusko-shortcut i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 92, 54, 0.08);
}

.fusko-icon-action {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.fusko-svg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1em;
    height: 1.1em;
    flex: 0 0 auto;
    vertical-align: middle;
    color: currentColor;
}

.fusko-svg-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fusko-topbar-icon {
    width: 1.2em;
    height: 1.2em;
}

.fusko-inline-icon {
    width: 1em;
    height: 1em;
}

.nav-icon.fusko-svg-icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.25rem;
    margin-right: 0.6rem;
}

.nav-icon.fusko-svg-icon svg {
    width: 1.05rem;
    height: 1.05rem;
}

.right.fusko-svg-icon {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.25rem;
}

.right.fusko-svg-icon svg {
    width: 1rem;
    height: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 999px !important;
}

.table > :not(caption) > * > * {
    padding: 14px 12px;
}

.nav-sidebar .nav-link {
    border-radius: 14px;
    margin-bottom: 6px;
    padding: 0.8rem 0.95rem;
    transition: 0.2s ease;
}

.nav-sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(2px);
}

.nav-sidebar .nav-header {
    margin-bottom: 0.65rem;
    padding: 0.25rem 0.95rem;
    color: rgba(226, 232, 240, 0.62);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
}

.nav-sidebar .nav-link p,
.nav-sidebar .nav-link .nav-icon {
    color: rgba(255, 255, 255, 0.92);
}

.nav-sidebar .nav-link.active {
    background: linear-gradient(135deg, rgba(108, 194, 74, 0.94) 0%, rgba(89, 178, 58, 0.94) 100%);
    box-shadow: 0 12px 24px rgba(8, 63, 39, 0.2);
}

.nav-sidebar .nav-link.active p,
.nav-sidebar .nav-link.active .nav-icon {
    color: #0a3a22;
}

.nav-sidebar .nav-treeview {
    padding-left: 0.85rem;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link {
    margin-bottom: 4px;
    padding: 0.65rem 0.9rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link .nav-icon {
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .fusko-auth-hero {
        min-height: auto;
    }

    .fusko-topbar-user {
        max-width: min(52vw, 280px);
    }

    .fusko-quick-menu {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

.fusko-public-shell {
    width: 100%;
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(108, 194, 74, 0.18), transparent 25%),
        radial-gradient(circle at top right, rgba(10, 92, 54, 0.14), transparent 24%),
        radial-gradient(circle at bottom right, rgba(10, 92, 54, 0.16), transparent 28%),
        linear-gradient(180deg, #f7fbf8 0%, #eef5f1 52%, #e8f0ec 100%);
    color: #0f172a;
    overflow: clip;
}

.fusko-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1em;
    height: 1.1em;
    flex: 0 0 auto;
    vertical-align: middle;
    color: currentColor;
}

.fusko-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fusko-public-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(244, 251, 246, 0.82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(10, 92, 54, 0.08);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.fusko-public-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0f172a;
    padding: 10px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.fusko-public-brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.fusko-public-brand strong,
.fusko-public-brand small {
    display: block;
    line-height: 1.15;
}

.fusko-public-brand strong {
    font-size: 1rem;
}

.fusko-public-brand small {
    color: #4b5563;
    font-size: 0.72rem;
}

.fusko-public-nav {
    gap: 24px;
}

.fusko-public-nav a {
    color: #334155;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
    position: relative;
}

.fusko-public-nav a:hover {
    color: #0A5C36;
}

.fusko-public-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0A5C36 0%, #49a168 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.fusko-public-nav a:hover::after {
    transform: scaleX(1);
}

.fusko-public-hero {
    padding: 36px 0 24px;
}

.py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.fusko-public-kicker,
.fusko-public-section-heading span,
.fusko-public-card-kicker,
.fusko-public-cta span,
.fusko-public-news-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(10, 92, 54, 0.08);
    color: #0A5C36;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fusko-public-title {
    max-width: 12ch;
    margin: 18px 0 18px;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.fusko-public-lead {
    max-width: 60ch;
    color: #475569;
    font-size: 1.04rem;
    line-height: 1.8;
}

.fusko-public-mini-card,
.fusko-public-card,
.fusko-public-panel,
.fusko-public-news-card,
.fusko-public-cta,
.fusko-public-activity-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.fusko-public-card:hover,
.fusko-public-news-card:hover,
.fusko-public-activity-card:hover,
.fusko-public-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 72px rgba(15, 23, 42, 0.12);
    border-color: rgba(10, 92, 54, 0.14);
}

.fusko-public-mini-card {
    padding: 18px 20px;
}

.fusko-public-mini-card span {
    display: block;
    color: #64748b;
    font-size: 0.88rem;
    margin-bottom: 8px;
}

.fusko-public-mini-card strong {
    font-size: 1.8rem;
    line-height: 1;
}

.fusko-public-panel {
    position: relative;
    overflow: hidden;
    padding: 24px;
    background: linear-gradient(180deg, rgba(8, 63, 39, 0.96) 0%, rgba(10, 92, 54, 0.96) 58%, rgba(34, 120, 76, 0.92) 100%);
    color: #fff;
}

.fusko-public-panel::before {
    content: "";
    position: absolute;
    inset: auto -40px -60px auto;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 60%);
}

.fusko-public-panel-head {
    margin-bottom: 18px;
}

.fusko-public-panel-head span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

.fusko-public-panel-head strong {
    font-size: 1.35rem;
}

.fusko-public-highlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    margin-bottom: 12px;
}

.fusko-public-highlight small {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 4px;
}

.fusko-public-highlight h3 {
    margin: 0;
    font-size: 1.55rem;
    color: #fff;
}

.fusko-public-highlight span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
}

.fusko-public-highlight .fusko-icon {
    width: 1.3rem;
    height: 1.3rem;
    color: #ffffff;
}

.fusko-public-section {
    padding: 34px 0 34px;
}

.fusko-public-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.fusko-public-section-heading h2,
.fusko-public-card h2,
.fusko-public-card h3,
.fusko-public-cta h2,
.fusko-public-news-card h3 {
    margin: 12px 0 0;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.fusko-public-section-heading p {
    max-width: 56ch;
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.fusko-public-card {
    padding: 24px;
}

.fusko-public-stat {
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%);
    border: 1px solid rgba(10, 92, 54, 0.08);
}

.fusko-public-stat i,
.fusko-public-person-badge,
.fusko-public-activity-card strong::before {
    color: #0A5C36;
}

.fusko-public-stat .fusko-icon {
    font-size: 1.15rem;
    margin-bottom: 12px;
    width: 1.25rem;
    height: 1.25rem;
}

.fusko-public-stat span {
    display: block;
    color: #64748b;
    font-size: 0.9rem;
}

.fusko-public-stat strong {
    display: block;
    margin-top: 10px;
    font-size: 2rem;
    line-height: 1;
}

.fusko-public-divider {
    height: 1px;
    margin: 22px 0;
    background: linear-gradient(90deg, rgba(10, 92, 54, 0), rgba(10, 92, 54, 0.18), rgba(10, 92, 54, 0));
}

.fusko-public-area-card {
    padding: 18px;
    border-radius: 22px;
    background: rgba(10, 92, 54, 0.04);
}

.fusko-public-area-card span,
.fusko-public-area-card small {
    display: block;
}

.fusko-public-area-card span {
    color: #64748b;
    margin-bottom: 8px;
}

.fusko-public-area-card strong {
    font-size: 1.25rem;
}

.fusko-public-area-card small {
    margin-top: 8px;
    color: #0A5C36;
    font-weight: 600;
}

.fusko-public-feature-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.fusko-public-feature-list div,
.fusko-public-meta div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #334155;
    line-height: 1.65;
}

.fusko-public-feature-list i,
.fusko-public-meta i {
    margin-top: 4px;
    color: #0A5C36;
}

.fusko-public-feature-list .fusko-icon,
.fusko-public-meta .fusko-icon {
    margin-top: 4px;
    width: 1rem;
    height: 1rem;
    color: #0A5C36;
}

.fusko-public-meta {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.fusko-public-person-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.fusko-public-person {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    border: 1px solid rgba(10, 92, 54, 0.08);
}

.fusko-public-person-badge {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 92, 54, 0.08);
}

.fusko-public-person-badge .fusko-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.fusko-public-person-badge.santri {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);
}

.fusko-public-person strong,
.fusko-public-person small {
    display: block;
}

.fusko-public-person small {
    color: #64748b;
    margin-top: 4px;
}

.fusko-public-news-card {
    height: 100%;
    padding: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 248, 244, 0.96) 100%);
}

.fusko-public-news-card h3 {
    font-size: 1.4rem;
}

.fusko-public-news-card p,
.fusko-public-activity-card p,
.fusko-public-cta p {
    margin: 14px 0 0;
    color: #64748b;
    line-height: 1.75;
}

.fusko-public-activity-card {
    height: 100%;
    padding: 20px;
    background: rgba(10, 92, 54, 0.04);
    box-shadow: none;
}

.fusko-public-activity-card strong {
    display: block;
    font-size: 1.05rem;
}

.fusko-public-cta {
    height: 100%;
    padding: 28px;
    background: linear-gradient(145deg, #0A5C36 0%, #126e45 56%, #49a168 100%);
    color: #fff;
}

.fusko-public-cta h2,
.fusko-public-cta p,
.fusko-public-cta span {
    color: #fff;
}

.fusko-public-cta span {
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
    .fusko-public-title {
        max-width: none;
    }

    .fusko-public-header {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .fusko-public-shell .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .fusko-public-title {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .fusko-public-card,
    .fusko-public-panel,
    .fusko-public-news-card,
    .fusko-public-cta {
        border-radius: 24px;
    }
}

.fusko-auth-page.login-page {
    display: block;
    min-height: 100vh;
    background: #eef5f1;
}

.fusko-public-topbar {
    background: #083f27;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.85rem;
}

.fusko-public-topbar-copy {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.fusko-public-header {
    background: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.fusko-public-navbar {
    gap: 16px;
}

.fusko-public-menu-wrap {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 100%;
    justify-content: space-between;
}

.fusko-public-toggler {
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(10, 92, 54, 0.08);
}

.fusko-public-hero {
    position: relative;
    padding: 48px 0 34px;
}

.fusko-public-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 560px;
    background:
        radial-gradient(circle at 85% 18%, rgba(73, 161, 104, 0.22), transparent 18%),
        radial-gradient(circle at 18% 12%, rgba(7, 89, 50, 0.14), transparent 20%);
    pointer-events: none;
}

.fusko-public-title {
    max-width: 10.8ch;
    font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.fusko-public-lead {
    max-width: 64ch;
}

.fusko-public-metric-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.fusko-public-mini-card {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(10, 92, 54, 0.08);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.fusko-public-hero-stack {
    position: relative;
    padding-left: 40px;
    padding-bottom: 36px;
}

.fusko-public-floating-card {
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(240px, 72%);
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(16px);
}

.fusko-public-floating-card > strong {
    display: block;
    margin-bottom: 12px;
    font-size: 1rem;
}

.fusko-public-floating-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.fusko-public-floating-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.fusko-public-floating-item span {
    color: #64748b;
}

.fusko-public-floating-item strong {
    font-size: 0.95rem;
    color: #0A5C36;
}

.fusko-public-trust {
    padding-bottom: 20px;
}

.fusko-public-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.fusko-public-trust-grid div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
    color: #1f2937;
    font-weight: 600;
}

.fusko-public-trust-grid i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(10, 92, 54, 0.08);
    color: #0A5C36;
}

.fusko-public-trust-grid .fusko-icon {
    width: 1.1rem;
    height: 1.1rem;
}

.fusko-public-card-grid {
    position: relative;
    overflow: hidden;
}

.fusko-public-card-accent {
    width: 72px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0A5C36 0%, #49a168 100%);
    margin-bottom: 18px;
}

.fusko-public-footer {
    position: relative;
    padding: 42px 0 110px;
    margin-top: 28px;
    background: linear-gradient(180deg, #073622 0%, #062b1b 100%);
    color: rgba(255, 255, 255, 0.88);
}

.fusko-public-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(73, 161, 104, 0.18), transparent 16%),
        radial-gradient(circle at bottom left, rgba(73, 161, 104, 0.12), transparent 20%);
    pointer-events: none;
}

.fusko-public-footer .container {
    position: relative;
    z-index: 1;
}

.fusko-public-footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.fusko-public-footer-brand strong,
.fusko-public-footer-brand small {
    display: block;
    line-height: 1.15;
}

.fusko-public-footer-brand small {
    color: rgba(255, 255, 255, 0.64);
}

.fusko-public-footer-copy {
    margin: 0;
    max-width: 44ch;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.fusko-public-footer-title {
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 16px;
}

.fusko-public-footer-links {
    display: grid;
    gap: 10px;
}

.fusko-public-footer-links a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.fusko-public-footer-links a:hover {
    opacity: 1;
}

.fusko-public-footer-stats {
    display: grid;
    gap: 12px;
}

.fusko-public-footer-stats div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
}

.fusko-public-footer-stats span {
    color: rgba(255, 255, 255, 0.72);
}

.fusko-public-footer-stats strong {
    color: #fff;
}

.fusko-public-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
}

.fusko-public-mobile-dock {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 10px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(18px);
}

.fusko-public-mobile-dock a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 56px;
    border-radius: 16px;
    color: #0f172a;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
}

.fusko-public-mobile-dock a i {
    color: #0A5C36;
    font-size: 1rem;
}

.fusko-public-mobile-dock .fusko-icon {
    width: 1.05rem;
    height: 1.05rem;
    color: #0A5C36;
}

@media (max-width: 991.98px) {
    .fusko-public-menu-wrap {
        display: block;
        padding: 16px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(15, 23, 42, 0.06);
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    }

    .fusko-public-nav {
        display: grid;
        gap: 10px;
    }

    .fusko-public-nav a {
        display: block;
        padding: 12px 14px;
        border-radius: 16px;
        background: rgba(10, 92, 54, 0.04);
    }

    .fusko-public-title {
        max-width: none;
    }

    .fusko-public-hero-stack {
        padding-left: 0;
        padding-bottom: 0;
    }

    .fusko-public-floating-card {
        position: static;
        width: 100%;
        margin-top: 16px;
    }

    .fusko-public-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .fusko-public-topbar {
        display: none;
    }

    .fusko-public-shell {
        padding-bottom: 88px;
    }

    .fusko-public-hero {
        padding-top: 28px;
    }

    .fusko-public-title {
        font-size: clamp(2.1rem, 9vw, 3.2rem);
        line-height: 1.02;
    }

    .fusko-public-lead {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .fusko-public-metric-row,
    .fusko-public-trust-grid {
        grid-template-columns: 1fr;
    }

    .fusko-public-mini-card,
    .fusko-public-card,
    .fusko-public-panel,
    .fusko-public-news-card,
    .fusko-public-cta {
        border-radius: 22px;
    }

    .fusko-public-footer {
        padding-bottom: 120px;
    }

    .fusko-public-mobile-dock a span {
        line-height: 1;
    }
}

.fusko-portal-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(12, 90, 54, 0.12), transparent 20%),
        linear-gradient(180deg, #f8fafc 0%, #eef4f1 40%, #f7f9fb 100%);
    color: #0f172a;
    overflow: clip;
}

.fusko-portal-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1em;
    height: 1.1em;
    flex: 0 0 auto;
    color: currentColor;
    vertical-align: middle;
}

.fusko-portal-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fusko-portal-topbar {
    background: #0a4f31;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.84rem;
}

.fusko-portal-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    flex-wrap: wrap;
}

.fusko-portal-topbar-copy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fusko-portal-header {
    position: sticky;
    top: 0;
    z-index: 25;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(16px);
}

.fusko-portal-navbar {
    gap: 18px;
    padding: 14px 0;
}

.fusko-portal-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #0f172a;
}

.fusko-portal-brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.fusko-portal-brand strong,
.fusko-portal-brand small {
    display: block;
    line-height: 1.15;
}

.fusko-portal-brand strong {
    font-size: 1.04rem;
}

.fusko-portal-brand small {
    color: #64748b;
    font-size: 0.76rem;
}

.fusko-portal-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
}

.fusko-portal-nav-wrap {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.fusko-portal-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
    margin: 0;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(10, 92, 54, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.fusko-portal-nav a,
.fusko-portal-footer-links a,
.fusko-portal-footer-bottom a {
    color: #334155;
    text-decoration: none;
    transition: 0.2s ease;
}

.fusko-portal-nav a {
    position: relative;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    padding: 6px 2px;
}

.fusko-portal-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0a5c36 0%, #5bb27c 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.fusko-portal-nav a:hover,
.fusko-portal-footer-links a:hover,
.fusko-portal-footer-bottom a:hover {
    color: #0a5c36;
}

.fusko-portal-nav a:hover::after {
    transform: scaleX(1);
}

.fusko-portal-toggler {
    border: 0;
    border-radius: 16px;
    background: rgba(10, 92, 54, 0.08);
    padding: 10px 14px;
}

.fusko-portal-main {
    padding: 34px 0 0;
}

.fusko-portal-slider {
    padding: 0 0 18px;
}

.fusko-portal-carousel {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.fusko-portal-slide-img {
    width: 100%;
    height: clamp(220px, 36vw, 520px);
    object-fit: contain;
    object-position: center;
    background: rgba(15, 23, 42, 0.08);
}

.fusko-portal-carousel .carousel-control-prev,
.fusko-portal-carousel .carousel-control-next {
    width: 12%;
    opacity: 1;
}

.fusko-portal-carousel .carousel-control-prev-icon,
.fusko-portal-carousel .carousel-control-next-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background-color: rgba(15, 23, 42, 0.45);
    background-size: 55% 55%;
    backdrop-filter: blur(10px);
}

.fusko-portal-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(15, 23, 42, 0.18);
}

.fusko-portal-carousel .carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.92);
}

.fusko-portal-hero {
    padding: 6px 0 26px;
}

.fusko-portal-hero-main,
.fusko-portal-highlight-card,
.fusko-portal-welcome-card,
.fusko-portal-profile-box,
.fusko-portal-stat-card,
.fusko-portal-area-card,
.fusko-portal-agenda-item,
.fusko-portal-news-card,
.fusko-portal-people-card,
.fusko-portal-lembaga-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 22px 56px rgba(15, 23, 42, 0.08);
}

.fusko-portal-hero-main {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 34px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(9, 69, 43, 0.96) 0%, rgba(11, 92, 56, 0.92) 58%, rgba(83, 176, 122, 0.86) 100%);
    color: #ffffff;
}

.fusko-portal-hero-main::before {
    content: "";
    position: absolute;
    inset: auto -80px -90px auto;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 60%);
}

.fusko-portal-kicker,
.fusko-portal-section-title span,
.fusko-portal-box-kicker,
.fusko-portal-news-card > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.76rem;
    font-weight: 700;
}

.fusko-portal-section-title span,
.fusko-portal-box-kicker,
.fusko-portal-news-card > span {
    background: rgba(10, 92, 54, 0.08);
    color: #0a5c36;
}

.fusko-portal-hero-main h1 {
    max-width: 14ch;
    margin: 18px 0 14px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.08;
    font-weight: 780;
    letter-spacing: -0.035em;
}

.fusko-portal-hero-main p {
    max-width: 58ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.8;
}

.fusko-portal-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.fusko-portal-metric-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.fusko-portal-metric-strip div {
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.fusko-portal-metric-strip strong,
.fusko-portal-metric-strip span {
    display: block;
}

.fusko-portal-metric-strip strong {
    font-size: 1.8rem;
    color: #ffffff;
}

.fusko-portal-metric-strip span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

.fusko-portal-highlight-stack {
    display: grid;
    gap: 16px;
    height: 100%;
}

.fusko-portal-highlight-thumb {
    width: 100%;
    height: 170px;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.12);
    margin-bottom: 14px;
}

.fusko-portal-highlight-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fusko-portal-highlight-card {
    display: block;
    padding: 22px 24px;
    border-radius: 26px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: inherit;
    text-decoration: none;
}

.fusko-portal-highlight-card.is-primary {
    background: linear-gradient(180deg, #ffffff 0%, #f2f7f4 100%);
}

.fusko-portal-highlight-card:hover,
.fusko-portal-news-card:hover,
.fusko-portal-lembaga-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 62px rgba(15, 23, 42, 0.12);
}

.fusko-portal-highlight-card span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a5c36;
    letter-spacing: 0.04em;
}

.fusko-portal-highlight-card h3,
.fusko-portal-news-card h3,
.fusko-portal-section-title h2,
.fusko-portal-welcome-card h2,
.fusko-portal-people-card h2 {
    margin: 0;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.fusko-portal-highlight-card h3 {
    font-size: 1.38rem;
}

.fusko-portal-highlight-card p,
.fusko-portal-section-title p,
.fusko-portal-news-card p,
.fusko-portal-person small,
.fusko-portal-footer p {
    margin: 12px 0 0;
    color: #64748b;
    line-height: 1.75;
}

.fusko-portal-section {
    padding: 28px 0 34px;
}

.fusko-portal-section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.fusko-portal-section-title.left {
    display: block;
    margin-bottom: 0;
}

.fusko-portal-section-title.compact {
    margin-bottom: 18px;
}

.fusko-portal-section-title h2 {
    margin-top: 12px;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.fusko-portal-section-title p {
    max-width: 60ch;
}

.fusko-portal-welcome-card,
.fusko-portal-profile-box,
.fusko-portal-people-card {
    height: 100%;
    border-radius: 28px;
    padding: 28px;
}

.fusko-portal-welcome-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: rgba(10, 92, 54, 0.08);
    color: #0a5c36;
    margin-bottom: 18px;
}

.fusko-portal-welcome-copy {
    margin: 18px 0 0;
    color: #475569;
    line-height: 1.9;
}

.fusko-portal-welcome-person {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.fusko-portal-welcome-person strong,
.fusko-portal-welcome-person span {
    display: block;
}

.fusko-portal-welcome-person strong {
    font-size: 1.05rem;
}

.fusko-portal-welcome-person span {
    margin-top: 6px;
    color: #0a5c36;
    font-weight: 600;
}

.fusko-portal-profile-list {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.fusko-portal-profile-list > div,
.fusko-portal-person {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.fusko-portal-profile-list .fusko-portal-icon,
.fusko-portal-avatar {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: rgba(10, 92, 54, 0.08);
    color: #0a5c36;
}

.fusko-portal-profile-list strong,
.fusko-portal-profile-list small,
.fusko-portal-person strong,
.fusko-portal-person small {
    display: block;
}

.fusko-portal-profile-list small {
    margin-top: 4px;
    color: #64748b;
}

.fusko-portal-stat-card,
.fusko-portal-area-card {
    height: 100%;
    border-radius: 26px;
    padding: 24px;
}

.fusko-portal-stat-card .fusko-portal-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: rgba(10, 92, 54, 0.08);
    color: #0a5c36;
    margin-bottom: 18px;
}

.fusko-portal-stat-card strong,
.fusko-portal-stat-card span,
.fusko-portal-area-card span,
.fusko-portal-area-card strong,
.fusko-portal-area-card small {
    display: block;
}

.fusko-portal-stat-card strong {
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1;
}

.fusko-portal-stat-card span {
    margin-top: 10px;
    color: #64748b;
}

.fusko-portal-area-card {
    background: linear-gradient(180deg, #ffffff 0%, #f5faf7 100%);
}

.fusko-portal-area-card span {
    color: #64748b;
}

.fusko-portal-area-card strong {
    margin-top: 10px;
    font-size: 1.3rem;
}

.fusko-portal-area-card small {
    margin-top: 8px;
    color: #0a5c36;
    font-weight: 600;
}

.fusko-portal-agenda-list {
    display: grid;
    gap: 16px;
}

.fusko-portal-agenda-item {
    display: block;
    padding: 20px 22px;
    border-radius: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: inherit;
    text-decoration: none;
}

.fusko-portal-agenda-thumb {
    width: 100%;
    height: 180px;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.12);
    margin-bottom: 14px;
}

.fusko-portal-agenda-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fusko-portal-agenda-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0a5c36;
    font-size: 0.84rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.fusko-portal-agenda-item h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.55;
}

.fusko-portal-news-card {
    display: block;
    height: 100%;
    padding: 24px;
    border-radius: 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: inherit;
    text-decoration: none;
}

.fusko-portal-news-thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(10, 92, 54, 0.12) 0%, rgba(91, 178, 124, 0.18) 100%);
    color: #0a5c36;
    margin-bottom: 18px;
}

.fusko-portal-news-thumb.is-media {
    width: 100%;
    height: 190px;
    border-radius: 26px;
    margin-bottom: 16px;
    background: rgba(148, 163, 184, 0.12);
}

.fusko-portal-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fusko-portal-news-thumb .fusko-portal-icon {
    width: 1.4rem;
    height: 1.4rem;
}

.fusko-portal-news-card h3 {
    margin-top: 16px;
    font-size: 1.34rem;
}

.fusko-portal-people-list {
    display: grid;
    gap: 14px;
}

.fusko-portal-person {
    padding: 14px 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.fusko-portal-person:first-child {
    border-top: 0;
    padding-top: 0;
}

.fusko-portal-avatar.alt {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
}

.fusko-portal-lembaga-card {
    height: 100%;
    border-radius: 28px;
    padding: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fusko-portal-lembaga-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.fusko-portal-lembaga-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(10, 92, 54, 0.08);
    color: #0a5c36;
}

.fusko-portal-lembaga-head small {
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fusko-portal-lembaga-card h3 {
    margin: 0 0 16px;
    font-size: 1.22rem;
    line-height: 1.35;
}

.fusko-portal-lembaga-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    color: #475569;
}

.fusko-portal-footer {
    margin-top: 24px;
    padding: 42px 0 110px;
    background: linear-gradient(180deg, #062f1d 0%, #041f14 100%);
    color: rgba(255, 255, 255, 0.88);
}

.fusko-portal-footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.fusko-portal-footer-brand strong,
.fusko-portal-footer-brand small {
    display: block;
}

.fusko-portal-footer-brand small,
.fusko-portal-footer p,
.fusko-portal-footer-title,
.fusko-portal-footer-stats span,
.fusko-portal-footer-bottom {
    color: rgba(255, 255, 255, 0.7);
}

.fusko-portal-footer-title {
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 16px;
}

.fusko-portal-footer-links,
.fusko-portal-footer-stats {
    display: grid;
    gap: 12px;
}

.fusko-portal-footer-links a,
.fusko-portal-footer-bottom a {
    color: #ffffff;
}

.fusko-portal-footer-stats div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
}

.fusko-portal-footer-stats strong {
    color: #ffffff;
}

.fusko-portal-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.92rem;
}

.fusko-portal-mobile-dock {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 10px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(18px);
}

.fusko-portal-mobile-dock a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 56px;
    color: #0f172a;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
}

.fusko-portal-mobile-dock .fusko-portal-icon {
    width: 1.08rem;
    height: 1.08rem;
    color: #0a5c36;
}

@media (max-width: 991.98px) {
    .fusko-portal-header {
        position: static;
    }

    .fusko-portal-menu {
        display: block;
        margin-top: 14px;
        padding: 16px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(15, 23, 42, 0.06);
        box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
    }

    .fusko-portal-nav {
        display: grid;
        gap: 10px;
        padding: 0;
        background: transparent;
        border: 0;
    }

    .fusko-portal-nav a {
        display: block;
        padding: 12px 14px;
        border-radius: 16px;
        background: rgba(10, 92, 54, 0.04);
        font-size: 0.96rem;
    }

    .fusko-portal-nav a::after {
        display: none;
    }

    .fusko-portal-login-btn {
        margin-top: 14px;
        width: 100%;
    }

    .fusko-portal-hero-main h1 {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .fusko-portal-topbar {
        display: none;
    }

    .fusko-portal-shell {
        padding-bottom: 88px;
    }

    .fusko-portal-main {
        padding-top: 22px;
    }

    .fusko-portal-carousel {
        border-radius: 22px;
    }

    .fusko-portal-slide-img {
        height: clamp(200px, 58vw, 320px);
    }

    .fusko-portal-hero-main,
    .fusko-portal-highlight-card,
    .fusko-portal-welcome-card,
    .fusko-portal-profile-box,
    .fusko-portal-stat-card,
    .fusko-portal-area-card,
    .fusko-portal-agenda-item,
    .fusko-portal-news-card,
    .fusko-portal-people-card,
    .fusko-portal-lembaga-card {
        border-radius: 22px;
    }

    .fusko-portal-hero-main {
        padding: 24px;
    }

    .fusko-portal-hero-main h1 {
        font-size: clamp(1.8rem, 7.8vw, 2.7rem);
        line-height: 1.12;
    }

    .fusko-portal-metric-strip {
        grid-template-columns: 1fr;
    }

    .fusko-portal-footer {
        padding-bottom: 120px;
    }
}
