/* Minimal custom CSS for CoffeePoint UI */
.app-header, .app-footer {
    background: #f8f9fa;
    padding: 1rem;
    border-bottom: 1px solid #e3e3e3;
}
.app-sidebar {
    width: 220px;
    min-height: 100vh;
    background: #fff;
    border-right: 1px solid #e3e3e3;
    padding: 1rem 0.5rem;
}
.app-content {
    background: #fdfdfc;
    min-height: 100vh;
}
.d-flex {
    display: flex;
}
.flex-grow-1 {
    flex-grow: 1;
}
