.mapcache-container {
    padding: 20px;
}

.mapcache-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.mapcache-progress {
    margin-top: 16px;
    font-size: 14px;
}

.mapcache-bar {
    margin-top: 6px;
    width: 100%;
    max-width: 400px;
    height: 12px;
    background: #eee;
    border-radius: 6px;
    overflow: hidden;
}

.mapcache-bar-fill {
    height: 100%;
    background: #4a90e2;
    transition: width 0.4s ease;
}

.mapcache-done {
    color: #2e7d32;
}

.mapcache-error {
    color: #c62828;
}
