.reporting-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
}

.reporting-layout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 10;
}

.reporting-layout-title {
    font-weight: 700;
    font-size: 1.15rem;
    color: #0e746c;
    display: block;
}

.reporting-layout-subtitle {
    font-size: 0.75rem;
    display: block;
}

.reporting-layout-main {
    flex: 1;
    padding: 0 0.5rem 1.5rem;
}
