:root {
    --wup-surface: #ffffff;
    --wup-background: #f5f7fa;
    --wup-border: #dfe5ec;
    --wup-text-muted: #6c757d;
}

html,
body {
    min-height: 100%;
}

body {
    background: var(--wup-background);
}

.wup-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
}

.wup-card {
    background: var(--wup-surface);
    border: 1px solid var(--wup-border);
    border-radius: .5rem;
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .05);
}

.wup-meta {
    color: var(--wup-text-muted);
    font-size: .875rem;
}

.wup-status-dot {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    display: inline-block;
    background: #28a745;
    margin-right: .4rem;
}

.wup-install-container {
    max-width: 960px;
}
