body.home .entry-title {
    display: none;
}

.cep-home,
.cep-login-shell,
.cep-dashboard {
    box-sizing: border-box;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    color: #16202a;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cep-home *,
.cep-login-shell *,
.cep-dashboard * {
    box-sizing: border-box;
}

.cep-home {
    padding: 30px 0 54px;
}

.cep-home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: 34px;
    align-items: end;
    min-height: min(680px, calc(100vh - 150px));
    overflow: hidden;
    border-radius: 8px;
    padding: 48px;
    background:
        linear-gradient(135deg, rgba(12, 31, 44, 0.9), rgba(13, 118, 111, 0.72)),
        url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=1600&q=80") center / cover;
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(22, 32, 42, 0.16);
}

.cep-home-copy {
    max-width: 680px;
}

.cep-home-copy .cep-kicker {
    color: rgba(255, 255, 255, 0.82);
}

.cep-home h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(3.2rem, 8vw, 7rem);
    line-height: 0.92;
}

.cep-home-lede {
    max-width: 650px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.55;
}

.cep-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    margin-top: 34px;
    border-radius: 6px;
    padding: 14px 22px;
    background: #ffffff;
    color: #0b5f59;
    font-size: 1rem;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.cep-home-button:hover {
    background: #f2faf8;
    color: #0b5f59;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}

.cep-home-button .dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.cep-home-card {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
}

.cep-home-card-bar {
    display: flex;
    gap: 7px;
    margin-bottom: 18px;
}

.cep-home-card-bar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
}

.cep-home-card-row {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.cep-home-card-row:first-of-type {
    border-top: 0;
}

.cep-home-card-row span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.86rem;
    font-weight: 800;
}

.cep-home-card-row b {
    font-size: 0.98rem;
}

.cep-home-card-row.strong b {
    font-size: 1.15rem;
}

.cep-home-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.cep-home-features article {
    border: 1px solid #d9e2ea;
    border-radius: 8px;
    padding: 24px;
    background: #ffffff;
}

.cep-home-features .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #e7f5f2;
    color: #0d766f;
    font-size: 20px;
}

.cep-home-features h2 {
    margin: 16px 0 8px;
    color: #111827;
    font-size: 1.15rem;
}

.cep-home-features p {
    margin: 0;
    color: #5e6b78;
    line-height: 1.55;
}

.cep-login-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    gap: 28px;
    align-items: stretch;
    min-height: min(760px, calc(100vh - 120px));
    padding: 42px 0;
}

.cep-login-intro,
.cep-login-panel,
.cep-panel,
.cep-actions,
.cep-stats div {
    border: 1px solid #d9e2ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(22, 32, 42, 0.08);
}

.cep-login-intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 520px;
    padding: 42px;
    background:
        linear-gradient(135deg, rgba(18, 82, 96, 0.88), rgba(14, 121, 116, 0.78)),
        url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1400&q=80") center / cover;
    color: #ffffff;
}

.cep-login-intro .cep-kicker,
.cep-login-intro p {
    color: rgba(255, 255, 255, 0.86);
}

.cep-login-intro h1 {
    max-width: 620px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.75rem, 6vw, 5.2rem);
    line-height: 0.96;
}

.cep-login-intro > p {
    max-width: 560px;
    margin: 18px 0 0;
    font-size: 1.1rem;
}

.cep-login-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.cep-login-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-weight: 700;
}

.cep-login-points .dashicons,
.cep-action-grid .dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.cep-login-panel {
    align-self: center;
    padding: 34px;
}

.cep-kicker {
    margin: 0 0 8px;
    color: #0d766f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cep-login-panel h2,
.cep-hero h1 {
    margin: 0;
    color: #111827;
    line-height: 1.06;
}

.cep-login-panel h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.cep-hero h1 {
    font-size: clamp(2rem, 4vw, 3.45rem);
}

.cep-muted {
    max-width: 640px;
    color: #5e6b78;
}

.cep-login-panel form {
    margin-top: 26px;
}

.cep-login-panel p {
    margin-bottom: 18px;
}

.cep-login-panel label {
    display: block;
    margin-bottom: 7px;
    color: #263240;
    font-weight: 800;
}

.cep-login-panel input[type="text"],
.cep-login-panel input[type="password"] {
    width: 100%;
    min-height: 48px;
    border: 1px solid #b8c5cf;
    border-radius: 6px;
    padding: 11px 13px;
    background: #f9fbfc;
    color: #16202a;
    font-size: 1rem;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.cep-login-panel input[type="text"]:focus,
.cep-login-panel input[type="password"]:focus {
    border-color: #0d766f;
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(13, 118, 111, 0.14);
}

.cep-login-panel .login-remember label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.cep-login-panel .button,
.cep-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 6px;
    padding: 11px 17px;
    background: #0d766f;
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.cep-login-panel .button {
    width: 100%;
    min-height: 48px;
    box-shadow: 0 12px 24px rgba(13, 118, 111, 0.22);
}

.cep-login-panel .button:hover,
.cep-button:hover {
    background: #095f5a;
    color: #ffffff;
    transform: translateY(-1px);
}

.cep-dashboard {
    padding: 42px 0 54px;
}

.cep-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
    padding: 30px;
    border: 1px solid #d9e2ea;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #f6faf9 100%);
}

.cep-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.cep-stats div {
    padding: 18px;
    box-shadow: none;
}

.cep-stats span {
    display: block;
    color: #0d766f;
    font-size: 2rem;
    font-weight: 850;
    line-height: 1;
}

.cep-stats p {
    margin: 8px 0 0;
    color: #5e6b78;
    font-weight: 700;
}

.cep-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.cep-panel,
.cep-actions {
    padding: 24px;
    box-shadow: none;
}

.cep-actions {
    margin-top: 20px;
}

.cep-panel-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.cep-panel-heading .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #e7f5f2;
    color: #0d766f;
    font-size: 18px;
}

.cep-panel h2,
.cep-actions h2 {
    margin: 0;
    color: #111827;
    font-size: 1.22rem;
    line-height: 1.2;
}

.cep-actions h2 {
    margin-bottom: 16px;
}

.cep-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cep-list li {
    padding: 14px;
    border: 1px solid #e6edf2;
    border-radius: 8px;
    background: #fbfcfd;
}

.cep-list-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.cep-list strong {
    display: block;
    color: #182230;
    font-size: 1rem;
    line-height: 1.35;
}

.cep-list span {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 5px 8px;
    background: #edf3f7;
    color: #5f6d7a;
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
}

.cep-empty {
    margin: 0;
    color: #6b7280;
}

.cep-list p {
    margin: 10px 0 0;
    color: #384657;
}

.cep-action-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cep-action-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border: 1px solid #c4d0da;
    border-radius: 6px;
    padding: 10px;
    background: #ffffff;
    color: #17202a;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.cep-action-grid a:hover {
    border-color: #0d766f;
    background: #f2faf8;
    color: #0b5f59;
    transform: translateY(-1px);
}

@media (max-width: 860px) {
    .cep-home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .cep-home-features {
        grid-template-columns: 1fr;
    }

    .cep-login-shell {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .cep-login-intro {
        min-height: 360px;
    }

    .cep-grid,
    .cep-stats {
        grid-template-columns: 1fr;
    }

    .cep-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .cep-home,
    .cep-login-shell,
    .cep-dashboard {
        width: min(100% - 20px, 1120px);
        padding: 24px 0;
    }

    .cep-home-hero,
    .cep-login-intro,
    .cep-login-panel,
    .cep-hero,
    .cep-panel,
    .cep-actions {
        padding: 20px;
    }

    .cep-home h1 {
        font-size: clamp(2.8rem, 14vw, 4.2rem);
    }

    .cep-home-button {
        width: 100%;
    }

    .cep-home-card-row {
        grid-template-columns: 58px 1fr;
    }

    .cep-hero,
    .cep-list-top {
        display: block;
    }

    .cep-button {
        margin-top: 16px;
        width: 100%;
    }

    .cep-list span {
        display: inline-flex;
        margin-top: 8px;
    }

    .cep-action-grid {
        grid-template-columns: 1fr;
    }
}
