body.agent-app {
    background: linear-gradient(180deg, #f7f2e8 0%, #eef4ea 100%);
    color: #22362a;
}

body.agent-login {
    min-height: 100vh;
    background: radial-gradient(circle at top right, #7f9c54 0%, #22402f 40%, #f5efe3 100%);
}

.agent-nav {
    background: #22402f;
}

.hero-panel {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(34, 64, 47, 0.08);
    border-radius: 22px;
    padding: 1.5rem;
    box-shadow: 0 18px 45px rgba(34, 64, 47, 0.08);
}

.eyebrow {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #6d8254;
    font-weight: 700;
}

.report-card {
    border-radius: 20px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.status-draft {
    background: #f2ead8;
    color: #7a5a16;
}

.status-approved {
    background: #d8efdc;
    color: #216033;
}

.status-published {
    background: #dce6f8;
    color: #204c8d;
}

.agent-textarea {
    min-height: 560px;
    font-size: 0.95rem;
    line-height: 1.45;
    white-space: pre-wrap;
}

.blog-preview h1,
.blog-preview h2,
.blog-preview h3 {
    color: #22402f;
}

.blog-preview {
    line-height: 1.7;
}

.blog-preview ul {
    padding-left: 1.3rem;
}
