/*
 * FILE: style.css
 *
 * FULL CSS PANTAU JALAN LAMPUNG
 *
 * TANPA JAVASCRIPT
 */


/* =========================================================
   RESET
========================================================= */

* {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    color: #ffffff;

    background:
        #03283e;

    overflow-x: hidden;
}

body.admin-bar {
    margin-top: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}


/* =========================================================
   COLORS
========================================================= */

:root {

    --blue-1: #021e31;
    --blue-2: #033653;
    --blue-3: #075b80;
    --blue-4: #0b88b8;
    --blue-5: #49c8ed;
    --blue-6: #a1ebff;

    --gold-1: #6c4905;
    --gold-2: #a8730b;
    --gold-3: #d6a522;
    --gold-4: #ffe17a;
    --gold-5: #fff2a7;

    --danger: #e25c61;
    --green: #45d59b;
}


/* =========================================================
   GOLD METALLIC TEXT
========================================================= */

.pjl-gold-text,
.pjl-menu-card strong,
.pjl-main-title h1 strong {

    background:
        linear-gradient(
            180deg,
            var(--gold-5) 0%,
            var(--gold-4) 22%,
            var(--gold-3) 42%,
            var(--gold-1) 55%,
            var(--gold-4) 76%,
            var(--gold-2) 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;

    text-shadow:
        0 2px 2px rgba(0,0,0,.35);

}


/* =========================================================
   INNER HEADER
========================================================= */

.pjl-inner-header {

    position: relative;
    z-index: 100;

    min-height: 78px;

    padding:
        12px
        28px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    background:
        linear-gradient(
            180deg,
            #064b6d,
            #03283f
        );

    border-bottom:
        1px solid
        rgba(255,218,86,.3);

    box-shadow:
        0 8px 30px rgba(0,0,0,.35);

}

.pjl-inner-header img {

    width: 55px;
    height: 55px;

    object-fit: contain;

}

.pjl-back-button {

    display: inline-flex;

    padding:
        10px
        16px;

    border:
        1px solid
        rgba(255,219,92,.4);

    border-radius: 10px;

    background:
        linear-gradient(
            145deg,
            #5ed0ef,
            #0879a8
        );

    color:
        #ffe58a;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 1px;

    box-shadow:
        inset 0 2px 2px rgba(255,255,255,.5),
        inset 0 -4px 7px rgba(0,0,0,.25),
        0 5px 12px rgba(0,0,0,.35);

}

.pjl-inner-title {

    flex: 1;

    text-align: center;

}

.pjl-inner-title span {

    display: block;

    color:
        #9cecff;

    font-size: 9px;

    letter-spacing: 3px;

}

.pjl-inner-title strong {

    display: block;

    margin-top: 4px;

    color:
        var(--gold-4);

    font-size: 17px;

    letter-spacing: 1px;

    text-shadow:
        0 2px 2px #4e3300;

}


/* =========================================================
   DASHBOARD HERO
========================================================= */

.pjl-hero {

    position: relative;

    min-height: 100vh;

    padding:
        25px
        25px
        55px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 40%,
            #0a7199 0%,
            #064b6c 32%,
            #032c45 65%,
            #021c2d 100%
        );

}

.pjl-hero-bg {

    position: absolute;

    inset: 0;

    pointer-events: none;

    background:

        linear-gradient(
            135deg,
            transparent 0%,
            rgba(93,216,255,.08) 40%,
            transparent 60%
        );

}

.pjl-hero-pattern {

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 190px;

    opacity: .13;

    background:

        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 17px,
            #f3c934 18px,
            #f3c934 20px,
            transparent 21px,
            transparent 38px
        );

    clip-path:
        polygon(
            0 50%,
            10% 35%,
            20% 55%,
            30% 30%,
            40% 55%,
            50% 35%,
            60% 60%,
            70% 35%,
            80% 55%,
            90% 30%,
            100% 50%,
            100% 100%,
            0 100%
        );

}


/* =========================================================
   HEADER BRAND
========================================================= */

.pjl-header {

    position: relative;
    z-index: 10;

    max-width: 1250px;

    margin:
        0
        auto;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.pjl-brand {

    display: flex;

    align-items: center;

    gap: 15px;

}

.pjl-brand img {

    width: 75px;
    height: 75px;

    object-fit: contain;

    filter:
        drop-shadow(
            0 7px 10px rgba(0,0,0,.55)
        );

}

.pjl-brand div {

    padding-left: 15px;

    border-left:
        2px solid
        var(--gold-3);

}

.pjl-brand span {

    display: block;

    color:
        #9eeaff;

    font-size: 9px;

    letter-spacing: 4px;

}

.pjl-brand strong {

    display: block;

    margin-top: 3px;

    font-size: 23px;

    letter-spacing: 1px;

    color:
        var(--gold-4);

    text-shadow:
        0 2px 2px #563900;

}

.pjl-brand small {

    display: block;

    margin-top: 3px;

    color:
        #bdeefa;

    font-size: 9px;

    letter-spacing: 1px;

}

.pjl-live {

    display: flex;

    align-items: center;

    gap: 8px;

    padding:
        9px
        13px;

    border:
        1px solid
        rgba(97,221,255,.3);

    border-radius: 30px;

    color:
        #a8edff;

    background:
        rgba(1,40,60,.45);

    font-size: 9px;

    letter-spacing: 1px;

}

.pjl-live i {

    display: block;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background:
        #42e4a2;

    box-shadow:
        0 0 10px #42e4a2;

}


/* =========================================================
   MAIN TITLE
========================================================= */

.pjl-main-title {

    position: relative;

    z-index: 10;

    max-width: 850px;

    margin:
        30px
        auto
        15px;

    text-align: center;

}

.pjl-main-title > span {

    color:
        #a5edff;

    font-size: 11px;

    letter-spacing: 6px;

}

.pjl-main-title h1 {

    margin:
        8px
        0;

    font-size:
        clamp(30px, 5vw, 55px);

    line-height: 1;

    letter-spacing: 2px;

}

.pjl-main-title h1 strong {

    display: block;

}

.pjl-main-title p {

    max-width: 650px;

    margin:
        15px
        auto
        0;

    color:
        #c8f3ff;

    font-size: 13px;

    line-height: 1.7;

}


/* =========================================================
   MAP
========================================================= */

.pjl-map-area {

    position: relative;

    z-index: 10;

    width: 100%;

    max-width: 950px;

    margin:
        10px
        auto
        0;

}

.pjl-map-card {

    position: relative;

    width: 100%;

    aspect-ratio: 1.15 / 1;

    overflow: hidden;

    border:
        1px solid
        rgba(151,229,255,.35);

    border-radius: 35px;

    background:
        linear-gradient(
            145deg,
            rgba(70,193,229,.25),
            rgba(3,37,57,.65)
        );

    box-shadow:

        inset
        0 0 50px
        rgba(116,222,255,.08),

        0 25px 55px
        rgba(0,0,0,.45);

}

.pjl-map-border {

    position: absolute;

    z-index: 3;

    inset: 22px;

    border:
        2px solid
        rgba(255,216,63,.72);

    border-radius: 30px;

    pointer-events: none;

}

.pjl-map-glow {

    position: absolute;

    width: 70%;
    height: 70%;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%,-50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(77,209,255,.32),
            transparent 70%
        );

    filter:
        blur(20px);

}

.pjl-map-image {

    position: absolute;

    z-index: 4;

    left: 50%;
    top: 50%;

    width: 87%;
    height: 87%;

    transform:
        translate(-50%,-50%);

    object-fit: contain;

    filter:
        drop-shadow(
            0 15px 16px
            rgba(0,0,0,.45)
        );

}


/* =========================================================
   MAP BUTTONS
========================================================= */

.pjl-map-buttons {

    position: absolute;

    z-index: 20;

    inset: 0;

}

.pjl-map-button {

    position: absolute;

    transform:
        translate(-50%,-50%);

    min-width: 108px;

    max-width: 165px;

    padding:
        8px
        10px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    border:
        1px solid
        rgba(255,255,255,.6);

    border-radius: 12px;

    background:
        linear-gradient(
            145deg,
            #a0edff 0%,
            #58c6e8 28%,
            #168bb7 65%,
            #075275 100%
        );

    box-shadow:

        inset
        0 2px 2px
        rgba(255,255,255,.75),

        inset
        0 -4px 7px
        rgba(0,33,52,.5),

        0 7px 12px
        rgba(0,0,0,.55);

    transition:
        .18s ease;

}

.pjl-map-button:hover {

    transform:
        translate(-50%,-50%)
        scale(1.08);

    border-color:
        var(--gold-4);

    box-shadow:

        inset
        0 2px 2px
        rgba(255,255,255,.9),

        0 0 0 2px
        rgba(255,215,76,.35),

        0 10px 22px
        rgba(0,0,0,.65);

}

.pjl-map-button b {

    color:
        #ffe38b;

    font-size: 9px;

    line-height: 1.1;

    text-align: center;

    text-shadow:
        0 2px 2px #573900;

}

.pjl-map-dot {

    width: 6px;
    height: 6px;

    flex-shrink: 0;

    border-radius: 50%;

    background:
        #fff0a2;

    box-shadow:
        0 0 8px #ffe26a;

}


/* =========================================================
   SUMMARY
========================================================= */

.pjl-summary {

    position: relative;

    z-index: 20;

    max-width: 620px;

    margin:
        20px
        auto
        0;

    display: flex;

    justify-content: center;

    align-items: center;

    padding:
        12px;

    border:
        1px solid
        rgba(119,216,247,.25);

    border-radius: 18px;

    background:
        rgba(2,37,57,.55);

    box-shadow:
        inset 0 0 20px
        rgba(91,208,247,.05);

}

.pjl-summary div {

    min-width: 145px;

    text-align: center;

}

.pjl-summary strong {

    display: block;

    color:
        var(--gold-4);

    font-size: 19px;

    text-shadow:
        0 2px 2px #563800;

}

.pjl-summary span {

    display: block;

    margin-top: 3px;

    color:
        #aee9fa;

    font-size: 8px;

    letter-spacing: 1px;

}

.pjl-summary i {

    width: 1px;
    height: 32px;

    background:
        rgba(255,215,76,.5);

}


/* =========================================================
   MENU SECTION
========================================================= */

.pjl-menu-section {

    position: relative;

    padding:
        80px
        0
        70px;

    background:
        linear-gradient(
            180deg,
            #032d46,
            #052e46
        );

}

.pjl-section-heading {

    max-width: 900px;

    margin:
        0
        auto
        35px;

    padding:
        0
        25px;

    text-align: center;

}

.pjl-section-heading > span {

    color:
        var(--gold-4);

    font-size: 10px;

    letter-spacing: 4px;

}

.pjl-section-heading h2 {

    margin:
        8px
        0;

    font-size:
        clamp(27px, 4vw, 43px);

}

.pjl-section-heading h2 strong {

    display: block;

    color:
        var(--gold-4);

    text-shadow:
        0 2px 2px #503400;

}

.pjl-section-heading p {

    color:
        #b8eafa;

    font-size: 12px;

}


/* =========================================================
   CSS SLIDER
   TANPA JAVASCRIPT
========================================================= */

.pjl-slider {

    width: 100%;

    overflow-x: auto;

    overflow-y: hidden;

    padding:
        15px
        25px
        30px;

    scrollbar-width: thin;

    scrollbar-color:
        #d4a524
        #05263b;

}

.pjl-slider::-webkit-scrollbar {

    height: 8px;

}

.pjl-slider::-webkit-scrollbar-track {

    background:
        #05263b;

}

.pjl-slider::-webkit-scrollbar-thumb {

    background:
        linear-gradient(
            90deg,
            #9a6b08,
            #ffe477,
            #9a6b08
        );

    border-radius: 20px;

}

.pjl-slider-track {

    width: max-content;

    display: flex;

    gap: 20px;

    margin:
        0
        auto;

}


/* =========================================================
   MENU CARD
========================================================= */

.pjl-menu-card {

    position: relative;

    width: 310px;

    min-height: 185px;

    flex-shrink: 0;

    padding:
        25px;

    overflow: hidden;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    border:
        1px solid
        rgba(174,236,255,.55);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #82e5ff 0%,
            #45b9df 32%,
            #087ba6 68%,
            #034765 100%
        );

    box-shadow:

        inset
        0 2px 2px
        rgba(255,255,255,.7),

        inset
        0 -9px 13px
        rgba(0,34,52,.4),

        0 15px 28px
        rgba(0,0,0,.42);

    transition:
        .2s ease;

}

.pjl-menu-card:hover {

    transform:
        translateY(-8px);

    border-color:
        var(--gold-4);

    box-shadow:

        inset
        0 2px 2px
        rgba(255,255,255,.8),

        0 0 0 2px
        rgba(255,216,76,.25),

        0 22px 35px
        rgba(0,0,0,.5);

}

.pjl-menu-number {

    position: absolute;

    left: 20px;
    top: 18px;

    color:
        #d9f8ff;

    font-size: 10px;

}

.pjl-menu-symbol {

    position: absolute;

    right: 20px;
    top: 10px;

    color:
        #ffe37e;

    font-size: 32px;

    text-shadow:
        0 3px 2px #624100;

}

.pjl-menu-content strong {

    display: block;

    max-width: 240px;

    color:
        #ffe184;

    font-size: 18px;

    line-height: 1.25;

    text-shadow:
        0 2px 2px #604000,
        0 3px 5px rgba(0,0,0,.4);

}

.pjl-menu-content small {

    display: block;

    margin-top: 9px;

    color:
        #e2faff;

    font-size: 10px;

}

.pjl-menu-arrow {

    position: absolute;

    right: 22px;
    bottom: 20px;

    color:
        #ffe37a;

    font-size: 24px;

    text-shadow:
        0 2px 2px #583a00;

}

.pjl-scroll-hint {

    margin-top: 0;

    text-align: center;

    color:
        #7fdcf6;

    font-size: 8px;

    letter-spacing: 2px;

}


/* =========================================================
   ABOUT
========================================================= */

.pjl-about-section {

    position: relative;

    padding:
        80px
        25px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            #07587b,
            #021f32
        );

}

.pjl-tapis-pattern {

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 120px;

    opacity: .13;

    background:
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 16px,
            #e1b42a 17px,
            #e1b42a 20px,
            transparent 21px,
            transparent 35px
        );

}

.pjl-about-container {

    position: relative;

    z-index: 5;

    max-width: 1000px;

    margin:
        0
        auto;

    padding:
        45px;

    display: flex;

    align-items: center;

    gap: 40px;

    border:
        1px solid
        rgba(255,216,82,.3);

    border-radius: 28px;

    background:
        rgba(2,34,52,.6);

    box-shadow:
        inset
        0 0 40px
        rgba(82,205,239,.05),

        0 20px 40px
        rgba(0,0,0,.4);

}

.pjl-about-logo {

    width: 170px;
    height: 170px;

    flex-shrink: 0;

}

.pjl-about-logo img {

    width: 100%;
    height: 100%;

    object-fit: contain;

    filter:
        drop-shadow(
            0 10px 15px rgba(0,0,0,.6)
        );

}

.pjl-about-text > span {

    color:
        var(--gold-4);

    font-size: 10px;

    letter-spacing: 4px;

}

.pjl-about-text h2 {

    margin:
        8px
        0
        15px;

    font-size: 33px;

}

.pjl-about-text h2 strong {

    display: block;

    color:
        var(--gold-4);

    text-shadow:
        0 2px 2px #573900;

}

.pjl-about-text p {

    max-width: 650px;

    margin: 0;

    color:
        #c4effb;

    font-size: 13px;

    line-height: 1.8;

}


/* =========================================================
   DETAIL WILAYAH
========================================================= */

.pjl-detail-page,
.pjl-menu-page {

    min-height: 100vh;

    background:
        #03283f;

}

.pjl-detail-hero,
.pjl-menu-hero {

    position: relative;

    padding:
        50px
        25px
        80px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 10%,
            #08749b,
            #043c5b 40%,
            #021e30 100%
        );

}

.pjl-detail-background {

    position: absolute;

    inset: 0;

    opacity: .08;

    background:
        repeating-linear-gradient(
            135deg,
            transparent 0,
            transparent 45px,
            #ffffff 46px,
            transparent 47px
        );

}

.pjl-detail-container,
.pjl-menu-container {

    position: relative;

    z-index: 5;

    max-width: 1150px;

    margin:
        0
        auto;

}

.pjl-breadcrumb {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 35px;

    color:
        #91def4;

    font-size: 10px;

    letter-spacing: 1px;

}

.pjl-breadcrumb a {

    color:
        var(--gold-4);

}

.pjl-detail-heading {

    max-width: 800px;

    margin-bottom: 35px;

}

.pjl-kicker,
.pjl-menu-heading > span {

    color:
        var(--gold-4);

    font-size: 10px;

    letter-spacing: 4px;

}

.pjl-detail-heading h1,
.pjl-menu-heading h1 {

    margin:
        8px
        0;

    font-size:
        clamp(32px, 5vw, 58px);

    color:
        #ffffff;

}

.pjl-detail-heading p,
.pjl-menu-heading p {

    max-width: 700px;

    margin: 0;

    color:
        #bceafa;

    line-height: 1.7;

    font-size: 13px;

}


/* =========================================================
   STAT CARDS
========================================================= */

.pjl-stat-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 15px;

    margin-bottom: 25px;

}

.pjl-stat-card {

    min-height: 160px;

    padding: 23px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    border:
        1px solid
        rgba(155,232,255,.4);

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            #69d3ee,
            #087ca7
        );

    box-shadow:
        inset
        0 2px 2px
        rgba(255,255,255,.65),

        inset
        0 -8px 12px
        rgba(0,0,0,.3),

        0 12px 20px
        rgba(0,0,0,.3);

}

.pjl-stat-card.danger {

    background:
        linear-gradient(
            145deg,
            #70cce4,
            #8c4d60
        );

}

.pjl-stat-card.good {

    background:
        linear-gradient(
            145deg,
            #6ddfc2,
            #087c76
        );

}

.pjl-stat-icon {

    color:
        #ffe38a;

    font-size: 11px;

    font-weight: 900;

}

.pjl-stat-card strong {

    margin-top: 7px;

    color:
        #fff0a0;

    font-size: 29px;

    text-shadow:
        0 2px 2px #573900;

}

.pjl-stat-card small {

    margin-top: 5px;

    color:
        #e4faff;

    font-size: 8px;

    letter-spacing: 1px;

}


/* =========================================================
   PROGRESS PANEL
========================================================= */

.pjl-progress-panel,
.pjl-project-panel,
.pjl-info-table,
.pjl-target-box,
.pjl-finance-box,
.pjl-report-box {

    margin-top: 20px;

    padding: 28px;

    border:
        1px solid
        rgba(143,223,249,.25);

    border-radius: 22px;

    background:
        rgba(2,38,57,.65);

    box-shadow:
        inset
        0 0 30px
        rgba(83,203,235,.04),

        0 15px 30px
        rgba(0,0,0,.25);

}

.pjl-progress-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

}

.pjl-progress-header span {

    display: block;

    color:
        var(--gold-4);

    font-size: 9px;

    letter-spacing: 2px;

}

.pjl-progress-header strong {

    display: block;

    margin-top: 5px;

    color:
        #d9f7ff;

    font-size: 16px;

}

.pjl-progress-header b {

    color:
        var(--gold-4);

    font-size: 35px;

}

.pjl-progress-track {

    height: 15px;

    margin-top: 22px;

    overflow: hidden;

    border-radius: 20px;

    background:
        #062133;

    box-shadow:
        inset 0 2px 4px rgba(0,0,0,.6);

}

.pjl-progress-value {

    height: 100%;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            #0c87b7,
            #77e6ff,
            #f4ca4e
        );

    box-shadow:
        0 0 12px
        rgba(117,227,255,.5);

}

.pjl-progress-stages {

    margin-top: 25px;

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 10px;

}

.pjl-progress-stages div {

    text-align: center;

    opacity: .45;

}

.pjl-progress-stages div.active {

    opacity: 1;

}

.pjl-progress-stages i {

    display: flex;

    width: 35px;
    height: 35px;

    margin:
        0
        auto
        7px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border:
        1px solid
        var(--gold-3);

    color:
        var(--gold-4);

    font-size: 9px;

}

.pjl-progress-stages span {

    color:
        #bdebf8;

    font-size: 8px;

}


/* =========================================================
   PROJECT TABLE
========================================================= */

.pjl-panel-title span {

    color:
        var(--gold-4);

    font-size: 9px;

    letter-spacing: 3px;

}

.pjl-panel-title h2 {

    margin:
        6px
        0
        20px;

    font-size: 22px;

}

.pjl-project-row {

    display: grid;

    grid-template-columns:
        2fr
        1fr
        1fr
        1fr;

    gap: 15px;

    align-items: center;

    padding:
        16px
        10px;

    border-bottom:
        1px solid
        rgba(146,222,244,.12);

    color:
        #d6f6ff;

    font-size: 11px;

}

.pjl-project-row.heading {

    color:
        var(--gold-4);

    font-size: 8px;

    letter-spacing: 1px;

}

.status-progress,
.status-planning,
.status-start {

    display: inline-block;

    padding:
        5px
        8px;

    border-radius: 5px;

    font-size: 7px;

}

.status-progress {

    color:
        #86f2cb;

    background:
        rgba(44,199,141,.12);

}

.status-planning {

    color:
        #ffe48a;

    background:
        rgba(221,170,40,.12);

}

.status-start {

    color:
        #8edfff;

    background:
        rgba(60,193,232,.12);

}


/* =========================================================
   MENU LANDING
========================================================= */

.pjl-menu-heading {

    margin-bottom: 30px;

}

.pjl-menu-heading h1 {

    color:
        var(--gold-4);

    text-shadow:
        0 3px 2px #563900;

}


/* =========================================================
   DATA GRID
========================================================= */

.pjl-data-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 15px;

}

.pjl-big-data {

    min-height: 170px;

    padding: 25px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    border:
        1px solid
        rgba(126,224,250,.35);

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            #5bc9e9,
            #086c93
        );

    box-shadow:
        inset
        0 2px 2px rgba(255,255,255,.6),

        inset
        0 -7px 10px rgba(0,0,0,.3),

        0 12px 25px rgba(0,0,0,.3);

}

.pjl-big-data small {

    color:
        #c7f4ff;

    font-size: 8px;

    letter-spacing: 2px;

}

.pjl-big-data strong {

    margin-top: 8px;

    color:
        var(--gold-4);

    font-size: 34px;

    text-shadow:
        0 2px 2px #593b00;

}

.pjl-big-data span {

    margin-top: 3px;

    color:
        #e3faff;

    font-size: 8px;

}

.danger-data {

    background:
        linear-gradient(
            145deg,
            #55c8e6,
            #754c5b
        );

}


/* =========================================================
   INFO TABLE
========================================================= */

.pjl-info-table h2,
.pjl-target-box h2,
.pjl-finance-box h2 {

    margin:
        0
        0
        20px;

    color:
        var(--gold-4);

    font-size: 19px;

}

.pjl-info-row {

    min-height: 55px;

    display: grid;

    grid-template-columns:
        1.4fr
        2fr
        .4fr;

    gap: 15px;

    align-items: center;

    border-bottom:
        1px solid
        rgba(146,222,244,.12);

}

.pjl-info-row strong {

    color:
        #d6f5ff;

    font-size: 11px;

}

.mini-progress {

    height: 9px;

    overflow: hidden;

    border-radius: 20px;

    background:
        #061f31;

}

.mini-progress span {

    display: block;

    height: 100%;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            #1d9fc9,
            #74e2fa,
            #f3c64e
        );

}

.pjl-info-row b {

    color:
        var(--gold-4);

    font-size: 11px;

    text-align: right;

}

.data-highlight {

    color:
        #ffb4b4;

    font-size: 14px;

    font-weight: 900;

}


/* =========================================================
   TARGET
========================================================= */

.target-meter {

    height: 25px;

    overflow: hidden;

    border-radius: 20px;

    background:
        #061e2f;

    box-shadow:
        inset 0 2px 4px rgba(0,0,0,.6);

}

.target-meter-value {

    height: 100%;

    background:
        linear-gradient(
            90deg,
            #0782b1,
            #63d9f4,
            #f3c84b
        );

    border-radius: 20px;

}

.target-percent {

    margin-top: 12px;

    color:
        var(--gold-4);

    text-align: center;

    font-size: 11px;

    font-weight: 900;

}


/* =========================================================
   FINANCE
========================================================= */

.finance-row {

    min-height: 60px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    border-bottom:
        1px solid
        rgba(150,225,244,.12);

    color:
        #cceffa;

    font-size: 12px;

}

.finance-row b {

    color:
        var(--gold-4);

}


/* =========================================================
   CONTRACTOR
========================================================= */

.pjl-contractor-grid {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 20px;

}

.pjl-contractor-card {

    min-height: 180px;

    padding: 25px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    border-radius: 20px;

    border:
        1px solid
        rgba(150,229,250,.35);

    background:
        linear-gradient(
            145deg,
            #5ccce9,
            #075e82
        );

    box-shadow:
        inset
        0 2px 2px rgba(255,255,255,.6),

        inset
        0 -8px 10px rgba(0,0,0,.3),

        0 12px 25px rgba(0,0,0,.3);

}

.pjl-contractor-card span {

    color:
        var(--gold-4);

    font-size: 10px;

}

.pjl-contractor-card strong {

    margin-top: 12px;

    color:
        #ffe38b;

    font-size: 17px;

    text-shadow:
        0 2px 2px #573900;

}

.pjl-contractor-card small {

    margin-top: 7px;

    color:
        #c8f3ff;

    font-size: 8px;

}


/* =========================================================
   REPORT FORM
========================================================= */

.pjl-report-box {

    max-width: 850px;

    margin:
        0
        auto;

}

.pjl-report-intro {

    margin-bottom: 25px;

}

.pjl-report-intro span {

    color:
        var(--gold-4);

    font-size: 9px;

    letter-spacing: 3px;

}

.pjl-report-intro h2 {

    margin:
        7px
        0;

    color:
        var(--gold-4);

}

.pjl-report-intro p {

    color:
        #c3edf9;

    font-size: 12px;

    line-height: 1.6;

}

.pjl-report-form {

    display: grid;

    gap: 8px;

}

.pjl-report-form label {

    margin-top: 10px;

    color:
        #9ee8fb;

    font-size: 9px;

    letter-spacing: 1px;

}

.pjl-report-form input,
.pjl-report-form select,
.pjl-report-form textarea {

    width: 100%;

    padding:
        13px
        14px;

    border:
        1px solid
        rgba(124,218,244,.3);

    border-radius: 10px;

    outline: none;

    background:
        rgba(2,30,47,.7);

    color:
        #ffffff;

    font-family:
        inherit;

    font-size: 12px;

}

.pjl-report-form textarea {

    resize:
        vertical;

}

.pjl-submit-button {

    margin-top: 15px;

    padding:
        14px
        20px;

    border:
        1px solid
        #ffe078;

    border-radius: 11px;

    background:
        linear-gradient(
            145deg,
            #7bdcf5,
            #087aa5
        );

    color:
        #ffe18a;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 1px;

    cursor: pointer;

    box-shadow:
        inset
        0 2px 2px
        rgba(255,255,255,.7),

        inset
        0 -5px 8px
        rgba(0,0,0,.3),

        0 8px 15px
        rgba(0,0,0,.3);

}


/* =========================================================
   GOLD BUTTON
========================================================= */

.pjl-page-bottom,
.pjl-detail-actions {

    margin-top: 30px;

    text-align: center;

}

.pjl-gold-button {

    display: inline-block;

    padding:
        13px
        20px;

    border:
        1px solid
        #ffe277;

    border-radius: 11px;

    background:
        linear-gradient(
            145deg,
            #62d2ee,
            #0878a2
        );

    color:
        #ffe38b;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 1px;

    text-shadow:
        0 2px 2px #533600;

    box-shadow:
        inset
        0 2px 2px
        rgba(255,255,255,.7),

        inset
        0 -5px 8px
        rgba(0,0,0,.3),

        0 8px 15px
        rgba(0,0,0,.35);

}


/* =========================================================
   FOOTER
========================================================= */

.pjl-footer {

    padding:
        30px
        25px;

    background:
        #021c2d;

    border-top:
        1px solid
        rgba(255,216,77,.25);

}

.pjl-footer-inner {

    max-width: 1100px;

    margin:
        0
        auto;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 30px;

}

.pjl-footer-brand strong {

    display: block;

    color:
        var(--gold-4);

    font-size: 13px;

    text-shadow:
        0 2px 2px #513500;

}

.pjl-footer-brand span {

    display: block;

    margin-top: 5px;

    color:
        #79cce5;

    font-size: 8px;

    letter-spacing: 1px;

}

.pjl-footer-info {

    display: flex;

    gap: 20px;

    color:
        #72c9e4;

    font-size: 8px;

}


/* =========================================================
   INDEX
========================================================= */

.pjl-index-page {

    min-height: 80vh;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 40px;

    background:
        radial-gradient(
            circle,
            #08749a,
            #021e30
        );

}

.pjl-index-card {

    max-width: 600px;

    padding: 50px;

    text-align: center;

    border:
        1px solid
        rgba(255,216,75,.35);

    border-radius: 25px;

    background:
        rgba(3,37,56,.7);

}

.pjl-index-card img {

    width: 130px;

}

.pjl-index-card h1 {

    color:
        var(--gold-4);

}

.pjl-index-card p {

    color:
        #bcecf9;

    margin-bottom: 25px;

}


/* =========================================================
   RESPONSIVE TABLET
========================================================= */

@media (max-width: 950px) {

    .pjl-stat-grid,
    .pjl-data-grid {

        grid-template-columns:
            repeat(2,1fr);

    }

    .pjl-map-card {

        aspect-ratio:
            .95 / 1;

    }

    .pjl-footer-inner {

        flex-direction: column;

        text-align: center;

    }

}


/* =========================================================
   RESPONSIVE MOBILE
========================================================= */

@media (max-width: 600px) {

    .pjl-hero {

        padding:
            15px
            12px
            40px;

    }

    .pjl-header {

        gap: 10px;

    }

    .pjl-brand img {

        width: 52px;
        height: 52px;

    }

    .pjl-brand div {

        padding-left: 8px;

    }

    .pjl-brand span {

        font-size: 6px;

        letter-spacing: 2px;

    }

    .pjl-brand strong {

        font-size: 13px;

    }

    .pjl-brand small {

        font-size: 6px;

    }

    .pjl-live {

        display: none;

    }

    .pjl-main-title {

        margin-top:
            25px;

    }

    .pjl-main-title > span {

        font-size: 7px;

        letter-spacing: 3px;

    }

    .pjl-main-title h1 {

        font-size: 29px;

    }

    .pjl-main-title p {

        font-size: 10px;

    }

    .pjl-map-card {

        aspect-ratio:
            .72 / 1;

        border-radius: 25px;

    }

    .pjl-map-border {

        inset: 12px;

        border-radius: 20px;

    }

    .pjl-map-image {

        width: 93%;
        height: 85%;

    }

    .pjl-map-button {

        min-width: 76px;

        max-width: 105px;

        padding:
            5px
            6px;

        border-radius: 8px;

    }

    .pjl-map-button b {

        font-size: 6px;

    }

    .pjl-map-dot {

        width: 4px;
        height: 4px;

    }

    .pjl-summary {

        max-width: 95%;

    }

    .pjl-summary div {

        min-width: 70px;

    }

    .pjl-summary strong {

        font-size: 14px;

    }

    .pjl-summary span {

        font-size: 6px;

    }

    .pjl-section-heading {

        padding:
            0
            15px;

    }

    .pjl-section-heading h2 {

        font-size: 27px;

    }

    .pjl-menu-card {

        width: 275px;

        min-height: 165px;

    }

    .pjl-about-container {

        padding:
            30px
            20px;

        flex-direction: column;

        text-align: center;

    }

    .pjl-about-logo {

        width: 115px;
        height: 115px;

    }

    .pjl-about-text h2 {

        font-size: 25px;

    }

    .pjl-inner-header {

        min-height: 65px;

        padding:
            8px
            12px;

    }

    .pjl-inner-header img {

        width: 42px;
        height: 42px;

    }

    .pjl-back-button {

        padding:
            7px
            9px;

        font-size: 7px;

    }

    .pjl-inner-title span {

        font-size: 6px;

        letter-spacing: 2px;

    }

    .pjl-inner-title strong {

        font-size: 11px;

    }

    .pjl-detail-hero,
    .pjl-menu-hero {

        padding:
            30px
            15px
            50px;

    }

    .pjl-stat-grid,
    .pjl-data-grid {

        grid-template-columns:
            repeat(2,1fr);

        gap: 9px;

    }

    .pjl-stat-card,
    .pjl-big-data {

        min-height: 125px;

        padding:
            15px;

    }

    .pjl-stat-card strong,
    .pjl-big-data strong {

        font-size: 23px;

    }

    .pjl-progress-panel,
    .pjl-project-panel,
    .pjl-info-table,
    .pjl-target-box,
    .pjl-finance-box,
    .pjl-report-box {

        padding:
            18px;

    }

    .pjl-progress-stages span {

        font-size: 6px;

    }

    .pjl-project-row {

        grid-template-columns:
            1fr;

        gap: 5px;

        padding:
            13px;

    }

    .pjl-project-row.heading {

        display: none;

    }

    .pjl-info-row {

        grid-template-columns:
            1.2fr
            1fr
            .5fr;

        gap: 7px;

    }

    .pjl-info-row strong {

        font-size: 8px;

    }

    .pjl-info-row b {

        font-size: 8px;

    }

    .pjl-contractor-grid {

        grid-template-columns:
            1fr;

    }

    .pjl-footer {

        padding:
            25px
            15px;

    }

    .pjl-footer-info {

        flex-wrap: wrap;

        justify-content: center;

    }

}