:root {
    --hub-surface: rgba(18, 21, 34, 0.88);
    --hub-surface-soft: rgba(18, 21, 34, 0.75);
    --hub-border: rgba(255, 255, 255, 0.12);
    --hub-accent: #7c4dff;
    --hub-muted: rgba(255, 255, 255, 0.65);
}

.hub-shell,
.hub-panel,
.hub-card,
.action-chip {
    color: #f4f5fb;
}

.hub-header__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.hub-header__title {
    font-weight: 600;
}

.hub-card {
    border-radius: 1rem;
    border: 1px solid var(--hub-border);
    background: var(--hub-surface-soft);
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
}

.hub-card__label {
    font-size: 0.9rem;
    color: var(--hub-muted);
}

.hub-card__value {
    display: block;
    font-size: 2rem;
    font-weight: 600;
}

.hub-panel {
    border-radius: 1.25rem;
    border: 1px solid var(--hub-border);
    background: var(--hub-surface);
    padding: 1.5rem;
}

.hub-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;
}

.hub-panel__link {
    font-size: 0.9rem;
    color: var(--hub-accent);
    text-decoration: none;
}

.hub-panel--gradient {
    background: linear-gradient(135deg, rgba(76, 29, 149, 0.85), rgba(14, 116, 144, 0.8));
}

.action-chip {
    border-radius: 1rem;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    padding: 1rem;
    display: flex;
    gap: 1rem;
}

.action-chip__icon {
    font-size: 1.75rem;
    color: var(--hub-accent);
}

.timeline--compact .timeline__item {
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.timeline__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}
