body {
    color: #202428;
}

.app-navbar {
    min-height: 64px;
}

.card {
    border-radius: 8px;
}

.dashboard-card {
    height: 100%;
}

.app-page-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    padding: 24px;
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.app-stat-card {
    min-height: 116px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.app-stat-card span {
    display: block;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
}

.app-stat-card strong {
    display: block;
    margin-top: 12px;
    color: #111827;
    font-size: 2rem;
    line-height: 1;
}

.app-module-card {
    display: flex;
    gap: 16px;
    height: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.app-module-card h3 {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.app-module-card p {
    min-height: 48px;
    margin-bottom: 16px;
    color: #536171;
}

.app-module-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    color: #0d6efd;
    background: #eef5ff;
    border-radius: 8px;
    font-size: 1.25rem;
}

.employee-filter-panel {
    padding: 18px;
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.employee-table thead th {
    padding: 14px 16px;
    color: #475569;
    background: #f8fafc;
    border-bottom-color: #e2e8f0;
    font-size: 0.84rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.employee-table tbody td {
    padding: 18px 16px;
}

.employee-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: #0f5132;
    background: #dff6e7;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
}

.employee-table .btn-group form {
    display: inline-flex;
}

.employee-table .btn-group form .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.empty-state {
    padding: 40px 20px;
    text-align: center;
}

.empty-state i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 1.35rem;
}

.empty-state h2 {
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.empty-state p {
    color: #64748b;
}

.app-sidebar .list-group-item {
    border-radius: 6px;
    margin-bottom: 6px;
}

.landing-page {
    background: #f5f7fa;
    color: #17212b;
}

.landing-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    min-height: 72px;
    background: rgba(10, 22, 35, 0.42);
    backdrop-filter: blur(10px);
}

.landing-nav .navbar-brand,
.landing-nav .nav-link {
    color: #fff;
}

.landing-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #071421;
}

.hero-visual {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 28%, rgba(62, 188, 143, 0.32), transparent 28%),
        radial-gradient(circle at 22% 72%, rgba(24, 104, 208, 0.28), transparent 32%),
        #071421;
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 14, 24, 0.36);
}

.hero-map-grid {
    position: absolute;
    inset: -20%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
    background-size: 70px 70px;
    transform: rotate(-8deg);
}

.hero-route {
    position: absolute;
    height: 3px;
    background: rgba(103, 232, 183, 0.78);
    transform-origin: left center;
    box-shadow: 0 0 26px rgba(103, 232, 183, 0.65);
}

.hero-route-one {
    width: 430px;
    top: 47%;
    left: 48%;
    transform: rotate(-23deg);
}

.hero-route-two {
    width: 360px;
    top: 62%;
    left: 54%;
    transform: rotate(14deg);
}

.hero-pin {
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.14), 0 0 32px rgba(255, 255, 255, 0.8);
}

.hero-pin-one {
    top: 38%;
    left: 70%;
}

.hero-pin-two {
    top: 59%;
    left: 54%;
}

.hero-pin-three {
    top: 66%;
    left: 78%;
}

.hero-insight,
.hero-shift-list {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(7, 20, 33, 0.68);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 80px rgba(0, 0, 0, 0.28);
}

.hero-insight {
    padding: 16px 18px;
    min-width: 164px;
}

.hero-insight span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
}

.hero-insight strong {
    display: block;
    font-size: 1.7rem;
}

.hero-insight-one {
    top: 28%;
    right: 14%;
}

.hero-insight-two {
    right: 25%;
    bottom: 20%;
}

.hero-shift-list {
    right: 8%;
    bottom: 34%;
    width: 280px;
    padding: 14px;
}

.hero-shift-list div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-shift-list div:last-child {
    border-bottom: 0;
}

.hero-shift-list span {
    color: rgba(255, 255, 255, 0.72);
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding-top: 72px;
}

.landing-kicker {
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.hero-copy h1 {
    font-size: 6.2rem;
    line-height: 0.96;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.hero-lead {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.25rem;
    margin-bottom: 32px;
}

.landing-band {
    padding: 88px 0;
}

.landing-section-copy {
    font-size: 1.08rem;
}

.landing-login-panel {
    padding: 28px;
    background: #fff;
    border: 1px solid #e3e8ef;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.landing-feature-card,
.landing-plan-card {
    height: 100%;
    padding: 26px;
    background: #fff;
    border: 1px solid #e3e8ef;
    box-shadow: 0 14px 44px rgba(15, 23, 42, 0.06);
}

.landing-feature-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    color: #0d6efd;
    background: #eaf2ff;
    border-radius: 8px;
    font-size: 1.25rem;
}

.landing-feature-card h3,
.landing-plan-card h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.landing-feature-card p,
.landing-plan-card p {
    color: #5d6875;
    margin-bottom: 0;
}

.landing-price {
    flex: 0 0 auto;
    color: #0d6efd;
    font-size: 1.7rem;
    font-weight: 700;
}

.landing-plan-card ul {
    margin-top: 24px;
}

.landing-plan-card li {
    display: flex;
    gap: 10px;
    padding: 8px 0;
}

.landing-plan-card li i {
    color: #14865f;
}

.landing-final {
    color: #fff;
    background: #0b1724;
}

.landing-footer {
    padding: 24px 0;
    color: #6b7683;
    background: #fff;
    border-top: 1px solid #e3e8ef;
}

@media (max-width: 991.98px) {
    .app-page-header {
        flex-direction: column;
    }

    .app-module-card p {
        min-height: 0;
    }

    .landing-hero {
        min-height: 760px;
        align-items: flex-end;
        padding-bottom: 64px;
    }

    .hero-copy h1 {
        font-size: 4rem;
    }

    .hero-insight-one {
        top: 18%;
        right: 8%;
    }

    .hero-insight-two,
    .hero-shift-list {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .landing-nav .container {
        gap: 12px;
    }

    .hero-copy h1 {
        font-size: 3.15rem;
    }

    .hero-lead {
        font-size: 1.05rem;
    }

    .landing-band {
        padding: 62px 0;
    }

    .landing-login-panel,
    .landing-feature-card,
    .landing-plan-card {
        padding: 20px;
    }
}
