/* GECA ERP module cards — public home + dashboard */
.geca-module-cards {
    padding: 28px 4px 12px;
}

.geca-module-cards-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    margin-bottom: 18px;
}

.geca-module-login-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e48430;
    color: #fff;
    border: 0;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    white-space: nowrap;
}

.geca-module-login-chip .fa,
.geca-module-login-chip .fas {
    color: #fff !important;
    font-size: 12px;
}

.geca-module-go {
    margin-left: auto;
    color: #c4b49a;
    font-size: 11px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .15s ease, transform .15s ease, color .15s ease;
}

.geca-module-card:hover .geca-module-go,
.geca-module-card:focus .geca-module-go {
    opacity: 1;
    transform: translateX(0);
    color: #e48430;
}

.geca-module-cards-head h2 {
    margin: 0 0 6px;
    color: #00246c;
    font-size: 24px;
    font-weight: 700;
}

.geca-module-cards-head p {
    margin: 0;
    color: #5b6472;
    font-size: 14px;
}

.geca-module-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.geca-module-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 128px;
    padding: 18px 12px;
    background: #fff;
    border: 1px solid #ead9c4;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 36, 108, 0.06);
    text-decoration: none !important;
    color: #00246c;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.geca-module-card:hover,
.geca-module-card:focus {
    transform: translateY(-3px);
    border-color: #e48430;
    box-shadow: 0 12px 24px rgba(228, 132, 48, 0.18);
    color: #00246c;
    text-decoration: none !important;
}

.geca-module-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #00246c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.geca-module-icon .fa,
.geca-module-icon .fas,
.geca-module-card .fa,
.geca-module-card .fas,
.right_col .geca-module-card .fa,
.right_col .geca-module-icon .fa {
    color: #f0c890 !important;
    font-size: 22px;
    line-height: 1;
}

.geca-module-card:hover .geca-module-icon {
    background: #e48430;
}

.geca-module-card:hover .geca-module-icon .fa,
.geca-module-card:hover .geca-module-icon .fas,
.geca-module-card:hover .fa,
.geca-module-card:hover .fas {
    color: #fff !important;
}

.geca-module-name {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: #00246c;
}

.geca-module-card.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
    background: #f3f5f8;
}

.geca-module-card.is-disabled:hover,
.geca-module-card.is-disabled:focus {
    transform: none;
    border-color: #ead9c4;
    box-shadow: none;
}

.geca-module-lock {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 4px;
}

.geca-module-cards--dashboard {
    width: 100%;
    max-width: 100%;
    padding: 4px 4px 10px;
    background: #fff;
    border: 1px solid #d7e0ec;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 40, 80, 0.08);
    margin-bottom: 18px;
    overflow: hidden;
    box-sizing: border-box;
}

.geca-module-cards--dashboard .geca-module-cards-head {
    padding: 10px 14px 8px;
    margin: 0 0 8px;
    border-bottom: 3px solid #e48430;
}

.geca-module-cards--dashboard .geca-module-cards-head h2 {
    font-size: 18px;
}

.geca-module-cards--dashboard .geca-module-cards-head p {
    font-size: 12px;
}

.geca-dash-equal {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.geca-dash-equal > [class*="col-"] {
    display: flex;
    flex-direction: column;
    float: none;
    width: 50%;
}

.geca-dash-equal .geca-module-cards--dashboard,
.geca-dash-equal .geca-dash-calendar {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 420px;
    margin-bottom: 18px;
}

.geca-module-cards--dashboard .geca-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 0 10px 10px;
    width: 100%;
    box-sizing: border-box;
    flex: 1;
}

.geca-dash-calendar-head {
    padding: 10px 14px 8px;
    margin: 0 -14px 8px;
    border-bottom: 3px solid #e48430;
}

.geca-dash-calendar-head h3 {
    margin: 0 0 4px;
    color: #00246c;
    font-size: 18px;
    font-weight: 700;
}

.geca-dash-calendar-head p {
    margin: 0;
    color: #5b6472;
    font-size: 12px;
}

.geca-module-cards--dashboard .geca-module-card {
    min-height: 78px;
    padding: 8px 6px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 36, 108, 0.05);
}

.geca-module-cards--dashboard .geca-module-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
}

.geca-module-cards--dashboard .geca-module-icon .fa,
.geca-module-cards--dashboard .geca-module-icon .fas,
.geca-module-cards--dashboard .geca-module-card .fa,
.right_col .geca-module-cards--dashboard .geca-module-icon .fa {
    font-size: 13px;
}

.geca-module-cards--dashboard .geca-module-name {
    font-size: 11px;
    line-height: 1.25;
}

.geca-module-cards--dashboard .geca-module-go,
.geca-module-cards--dashboard .geca-module-lock {
    display: none;
}

.geca-dash-calendar {
    background: #fff;
    border: 1px solid #d7e0ec;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 40, 80, 0.08);
    overflow: hidden;
    padding: 0 14px 16px;
    margin-bottom: 18px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.geca-dash-calendar .fc-button {
    background: #00246c;
    border-color: #00246c;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}

.geca-dash-calendar .fc-button:hover {
    background: #e48430;
    border-color: #e48430;
}

.geca-dash-calendar .fc-toolbar h2 {
    color: #00246c;
    font-size: 16px;
}

.geca-dash-calendar .fc {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .geca-module-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .geca-module-cards--dashboard .geca-module-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .geca-dash-equal > [class*="col-"] {
        width: 100%;
    }
    .geca-dash-equal .geca-module-cards--dashboard,
    .geca-dash-equal .geca-dash-calendar {
        min-height: 0;
    }
    .geca-module-grid,
    .geca-module-cards--dashboard .geca-module-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .geca-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .geca-module-card {
        min-height: 110px;
    }
}

.geca-module-cards--side {
    padding: 0 0 8px;
}

.geca-module-cards--side .geca-module-cards-head {
    text-align: left;
    margin: 0 -16px 16px;
    padding: 18px 20px 14px;
    background: #fff;
    border-bottom: 3px solid #e48430;
}

.geca-module-cards--side .geca-module-cards-head h2 {
    font-size: 20px;
    color: #00246c;
}

.geca-module-cards--side .geca-module-cards-head p {
    color: #5b6472;
}

.geca-module-cards--side .geca-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.geca-module-cards--side .geca-module-card {
    min-height: 96px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 8px;
    border-radius: 12px;
    background: #f7f9fc;
    border: 1px solid #e4ebf4;
    box-shadow: none;
}

.geca-module-cards--side .geca-module-card:hover,
.geca-module-cards--side .geca-module-card:focus {
    background: #fff8ef;
    border-color: #e48430;
    transform: translateY(-4px);
}

.geca-module-cards--side .geca-module-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 0;
    flex: 0 0 38px;
}

.geca-module-cards--side .geca-module-icon .fa,
.geca-module-cards--side .geca-module-icon .fas,
.geca-module-cards--side .geca-module-card .fa,
.geca-module-cards--side .geca-module-card .fas {
    font-size: 15px;
}

.geca-module-cards--side .geca-module-name {
    font-size: 12px;
    text-align: center;
}

.geca-module-cards--side .geca-module-go {
    display: none;
}

@media (max-width: 1199px) {
    .geca-module-cards--side .geca-module-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .geca-module-cards-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .geca-module-cards--side .geca-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .geca-module-cards--side .geca-module-cards-head {
        text-align: left;
        margin-top: 0;
    }
    .geca-module-go {
        opacity: 1;
        transform: none;
    }
}
